
#topnav a:link {font-family:Verdana;font-size: 10pt;color: #333333;text-decoration: none;}
#topnav a:visited {font-family:Verdana;font-size: 10pt;color: #333333;text-decoration: none;}
#topnav a:hover {font-family:Verdana;font-size: 10pt;color: #333333;text-decoration: underline;}
#topnav a:active {font-family:Verdana;font-size: 10pt;color: #333333;text-decoration: none;}

a.inpagelink:link {color:#013567;text-decoration:none;font-weight:bold;}
a.inpagelink:visited {color:#013567;text-decoration: none;font-weight:bold;}
a.inpagelink:hover {color:#013567;text-decoration: underline;font-weight:bold;}
a.inpagelink:active {color:#013567;text-decoration: none;font-weight:bold;}

.nolink {font-family:Verdana;font-size: 10pt;color: #000000;text-decoration: underline;}
/*End Top NAV*/


/*End NAVIGATION */
html,body {
	margin: 0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 10pt;
	background-color: #013567;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:750px;
	}
IMG {
	border:0px;
}
/**
hold background, it should be float:left
that's way we can not put it in #container

**/
#logo {
	position: relative;
	float:left;
	width:750px;
	height:98px;
}
#topnav {
	position: relative;
	float:left;
	width:750px;
	height:26px;
	padding-top:5px;
	background-image : url(../images/bgnav.gif);
	text-align:center;
}

#content {
	position: relative;
	float:left;
	width:750px;
	background-image : url(../images/bg.gif);
	}
#contentimage {
	position: relative;
	float:right;
	padding-left:10px;
	
}
#content-inner {
	position: relative;
	float:left;
	width:660px;
	text-align:left;
	padding-left:50px;
	padding-bottom:10px;
	
}

		
/**Divs for the Conact form**/
#ctform {
	width:630px;
	padding:10px;
}
#ctupper {
	postion:relative;
	float:left;
	width:630px;	
}
.ctinleft {
	postion:relative;
	float:left;
	width:90px;
}
.ctinright {
	postion:relative;
	float:left;
	width:540px;
}
#ctlower {
	postion:relative;
	float:left;
	width:620px;	
	padding:5px;
	border: 1px solid #013567;
	background-color: #EEF5FC;
}
.frmlabel {
	postion:relative;
	float:left;
	width:125px;
	height:25px;
	text-align:right;
	padding-right:5px;
	
}
.frminput {
	postion:relative;
	float:left;
	text-align:left;
	width:460px;
	height:25px;

}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}
/*End Divs Contact Form*/

/*Footer Control */
#footer {
	margin-top:0px;
	position:relative;
	float:left;
	width:690px;
	height:30px;
	padding-top:3px;
	padding-left: 60px;
	background-image : url(../images/bg-footer.gif);
	font-size:8pt;
}
#footer a:link {font-family: Arial, Helvetica, sans-serif;color: #000066;text-decoration: none;}
#footer a:hover {font-family: Arial, Helvetica, sans-serif;color: #000066;text-decoration: underline;}
#footer a:active {font-family: Arial, Helvetica, sans-serif;color: #000066;text-decoration: underline;}
/*End Footer Nav */


/* Text Control*/
.subheader {
	font-size: 12pt;
	font-weight: bold;
	color:#013567;
	Line-height:30px;
}
.test1 {
	font-size: 10pt;
	font-style : italic;
}
.test2 {
	font-size: 8pt;
	font-style : normal;
	font-weight : bold;
	color : #013567;
}


