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

body, td, th {
	font-family: Tahoma;
	font-size: 11px;
	color: #666666;
}
body {
	background-color: #16214f;
	margin-top: 20px;
}
a, a:visited, a:active {
	color: #023f87;
	text-decoration:none;
}
a:hover {
	color: #e6223e;
	text-decoration:none;
}
#dropmenudiv{
	position:absolute;
	background-color: #dfeef5;
	margin:1px;
	line-height:18px;
	z-index:100;
}
#dropmenudiv a{
	width: 100%;
	display: block;
	color:#023f87;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF;
	padding: 1px 0;
	text-decoration: none;
}
#dropmenudiv a:hover{ /*hover background color*/
	color: #e6223e;
}
ul#Navigation {
	margin:0;
	padding:0;
	list-style-type:none;
	text-indent:58px;
	text-align:left;
	line-height: 25px;
}
ul#Navigation a {
	color:#023f87;
	background:url(../images/ulbg.gif);
	width:214px;
	height:30px;
	display:block;
	text-decoration:none;
}
ul#Navigation a:hover {
	color:#e62643;
}
#HomeContent {
	margin: 60px 60px 50px 50px;
	text-align:justify;
	line-height:18px;
	color: #666666;
}
#ProductBar {
	margin-top:35px;
	padding-top:20px;
	border-top:#023f87 1px solid;
}
#ProductBar2 {
	margin-top:35px;
	padding-top:20px;
	padding-bottom:20px;
	border-top:#023f87 1px solid;
	border-bottom:#023f87 1px solid;
}
#Footer {
	font-size: 10px;
	color: #FFFFFF;
	float:right;
	margin-right:31px;
}
#Footer a, #Footer a:visited {
	color: #ffffff;
	text-decoration:underline;
}