html, body{
	margin:0;
	padding:0;
	font-family:Verdana;
	font-size : 100%;
	color:#FFFFFF;
	font-weight : normal;
	background-color : #FFFFFF;
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:780px;	
}
#inner {
	position: relative;
	float:left;
	width:780px;
	background-image : url(../images/bg_inner.jpg);
	background-repeat : repeat-y;
}
#logotop {
	position: relative;
	float:left;
	width:780px;
	background-image : url(../images/bg_logo_top.jpg);
	background-repeat : no-repeat;
	height:89px;
	font-size:1%;
}
#logo {
	position: relative;
	float:left;
	width:775px;
	background-image : url(../images/bg_logo.jpg);
	background-repeat : no-repeat;
	height:219px;
	padding-left:5px;
}
#logotext {
	position: relative;
	float:right;
	width:334px;
	padding-right:35px;
	color:#FFFFFF;
	padding-top:20px;
	text-align:justify;
	font-size:110%;
}
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:369px;
	height:40px;
	padding-top:10px;
	padding-left:411px;
	font-size:80%;
	text-align:center;
	color:#FFFFFF;
	background-image : url(../images/bg_nav.jpg);
}
#topnav a:link {color: #FFFFFF;text-decoration: none;}
#topnav a:visited {color: #FFFFFF;text-decoration: none;}
#topnav a:hover {color: #FFFFFF;text-decoration: underline;}
#topnav a:active {color: #FFFFFF;text-decoration: none;}
.nolinktopnav {color: #FFFFFF;text-decoration: underline;}
#left {
	position: relative;
	float:left;
	width:183px;
	
}
#mid {
	position: relative;
	float:left;
	width:190px;
}
#right {
	position: relative;
	float:left;
	width:380px;
	padding-right:20px;
}
#right2 {
	position: relative;
	float:left;
	width:550px;
	padding-right:20px;
}
#content{
	position:relative;
	float:left;
	text-align:left;
	width:780px;
}
#thetop {
	position:relative;
	float:left;
	width:530px;
	padding-left:250px;
}
#thetop2 {
	position:relative;
	float:left;
	width:590px;
	padding-left:190px;
}
#contentimage {
	position:relative;
	float:left;
	
}

a.bodylink:link {text-decoration: underline;	color:#FFFFFF;}
a.bodylink:visited {text-decoration: underline;	color:#FFFFFF;}
a.bodylink:hover {text-decoration: underline;	color:#FFFFFF;}
a.bodylink:active {text-decoration: underline;	color:#FFFFFF;}
a.bodylink2:link {text-decoration: underline;	color:#009AC8;}
a.bodylink2:visited {text-decoration: underline;	color:#009AC8;}
a.bodylink2:hover {text-decoration: underline;	color:#009AC8;}
a.bodylink2:active {text-decoration: underline;	color:#009AC8;}

/*********** Generic Style***********/
 h1{font-size:130%;font-weight:normal; color:#FFFFFF;}
 h2{font-size:70%; font-weight:normal;margin-bottom:0px;text-align:justify;}
 h3 {font-size:70%; font-weight:normal;text-align:justify;}
 
/* Bottom
***********************************************/
#footer a:link {color: #666666;text-decoration: none;}
#footer a:visited {color: #666666;text-decoration: none;}
#footer a:hover {color: #666666;text-decoration: underline;}
#footer a:active {color: #666666;text-decoration: none;}
.nolink {color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:780px;
	height:40px;
	font-size:70%;
	text-align:center;
	color: #666666;
	padding-top:10px;
	
}

#ctform {
	width:350px;
	padding-top:10px;
}
.bodyTextForm {
	font-family:Verdana;
	font-size : 110%;
}
#ctsubmit{
    position:relative;
	text-align:left;
	padding-top:10px;
	height:40px;
	width:300px;
}
#ctlegal {
	position:relative;
	text-align:left;
	width:450px;
	height:40px;
}
input , SELECT{
	border:1px solid #009AC8;
	background-color : #ffffff;
}