html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#003366;
	font-weight : normal;
	background-color : #003466;
	background-image : url(../images/bg_body.jpg);
	background-repeat : repeat-x;
	margin-top:0px;
	padding-top:0px;
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:735px;	
	margin-top:0px;
	padding-top:0px;
}
#inner {
	position: relative;
	float:left;
	width:735px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
	
}
#logo {
	position: relative;
	float:left;
	width:185px;
	background-image : url(../images/logos/logomain.jpg);
	background-repeat : no-repeat;
	height:246px;
}
#logo2 {
	position: relative;
	float:left;
	width:550px;
	height:246px;
}
#title {
	position: relative;
	float:left;
	width:550px;
	height:36px;
	background-image : url(../images/bg_title.jpg);
}

ul {
	font-weight : normal;
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}

#leftnav {
	position:relative;
	float:left;
	width:175px;
	font-size:70%;
	text-align:left;
	font-weight : normal;
	padding-left:10px;
	padding-top:5px;
}
.navbit {
	position:relative;
	float:left;
	width:160px;
	height : 23px;
	padding-top:2px;
	font-size:125%;
	font-weight : bold;
	padding-left:10px;
}
.navbit2 {
	position:relative;
	float:left;
	width:160px;
	height : 23px;
	padding-top:2px;
	background-color : #FFFF00;
	font-size:125%;
	font-weight : bold;
	padding-left:10px;
}
a.navbit:link {color: #003366;text-decoration: none;}
a.navbit:visited {color: #003366;text-decoration: none;}
a.navbit:hover {color: #003366;text-decoration: none;}
a.navbit:active {color: #003366;text-decoration: none;}

a.navbit2:link {color: #003366;text-decoration: none;}
a.navbit2:visited {color: #003366;text-decoration: none;}
a.navbit2:hover {color: #003366;text-decoration: none;}
a.navbit2:active {color: #003366;text-decoration: none;}
.nolinknav {color: #003366;text-decoration: none;}
#testi {
	position:relative;
	float:left;
	font-size:100%;
	border-top:1px solid #003366;
	width:170px;
	padding-top:10px;
}
.big {
	font-size:140%;
	font-weight : bold;
}
#title {
	position:relative;
	float:left;
	text-align:left;
	width:540px;
	background-image : url(../images/bg_title.jpg);
	background-repeat : no-repeat;
	height:32px;
	padding-left:10px;
	padding-top: 4px;
	font-size:140%;font-weight:normal;
	color:#FFFFFF;
}
#content{
	position:relative;
	float:left;
	width:530px;
	padding-left:10px;
	padding-top:15px;
	
}
#contentimage {
	position:relative;
	float:right;
	padding-left:10px;
	padding-bottom:0px;
}

a.bodylink:link {text-decoration: none;	color:#003366;}
a.bodylink:visited {text-decoration: none;	color:#003366;}
a.bodylink:hover {text-decoration: underline;	color:#003366;}
a.bodylink:active {text-decoration: none;	color:#003366;}

/*********** Generic Style***********/
 h1{font-size:140%;font-weight:normal; color:#FFFFFF;}
 .h2{font-size:70%; font-weight:normal;}
 h3 {font-size:70%; font-weight:normal;}
 
/* Bottom
***********************************************/

#footer a:link {color: #FFFF00;text-decoration: none;}
#footer a:visited {color: #FFFF00;text-decoration: none;}
#footer a:hover {color: #FFFF00;text-decoration: underline;}
#footer a:active {color: #FFFF00;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
    background-color : #003466;
	position:relative;
	float:left;
	text-align:left;
	width:735px;
	font-size:70%;
	text-align:center;
	color: #FFFF00;
	padding-top:5px;
	padding-bottom:10px;
	
}

#ctform {
    position:relative;
	text-align:left;
	width:350px;
	padding-top:10px;

}

#ctsubmit{
    position:relative;
	text-align:left;
	padding-top:10px;
	height:40px;
	width:300px;
}
#ctlegal {
	position:relative;
	text-align:left;
	width:300px;
	height:40px;
}
input {
	border:1px solid #003366;
	background-color : #ffffff;
}