@charset "utf-8";
/* CSS Document */

body {
	line-height: 125%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link,
a:visited,
a.active {
	color:#00AFF0;
	line-height: 21.5px;
	text-decoration:underline;
	
} 
a:hover{
	background-color: #FFFF00;
}

a.mainlevel:link,
a.mainlevel:visited {
	text-decoration: none;
}

a.mainlevel {
	color: #00AFF0;
	display: block;
	padding: 4px 0 2px 0;
	border-bottom: 1px solid #efefef;
	margin-bottom: 3px;
	font-weight: bold;
	font-size: 20px;
	}

a.mainlevel:hover {
	text-decoration: none;
	font-weight: bold;
	background-color: Yellow;
}

.contentheader {
	color: #00AFF0;
	font-size: 34px;
	font-weight: bold;
	line-height: 34px;
}

.copyright {
	color: #FFFFFF;
}

div.navtable {
	margin-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 0;
	background-color: #E5F4F9;
	border: 1px solid #C1E5F2;
	padding: 10px;
	display: block;
}
