* { 
	padding : 0;
	margin : 0;
} 

body { 
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-size : 12px;
} 

#wrapper { 
	width : 930px;
	margin : 0 auto;
} 

img { 
	border : none;
}

a {
	color : #003165;
}

#header { 
	margin : 5px 5px 0 5px;
	height : 150px;
	padding : 0px;
	background-color : #FFFFFF;
	background-image : url(images/head.png);
	background-repeat : no-repeat;
} 

#navbar {
	margin : 0 5px 0 5px;
	background-color : #003165;
	width:900px;
} 

#menu { 
	font-size : 12px;
	font-weight:bold;
	width : 875px;
	height : 32px;
	background-color : #003165;
	text-align : left;
	text-transform : uppercase;
	padding-left:25px;
} 

#menu ul { 
	padding-right : 0;
	padding-left : 0;
	padding-bottom : 0;
	padding-top : 10px;
	margin : 0;
} 

#menu ul li { 
	padding-right : 10px;
	display : inline;
	padding-left : 10px;
	padding-bottom : 0;
	margin : 0;
	padding-top : 0;
	list-style-type : none;
} 

#menu ul li a { 
	color : #B1B1B1;
	text-decoration:none;
}

#menu ul li a:hover { 
	border: none;
	color : #FFFFFF;
} 

#menu form{
	text-align:right;
	margin-top:2px;
}


#maintextcolumn { 
	margin : 0px 5px 0px 5px;
	display : inline;
	padding-top : 10px;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 15px;
	width : 850px;
	float : left;
	min-height : 300px;
	background-color : #FFFFFF;
	background-image : url(images/bg.jpg);
	background-repeat : repeat-x;
	text-align : justify;
} 

* html #centercolumn { 
	height : 300px;
} 

#maintextcolumn h1 { 
	font-size : 18px;
	padding-top : 5px;
	padding-bottom : 10px;
	color : #993333;
} 

#maintextcolumn h2 { 
	font-size : 16px;
	padding-top : 10px;
	padding-bottom : 10px;
	color : #999a00;
} 

#maintextcolumn h3 { 
	font-size : 16px;
	padding-top : 10px;
	padding-bottom : 0px;
	color : #999a00;
} 

#maintextcolumn a { 
	color :  #003165e;
	text-decoration:underline;
	padding-left : 3px;
	padding-right : 3px;
} 

#maintextcolumn form{
	margin-top:4px;
	margin-bottom:4px;
}

#disclaimer { 
	font-family : serif;
	padding-top : 10px;
	padding-left : 15px;
	padding-bottom : 10px;
	padding-right : 15px;
	background-color : #dcdcdc;
}

#footer { 
	background-color : #FFFFFF;
	margin : 0 5px 5px 5px;
	display : inline;
	color : #B1B1B1;
	float : left;
	width : 900px;
	height : 59px;
	background-image : url(images/footer.png);
	background-repeat : no-repeat;
	padding-left : 3px;
	text-align : center;
	padding-top : 15px;
} 

#footer a { 
	font-size : 11px;
	color : #B1B1B1;
} 

.blue{
	color:#003165;
}

.line{
	background-image:url(images/line.jpg);
	background-repeat:repeat-x;
	background-position: 5px;
}
