@charset "UTF-8";
/* CSS Document */
* {margin: 0px; padding: 0px; }

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background: url(images/logobg.png);
	}

h1 {font-size: 24px;}
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px; color: #036;}
h6 {font-size: 12px; color: #036;}

h1, h2, h3, h4, h5, h6 {padding: 3px 0px; margin: 3px 0px;}
p {margin: 3px 0px; padding: 3px 0px;}
ul {list-style-position: inside;}

a {color: #06F; cursor: pointer;}
a img {border: none;}

#header {position: fixed; width: 100%; z-index: 1;}

#toplinks {
	height: 25px;
	text-align: right;
	color: #fff;
	background: url(images/toplinksbg.jpg) repeat-x;
	}
#toplinks a {color: #036;}
#topnav {
	height: 55px;
	color: #fff;
	background: url(images/topnavbg.jpg) repeat-x;
	height: 55px;
	}
#topnav a {color: #036;}

.submenu {
	position: absolute;
	background: #DCECF4;
	border: solid 1px #666;
	padding: 5px;
	margin-top: 55px;
	margin-left: 10px;
	width: 175px;
	display: none;
}
.submenu a {color: #fff; text-decoration: none; border-bottom: solid 1px #ccc;}

#page {position: relative; top: 80px; padding: 10px; z-index: 0;}

/* #leftnavcontainer {float: left; width: 160px; overflow: hidden; margin-right: 10px;} */
#leftnav {width: 160px; background: url(images/leftnavbg.png) repeat-y;}
#leftnavpadding {padding: 0px 10px;}
#leftnavtop {width: 160px; height: 15px; background: url(images/leftnavtop.png) no-repeat;}
#leftnavcap {width: 160px; height: 15px; background: url(images/leftnavcap.png) no-repeat;}
#leftnav li {list-style: none; padding-left: 0px; margin-left: 2px; padding-top: 3px; padding-bottom: 5px; text-indent: -0px; border-bottom: solid 1px #666;}
#leftnav a {font-size: 12px; color: #036; font-weight: bold; text-decoration: none;}
#leftnav a:hover {color: #930;}

.listtable {width: 100%;}
.listtable a {color: #036; text-decoration: none;}
.listtable a:hover {color: #00F;}
.listtable td {border-bottom: solid 1px #ccc; padding: 5px;}
.listtable tr:hover {background: #F5F5F5;}