* {
	margin:0;
	padding:0;
}
body {
	background-color: #0f298f;
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	width:957px;
	margin:0 auto;
	border: 2px solid #fff;
	position: relative;
}
#header{
	width:957px;
	height:291px;
}
#nav {
	float: right;
	position: absolute;
	top: 12px;
	color: #fff;
	width: 660px;
	left: 267px;
}
#nav li {
	display: inline;
	list-style-type: none;
	padding: 0 20px;
}
#nav a:link{color:#fff;text-decoration: none;}
#nav a:visited{color:#fff;text-decoration: none;}
#nav a:hover{color:#93a4fb;text-decoration: underline;}	
#content{
	background-color: #fff;
	border-width: 0 4px 3px 3px;
	border-style: solid;
	border-color: #0F298F;
	}
#content ul li{
	color: #717073;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 60px;
	padding-top: 5px;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 5px;
}	
#content ol li{
	color: #717073;
	list-style-type: decimal;
	list-style-position: outside;
	margin-left: 60px;
	padding-top: 5px;
	font-size: 14px;
	padding-right: 20px;
	padding-bottom: 5px;
}	

#content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0f298f;
	padding-top: 5px;
	padding-bottom: 5px;
	font-style: italic;
	font-size: 24px;
	padding-right: 20px;
	padding-left: 20px;
}
#content h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #0f298f;
	padding: 10px 20px;
	font-size: 18px;

}
#content p{
	color: #717073;
	padding: 5px 20px;
	font-size: 14px;
}
#productnav {
	font-size: 12px;
	text-align: center;
	line-height: 24px;
}	
#singlecolumn{padding:0 100px;}
#tablecolumn{ padding:0 30px;}
.nameblue{color:#0f298f;}
.clickto{font-size: 12px;}

#footer{
	clear: both;
	color: #fff;
	text-align: center;
	font-size: 12px;
	border-width: 3px 0 1px 0;
	border-style: solid;
	border-color: #0F298F;
	background-color: #0F298F;
	margin-top: 22px;
}
#footer a:link{color:#fff;text-decoration: none;}
#footer a:visited{color:#fff;text-decoration: none;}
#footer a:hover{color:#93a4fb;text-decoration: none;}
#foot1,#foot2,#foot3{
	border-width: 0 2px;
	border-style: solid;
	border-color: #0F298F;
	padding-top: 5px 0;
}

#foot1{
	width: 406px;
	background-color: #717174;
	float: left;}
#foot2{
	background-color: #848488;
	width: 212px;
	float: left;
}
#foot3{
	float: left;
	width: 320px;
	background-color: #98989c;
}
a:link{color:#2B4A81;text-decoration: underline;}
a:visited{color:#0F298F;text-decoration: underline;}
a:hover{color:#4E4F54;text-decoration: underline;}
