/* CSS Document */
body,td,th {
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #666666;
	text-decoration: underline;
	background-color: inherit;
}
a:visited {
	text-decoration: underline;
	color: #666666;
	background-color:inherit;
}
a:hover {
	text-decoration: none;
	color: #000000;
	background-color:inherit;
}
a:active {
	text-decoration:underline;
	color: #333333;
	background-color:inherit;
}
h1 {
	font-size: 2em;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h2 {
	font-size: 1.5em;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 1.25em;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
h4 {
	font-size: 1.1em;
	color: #999999;
	background-color: inherit;
	font-style: normal;
	font-weight: normal;
}
div#top {
	padding: 0;
	width: 100%;
	text-align: center;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#topnav {
	margin: 0px auto 20px;
	width: 680px;
}

#topnav a {
	padding:5px;
	line-height: 2em;
	margin: 0px 10px 0px 0px;
	color: #000000;
	background-color:inherit;
	text-decoration: underline;
}

#topnav a.activelink {
	background-color: #eeeeee;
	color:inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	
	text-decoration: none;
}

#topnav a:hover {
	background-color: #eeeeee;
	color:inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	
	text-decoration: none;
}
#topnav a:active {
    background-color: #eeeeee;
	color:inherit;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	text-decoration: none;
	
}
div#leftnav {
	float: left;
	width: 150px;
	height: 75%;
	padding:0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	position: absolute;
	left: 0px;
	top: 90px;
}
div#centercontent {
	padding-top: 5px;
	padding-right: 160px;
	padding-bottom: 5px;
	padding-left: 180px;
}
div#rightcontent {
	padding: 5px;
	width: 120px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	vertical-align: top;
	position: absolute;
	top: 90px;
	right: 0px;
}
div.imagelink {
	display:block;
	width:100px;
	height:100px;
}
div.imagelink a:hover {
	background-color: #EEEEEE;
	color:inherit;
	display:block;
	width:100px;
	height:100px;
}
ul#leftnavlist {
	margin: 0px;
	padding: 0px;
	width:150px;
}
ul#leftnavlist li {
	margin: 0px;
	height: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
	list-style-type: none;
	color: #000000;
	background-color: #FFFFFF;
}
ul#leftnavlist li a {
	display: block;
	height: 15px;
	padding: 5px;
	color: #000000;
	text-decoration: none;
	background-color: #eeeeee;
}
ul#leftnavlist li a:hover {
	color: #FFFFFF;
	background-color: #666666;
	text-decoration: underline;
}

div#footerscreen {
    text-align:center;
	font-size:12px;
	color:#999999;
	background-color:#ffffff;
	padding: 0px;
	clear: both;
	width: auto;
	height:50px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
div#footerprint {
	display:none;
	}
.blacktext {  font-family: geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.blacktextsm { font-family: verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000 }
.greyback {
	background-color: #dddddd;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #cccccc;
}