html, body{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size : 100%;
	color:#336666;
	font-weight : normal;
	background-color : #77B2B8;
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:807px;	
}
#inner {
	position: relative;
	float:left;
	width:807px;
	
}

ul {
		
}
li {
}
ol {
	font-size:100%;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
/* Header
***********************************************/
#topnav {
	position: relative;
	float:left;
	width:791px;
	height:210px;
	font-size:80%;
	background-image : url(../images/bg_topnav.jpg);
	background-repeat : no-repeat;
	padding-right:13px;
	padding-left:3px;
	line-height:15px;
}
#topnav a:link {color: #336666;text-decoration: none;}
#topnav a:visited {color: #336666;text-decoration: none;}
#topnav a:hover {color: #999933;text-decoration: none;}
#topnav a:active {color: #336666;text-decoration: none;}
.nolinktopnav {color: #999933;text-decoration: none;}

#content{
	position:relative;
	float:left;
	text-align:left;
	width:783px;
	padding-left:10px;
	padding-right:14px;
	padding-top:10px;
	background-image : url(../images/bg_main.jpg);
	background-repeat : repeat-y;
}
#contentimage {
	position:relative;
	float:right;	
}

a.bodylink:link {text-decoration: none;	color:#999933;}
a.bodylink:visited {text-decoration: none;	color:#999933;}
a.bodylink:hover {text-decoration: underline;	color:#999933;}
a.bodylink:active {text-decoration: none;	color:#999933;}

/*********** Generic Style***********/
 h1{font-size:150%;font-weight:normal; color:#000000;}
 .subtitle{font-size:130%; font-weight:normal;margin-bottom:0px; color:#666666;}
 .h2 {font-size:80%; font-weight:normal; color:#336666;}
 
/* 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:807px;
	height:53px;
	font-size:70%;
	text-align:center;
	color: #FFFFFF;
	background-image : url(../images/bg_footer.jpg);
	background-repeat : no-repeat;
	padding-top:12px;
	
}

#ctform {
	width:350px;
	padding-top:10px;
}

#ctsubmit{
    position:relative;
	text-align:left;
	padding-top:10px;
	height:40px;
	width:400px;
}
#ctlegal {
	position:relative;
	text-align:left;
	width:550px;
	height:40px;
}
input {
	border:1px solid #999933;
	background-color : #ffffff;
}
.strap{
	text-align:center;
	font-size:100%;
	font-weight:bold;
	color:#666666;
	font-style : italic;
}
.imtext{
	font-size:60%;
	color:#666666;
	}