
html, body{
	margin:0;
	padding:0;
	font-family:Arial;
	/*background-image : url(../images/bg_body.jpg);
	background-repeat : repeat-x;
	*/
	font-size : 100%;
	color:#FFFFFF;
	background-color : #FFFFFF;
	
}
/* Structure
***********************************************/
IMG {
	border:0px;
}
#container{
	margin-left:auto;
	margin-right:auto;
	width:710px;
	
}
ul {
	font-size:70%;
}

li {
	color:#666666;
}
hr {
	color:#CCCCCC;
	height:1px;
	text-align:left;
}
#inner {
	position: relative;
	float:left;
	width:710px;
	
	background-repeat : no-repeat;
}
/* Header
***********************************************/
#logo {
	position: relative;
	float:left;
	padding-left:8px;
	padding-top:8px;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
	width:710px;
}
#topnav {
	position:relative;
	float:left;
	width:702px;
	font-size:60%;
	padding-top:8px;
	padding-left:8px;
	font-weight : bold;
	background-image : url(../images/bg_nav.jpg);
	background-repeat : no-repeat;
	}
#topnav a:link {color: #666666;text-decoration: none;}
#topnav a:visited {color: #666666;text-decoration: none;}
#topnav a:hover {color: #FF9700;text-decoration: underline;}
#topnav a:active {color: #666666;text-decoration: none;}
.nolinknav {color: #666666;text-decoration: none;}

#midnav {
	position:relative;
	float:right;
	font-size:90%;
	font-style : italic;
	padding-top:45px;
	padding-bottom:52px;
}
.midnavparts {
    position:relative;
	float:left;
	padding:17px;
	
	
}
#midnav a:link {color: #F0DFC4;	text-decoration: none;	font-size:85%;	font-style : normal;}
#midnav a:visited {color: #F0DFC4;text-decoration: none;font-size:85%;font-style : normal;}
#midnav a:hover {color: #F0DFC4;text-decoration: underline;font-size:85%;font-style : normal;}
#midnav a:active {color: #F0DFC4;text-decoration: none;font-size:85%;font-style : normal;}
.nolinknav {color: #F0DFC4;text-decoration: none;font-size:85%;font-style : normal;}
#content1{
	position:relative;
	float:left;
	text-align:left;
	width:710px;
	background-image : url(../images/bg_content1.jpg);
	background-repeat : repeat-y;
}
#content2{
	position:relative;
	float:left;
	text-align:left;
	width:710px;
	background-image : url(../images/bg_content2.jpg);
	background-repeat : repeat-y;
}
#content3{
	position:relative;
	float:left;
	text-align:left;
	width:670px;
	background-image : url(../images/bg_content3.jpg);
	background-repeat : repeat-y;
	padding:20px;
	color:#666666;
}
.left {
	position:relative;
	float:left;
	width:180px;
	padding-top:20px;
	padding-left:25px;
	padding-right:15px;
}
.right {
	position:relative;
	float:left;
	width:460px;
	padding:15px;
	
}
#contentimage {
	position:relative;
	float:right;
}

a.bodylink:link {text-decoration: none;	color:#F0DFC4;}
a.bodylink:visited {text-decoration: none;	color:#F0DFC4;}
a.bodylink:hover {text-decoration: underline;	color:#F0DFC4;}
a.bodylink:active {text-decoration: none;	color:#F0DFC4;}

a.bodylink2:link {text-decoration: none;	color:#FFFFFF;}
a.bodylink2:visited {text-decoration: none;	color:#FFFFFF;}
a.bodylink2:hover {text-decoration: underline;	color:#FFFFFF;}
a.bodylink2:active {text-decoration: none;	color:#FFFFFF;}

a.bodylink3:link {text-decoration: none;	color:#003366;}
a.bodylink3:visited {text-decoration: none;	color:#003366;}
a.bodylink3:hover {text-decoration: underline;	color:#003366;}
a.bodylink3:active {text-decoration: none;	color:#003366;}

/*********** Generic Style***********/
h1{font-size:130%;font-weight:normal;margin-top:1px;}
 h2{font-size:70%; font-weight:normal; padding-bottom:1px;}
 h3 {font-size:70%; font-weight:normal; margin-top:1px;}
/***Style 1****/


/* Bottom
***********************************************/
#footer a:link {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
#footer a:visited {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: none;}
#footer a:hover {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: underline;}
#footer a:active {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: underline;}
.nolink {font-family: Arial, Helvetica, sans-serif;color: #666666;text-decoration: underline;}

#footer {
	position:relative;
	float:left;
	width:710px;
	height:52px;
	font-size:70%;
	text-align:center;
	color: #666666;
	padding-top:3px;
}

***********************************************/

#ctform {
	width:480px;
	padding-top:10px;
}
.ctupper {
	position:relative;
	float:left;
	width:480px;	
}
.cttext {
	height:40px;
}
.ctinleft {
	position:relative;
	float:left;
	width:90px;
}
.ctinright {
	position:relative;
	float:left;
	width:390px;
}
#ctlower {
	position:relative;
	float:left;
	width:470px;
	padding:5px;
	border:1px solid #ff9700;
	background-color : #F0DFC5;
}
.frmlabel {
	position:relative;
	float:left;
	width:110px;
	height:25px;
	text-align:right;
	padding-right:5px;
		
}
.frminput {
	position:relative;
	text-align:left;
	height:25px;
	
}
#ctsubmit{
    position:relative;
	text-align:left;
	padding-top:10px;
	height:40px;
	width:320px;
}
#ctlegal {
	position:relative;
	text-align:left;
	width:320px;
	height:100px;
}
input {
	border:1px solid #ff6633;
	background-color : #ffffff;
}
.bodyTextForm {
	font-family: Arial;color: #000000;font-size: 10pt;
}

.testwhite {
	font-size:110%
}
.testorange {
	color:#FF9700
}