body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #002EA6;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	padding: 0px;
	margin: 20px;
}
a:link, a:visited{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: overline underline;
	color: #333333;
}
h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0px;
	font-size: 16px;
	color: #002EA6;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}
hr{
	border-bottom: 1px dashed #002EA6;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
}
table, tr, th, td{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 5px;
}
p{
	padding: 0px;
	margin: 0px;
}
form{
	margin: auto;
	width: 400px;
}
input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #F2F2F2;
	font-weight: normal;
	font-size: 12px;
	color: #333333;
}
input, textarea, select{
	border: 1px inset #333333;
	margin: 0px 0px 5px 0px;
	padding: 3px;
	width: 392px;
}
textarea{
	height: 120px;
}
select{
	width: 400px;
}
input.submit{
	background-position: center;
	background-color: #002EA6;
	border: 1px solid #002EA6;
	padding: 3px 0px 3px 0px;
	font-weight: bold;
	color: #ffffff;
	width: 400px;
}
input.submit:hover{
	background-color: #68626E;
	border: 1px solid #68626E;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
}
#wrapper{
	margin: auto;
	width: 800px;
	float: none;
}
#wrapper #logo{
	margin-bottom: 10px;
	height: 200px;
	height: 205px;
	width: 800px;
	float: left;
}
#wrapper #logo a:link, #wrapper #logo a:visited{
	background-image: url(images/logo.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	margin: 0px 136px 0px 136px;
	text-decoration: none;
	display: block;
	height: 205px;
	width: 528px;
}
* html #wrapper #logo a:link, * html #wrapper #logo a:visited{
	margin: 0px 68px 0px 136px;
}
#wrapper #logo a:hover{
	background-image: url(images/logo.jpg);
	background-position: 0px -205px;
	background-repeat: no-repeat;
	text-decoration: none;
	height: 205px;
	width: 528px;
}
#wrapper #main{
	background-color: #ffffff;
	overflow: hidden;
	padding: 10px;
	width: 800px;
	float: left;
}
#wrapper #main #menu{
	background-color: #f0f0f0;
	border: 1px solid #999999;
	width: 188px;
	float: left;
}
#wrapper #main #menu #list{
	background-image: url(images/list.gif);
	border-bottom: 1px solid #999999;
	background-position: top left;
	background-repeat: repeat-x;
	padding: 4px 0px 0px 5px;
	font-weight: bold;
	font-size: 11px;
	color: #ffffff;
	height: 18px;
	width: 183px;
}
#wrapper #main #menu p{
	padding: 20px 0px 8px 8px;
	line-height: 14px;
	font-size: 11px;
	float: left;
}
#wrapper #main #menu ul{
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	overflow: hidden;
	width: 188px;
	float: left;
}
#wrapper #main #menu ul li{
	float: left;
}
#wrapper #main #menu ul li a:link, #wrapper #main #menu ul li a:visited{
	padding: 5px 0px 5px 10px;
	background-color: #f0f0f0;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	font-size: 11px;
	display: block;
	color: #000000;
	width: 188px;
	margin: 0px;
	float: left;
}
#wrapper #main #menu ul li a:hover{
	background-color: #cccccc;
	color: #000000;
}
#wrapper #main #menu ul li a.sub:link, #wrapper #main #menu ul li a.sub:visited{
	background-image: url(images/dot.gif);
	background-position: 10px 4px;
	background-repeat: no-repeat;
	padding: 5px 0px 5px 30px;
	background-color: #f0f0f0;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	display: block;
	color: #000000;
	width: 168px;
	margin: 0px;
	float: left;
}
#wrapper #main #menu ul li a.sub:hover{
	background-color: #cccccc;
	color: #000000;
}
#wrapper #main #info{
	margin: 0px 0px 0px 10px;
	line-height: 17px;
	overflow: hidden;
	width: 500px;
	float: left;
}
* html #wrapper #main #info{
	margin: 0px 0px 0px 10px;
}
#wrapper #main #cert{
	margin: 0px 0px 0px 10px;
	line-height: 17px;
	width: 90px;
	float: left;
}
* html wrapper #main #cert{
	margin: 0px 0px 0px 10px;
}
#wrapper #copy{
	text-align: center;
	line-height: 25px;
	font-size: 11px;
	color: #80A9BD;
}
#wrapper #copy a:link, #wrapper #copy a:visited{
	text-decoration: none;
	font-weight: normal;
	color: #80A9BD;
}
#wrapper #copy a:hover{
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}