body
{
margin: 0;
padding: 10px;
background: url(img/pagebg.png) #1a294c;
background-repeat: repeat-x;
background-position: top;
text-align: left;
font-family: verdana, arial, helvetica, sans-serif;
}

#page
{
text-align: left;
background: #384563;
padding: 5px 6px 5px 6px;
margin-left: auto;
margin-right: auto;
width: 944px;
overflow: auto;
}

#top
{
height:193px;
background: url(img/topbg.png);
background-repeat: repeat-x;
padding: 0;
}

#logo
{
width: 325px;
position: absolute;
margin-top: 55px;
margin-left: 15px;
}

#wave
{
float: right;
width: 604px;
height: 193px;
background: url(img/topwave.png);
background-repeat: no-repeat;
margin: 0;
}

#top ul
{
position: absolute;
width: 944px;
height: 23px;
padding: 0;
margin: 0;
margin-top: 169px;
font-size: 16px;
}

	#top ul li
	{
	display: block;
	float: right;
	margin-right: 15px;
	width: 150px;
	height: 24px;
	background: #48699c;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
	}
	
	#top a
	{
	display: block;
	width: auto;
	height: 21px;
	padding-top: 2px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border: 1px solid #779bd2;
	border-bottom: 0;
	}
	
	#top a:hover, #top ul li a.selected
	{
	background: #020b28;
	}
	
		#top ul li:hover
		{
		overflow: visible;
		}
	
		#top ul li ul
		{
		position: static;
		float: left;
		margin: 0;
		overflow: visible;
		width: 150%;
		border-top: 1px solid #779bd2;
		}
		
		  #top ul li ul a
		  {
		  border: 1px solid #779bd2;
		  border-top: 0;
		  }
		
		
		#top ul li:hover > ul
		{
		  margin-top: -3px;
		}
		
		#top ul li ul li
		{
		width: 100%;
		display: block;
		position: static;
		float: left;
		}

#body
{
background: #c2c7ce;
overflow: auto;
height: 100%;
font-size: 16px;
}

#left
{
width: 340px;
float: left;
}

#right
{
background: #fff;
width: 603px;
float: right;
padding-bottom: 20px;
}

#right2
{
background: #fff;
width: 594px;
float: right;
padding: 9px 0 8px 8px;
}

h2
{
font-size: 35px;
}

h3
{
font-size: 25px;
}

h2,h3
{
font-weight: normal;
display: block;
padding: 5px 25px 5px 25px;
margin: 10px 0 5px 0;
}

p, form
{
padding: 8px 25px 8px 25px;
margin: 15px 0 14px 0;
}

li
{
margin-bottom: 8px;
}

#feature
{
height: 235px;
padding: 20px 20px 20px 0;
}

	#feature span, #feature h2
	{
	background: url(img/navy50.png);
	padding: 4px 10px 4px 80px;
	color: #fff;
	}
	
	#feature h2
	{
	font-size: 32px;
	margin-bottom: 20px;
	float: left;
	}
	
	#feature span
	{
	float: left;
	clear: both;
	font-size: 18px;
	line-height: 22px;
	margin-top: 8px;
	width: 70%;
	}
	
.minifeature
{
width: 289px;
margin-right: 8px;
float: right;
}

	.minifeature_top
	{
	height: 170px;
	padding: 0;
	}

		.minifeature_top h2
		{
		color: #fff;
		font-size: 25px;
		line-height: 25px;
		display: block;
		margin: 0;
		padding: 5px;
		background: url(img/navy50.png);
		}

		.minifeature_top span
		{
		background: url(img/navy50.png);
		padding: 4px 10px 4px 10px;
		color: #fff;
		display: block;
		float: right;
		clear: both;
		margin-top: 4px;
		margin-left: 30px;
		}
	
	.minifeature a
	{
	display: block;
	background: url(img/arrow.png) #416191;
	background-repeat: no-repeat;
	background-position: center right;
	height: 20px;
	padding: 3px 25px 3px 5px;
	color: #fff;
	text-align: right;
	text-decoration: none;
	}
	
	
#footer
{
font-size: 10px;
color: #969ca9;
clear: both;
text-align: right;
padding-top: 5px;
}

	#footer a
	{
	color: #969ca9;
	}
	
label
{
display: block;
margin-top: 10px;
border-bottom: 1px solid #ccc;
width: 90%;
}

input
{
width: 150px;
}

textarea
{
width: 90%;
height: 100px;
}
