ul#leftlist {
margin-right: 0;
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-size: 11px;
text-align: left;
border: 0;
margin-bottom: 0;
padding-bottom: 0;
}
ul#leftlist a {
display: block;
text-decoration: none;
background: #f8f8f8;
color: black;
padding: .1em .5em;
border-bottom: 2px solid #ccc;
width:100%;
}
ul#leftlist a:hover {
background: #ccc;
color: #903;
text-align: left;
}
ul#leftlist li {
display: inline;
}
h1 {
margin: 3px;
}
h3{
margin: 4px;
}
ul#navg {
margin-left:0;
padding-left:0;
list-style-type:none;
background:black;
float:left;
width: 100%;
border-top: 1px solid #000;
border-bottom: 1px solid #000;
}

ul#navg li{
display: inline;
}

ul#navg a{
display:block;
float:left;
padding: .2em 1em;
text-decoration: none;
font-size: 11px;
color: #fff;
background: black;
border-right: 1px solid #000;
font-weight: bold;
}

ul#navg a:hover{
color: #000;
background: #ccc;
}


a:link, a:active, a:visited {
color: #006;
text-decoration: underline;
line-height: 17px;
font-size: 13px;
}

a:hover {
	text-decoration: none;
	text-align: center;
}



#navlist {
	font-family: verdana, Helvetica, sans-serif;
	display: list-item;
	font-size: 12px;
	padding: 5px 8px;
	height: 4em;
	list-style-type: circle;
	list-style-position: inside;
}
#navlistvid {
    font-family: verdana, Helvetica, sans-serif;
	display: list-item;
	font-size: 11px;
	font-weight: normal;
	padding: 1px 8px 3px;
	height: 3em;
}

ul {
	font-size: 12px;
	font-family: verdana, Helvetica, sans-serif;
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	margin-left: 4px;
}

#box
{
border: 1px dashed #cccccc; width: 95%; margin: 10px; padding: 10px; background-image: url(/imgs/box.jpg);
text-align:left;
font-size: 11px;
}


#blog
{ border-bottom: 1px dotted gray; 
padding: 5px;
}
