body{
	background: #F0F0F0 url(images/bg.gif) repeat-x;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
}
input, select, textarea{
	border: 1px solid #00337C;
	font-size: 11px;
	font-family: arial, verdana;
}
a:link, a:visited{
	color: #244496;
}
a:hover{
	color: #0042E6;
}	
/***************Main Elements*****************/

#container, #header, #content, #banner, #footer{
	width: 787px;
	margin: 0 auto;
	position: relative;
}
#header{
	background: url(images/header.gif) no-repeat;
	height: 95px;
}
#header h1{
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
#banner{
	background: url(images/banner.jpg) no-repeat;
	height: 148px;
}
#content{
	padding-top: 45px;
	background: url(images/content_bg.gif) repeat-y;
	text-align: justify;
}
	
#footer{
	background: url(images/footer.gif) no-repeat;
	height:  65px;
	padding: 20px;
	color: #fff;
	text-align: center;
}	
#footer p{
	width:787px;
	font-size: 11px;
	padding: 10px 0 0 0;
	font-weight: normal;
	margin: 0;
	text-align: center;
}
#footer a{
	color: #fff;
}
#disclaimer {
	width: 280px;
	font-size: 11px;
	font-weight: normal;
	line-height: 1.1;
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	padding-top: 5px;
	}
#quickcontact{
	width: 280px;
	margin: 0;
	background: url(images/solid_bg.jpg) top left no-repeat;
	text-align: left;
}
#quickcontact p{
	padding: 0 25px 0px 25px;
	margin: 0;
}
#quickcontact fieldset{
	border: none;
	padding: 150px 10px 0px 20px;
	margin: 0;
}
#quickcontact label {
	display: block;
	padding: 0;
	margin: 0;
	}
#main{
	float: right;
	width: 495px;
}
.noborder{
	border: 0;
}
#clearMe {
	clear: both;
	height: 1px;
	}
#pad{
	padding: 0 22px 0 0;
}
#pad h1{
	color: #022660;
	font-size: 14px;
	border-bottom: 1px dotted #022660;
padding: 10px 0 5px 0;
}
#pad h2{
	color: #007cfb;
	font-size: 14px;
	text-align: left;
}
#pad h3{
	color: #1464c7;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
/****************Navigation***********************/
#nav{
	background: url(images/nav_bg.gif) top left no-repeat;
	height: 45px;
	width: 787px;
	margin: 0 auto;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
}
#nav ul{
	margin: 0;
	list-style-type: none;
	padding: 15px 0 0 0;
	font-size: 12px;
	text-align: center;
}
#nav ul li{
	display: inline;
	margin: 0;
	padding: 0 40px 0 40px;
	font-weight: bold;
}
#nav ul li a{
	color: #fff;
	text-decoration: underline;
}

