html, body{
	margin:0;
	margin-top:15px;
	padding:0;
	font-family:Verdana;
	font-size : 100%;
	color:#000000;
	font-weight : normal;
	background-color : #001A4D;
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:762px;	
}
#inner {
	position: relative;
	float:left;
	width:605px;
	background-color : #FFFFFF;
}
#left {
	position: relative;
	float:left;
	width:157px;
	background-image : url(../images/bg_left.jpg);
	height:618px;
}
#logo {
	position: relative;
	float:left;
	width:605px;
	height:265px;
}

ul {
	font-size:70%;
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
/* Header
***********************************************/
#topnav {
	position: relative;
	float:left;
	width:575px;
	height:27px;
	padding-top:7px;
	font-size:80%;
	color:#FFFFFF;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
	font-weight : bold;
	text-align:right;
	padding-right:30px;
}
#topnav a:link {color: #000000;text-decoration: none;}
#topnav a:visited {color: #000000;text-decoration: none;}
#topnav a:hover {color: #FFFFFF;text-decoration: none;}
#topnav a:active {color: #000000;text-decoration: none;}
.nolinktopnav {color: #FFFFFF;text-decoration: none;}

#right {
	position: relative;
	float:left;
	width:466px;
}


#content{
	position:relative;
	float:left;
	text-align:left;
	width:605px;
	background-color : #ffffff;
}
#conttop {
	position:relative;
	float:left;
	width:570px;
	padding-left:35px;
	padding-top:5px;
}
#contall {
	position:relative;
	float:left;
	width:550px;
	padding-left:35px;
	padding-right:20px;
	padding-top:10px;
}
#contspacer{
	position:relative;
	float:left;
	width:418px;
	height:18px;
	background-image : url(../images/bg_spacer.jpg);
	background-repeat : no-repeat;
}
#contleft {
	position:relative;
	float:left;
	width:418px;
}
#contleft1 {
	position:relative;
	float:left;
	width:363px;
	background-image : url(../images/bg_contleft.jpg);
	background-repeat : repeat-y;
	padding-left:35px;
	padding-right:20px;
}
#contlogos {
	position:relative;
	float:left;
	width:378px;
	background-image : url(../images/bg_logos.jpg);
	background-repeat : no-repeat;
	font-size:60%;
	padding-left:40px;
	
}
#contright {
	position:relative;
	float:left;
	width:187px;
}
#contrtop {
	position:relative;
	float:left;
	width:187px;
	height:18px;
	background-image : url(../images/bg_contrt.jpg);
	background-repeat : no-repeat;
}
#contrmid {
	position:relative;
	float:left;
	width:176px;
	background-image : url(../images/bg_contrm.jpg);
	background-repeat : repeat-y;
	padding-left:11px;
}

#contrbot {
	position:relative;
	float:left;
	width:187px;
	height:18px;
	background-image : url(../images/bg_contrb.jpg);
	background-repeat : no-repeat;
}
a.bodylink:link {text-decoration: none;	color:#001A4D;}
a.bodylink:visited {text-decoration: none;	color:#001A4D;}
a.bodylink:hover {text-decoration: underline;	color:#001A4D;}
a.bodylink:active {text-decoration: none;	color:#001A4D;}

/*********** Generic Style***********/
 h1{font-size:120%;font-weight:normal; color:#001A4D;margin-bottom:0px;}
 h2{font-size:70%; font-weight:normal;margin-bottom:0px;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/
#footer a:link {color: #FFFFFF;text-decoration: none;}
#footer a:visited {color: #FFFFFF;text-decoration: none;}
#footer a:hover {color: #FFFFFF;text-decoration: underline;}
#footer a:active {color: #FFFFFF;text-decoration: none;}
.nolink {color: #FFFFFF;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:605px;
	height:40px;
	font-size:65%;
	text-align:center;
	color: #FFFFFF;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:14px;
	
}

#contactform{position:relative;	float:left;font-weight:normal;font-size:70%;}
.frmul{position:relative;	float:left; width:110px;text-align:right;}
.frmur{position:relative;	float:left;}
#formdetail{position:relative;float:left;padding:5px;margin-bottom:10px;}
.frmll{position:relative;float:left;width:105px;text-align:right;padding-right:5px;margin-top:2px;margin-bottom:2px;}
.frmlr{position:relative;float:left;margin-top:2px;margin-bottom:2px;}
input,select,textarea {font-family: Verdana;padding-left:3px;font-size:100%;}
.red{color:#FFFFFF;}