@charset "utf-8";
body {
	background-color: #e1e2e4;
	margin-top: 0px;
}
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#626262
}
.style2 {color: #FFFFFF}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #D2ACA1;
	text-decoration: underline;
}
a:active {
	color: #666666;
	text-decoration: none;
}
.style3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {
	font-size: 11px;
	color: #666666;
}
.orangeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EE5A02;
}

.orangeTB {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EE5A02;
}


#container {
	width:780px;
	margin:0 auto;
	min-height:800px;
	background:#FFF;	
}

#logo {
	width:268px;

	position: relative;
	float:left;

}
.twenty {
	width:20px;
	height:5px;
	float:left;
	
}

#nav {
	width:269px;
	height:100px;
	position: relative;
	float:left;


	
}
#content {
	width:445px;
	min-height:500px;
	position:relative;
	right:30px;
	
	float:right;

	
}

#footerLine {
	width:780px;
	height:10px;
	position: relative;
	top:10px;
	right:0px;

}
#footer {
	width:500px;
	height:35px;
	position: relative;
	top:12px;
	right:-20px;


}
#footerCH {
	width:180px;
	height:35px;
	position: relative;
	top:-28px;
	left:630px;


}

.cl  {
	clear:both;
}
