html, body, table, td, img, form
	{
	margin: 0; padding: 0; border: 0;
	}
	
td
	{
	vertical-align: top;
	}
	
body, td
	{
	font: 13px/1.6em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444444;
	}
	
body
	{
	background-color: #EFEEF3;
	}

a, a:link, a:visited
	{
	color: #303799;
	text-decoration: none;
	}	
	
a:hover, a:active
	{
	color: #4767BF;
	}
	
p, ul
	{
	padding: 0; margin: 0 0 1em 0;
	}
	
h1
	{
	padding: 0; margin: 4px 0 2em 100px;
	font-size: 12px;
	color: #222222;
	font-weight: normal;
	}
	
h2
	{
	font-size: 14px;
	color: #303799;
	padding: 0; margin: 0 0 2px 0;
	font-weight: normal;
	}

h3
	{
	font-size: 12px;
	color: #303799;
	padding: 0; margin: 0 0 2px 0;
	font-weight: bold;
	}

h4
	{
	font-size: 14px;
	color: #222222;
	padding: 0; margin: 0 0 2px 0;
	font-style:italic;
	}
		
.dotted
	{
	height: 1px; overflow: hidden;
	background: url('../images/bgs/dotted.gif') repeat-x;
	}	
	
	
/* ----------------- */	
	
	
#page
	{
	width: 760px;
	margin-left: auto; margin-right: auto;
	background: #fbfdfe;
	border: 1px solid #303799;
	}
	
#header
	{
	width: 100%; height: 79px;
	background: #982328;
	}
	
#topnav
	{
	width: 100%; height: 26px;
	background: #F2E0D5;
	}

.dropdown
	{
	border-left: 1px solid #303799;
	border-right: 1px solid #303799;
	border-bottom: 1px solid #303799;		
	}
	
.dropdown a
	{
	border-bottom: 1px solid #CFD5E7;
	display:block;
	background:#CFD5E7;
	padding: 0 10px 0 10px;
	white-space: nowrap;
	}
	

	
.dropdown .inside
	{
	display:none;
	}
		
#pagebottom
	{
	height: 80px;
	background: url('../images/bgs/bottom.gif') bottom no-repeat;
	}
	
#footer
	{
	width: 100%;
	height: 60px;
	background-color: #0D3793;
	}
	
	#footer .footertext
		{
		vertical-align: middle;
		padding: 12px 0 12px 15px;
		font-size: 10px;
		color: #F2E0D5;
		}
		
	#footer .footertext a, #footer .footertext a:link, #footer .footertext a:visited
		{
		color: #ffffff;
		text-decoration: none;
		}
		
	#footer .footertext a:hover, #footer .footertext a:active
		{
		color: #E3B7A2;
		}
		
	#footer .logos
		{
		text-align: right;
		padding-right:10px;
		}
		
	#footer .websolvers {
		text-align:right;
		padding:20px 10px 12px 0;
	}
		
	.styledfield
	{
	font-size: 11px;
	border: 1px solid #FFF;
	background-color: #F5E2D7;
	color: #A73F3F
	}
