body {
	color:#000;
	text-align: center;
	font: 101% Arial, Helvetica, sans-serif;
	margin: 20px 0;
	background-color: #c5c5c5;
}
	   
#wrapper {
	text-align: left;
	width: 800px;
	margin: 0 auto;
	background: #FFF;
}
#header{
	height: 90px;
	background: #666;
	text-align: center;
}
#sub_header{
	height: 35px;
	font:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #CE3D12;
	text-align: center;
	color: #fff;
	line-height: 2.0em;
}

#sub_header a{
	color: #fff;
	text-decoration: none;
	padding: 0 5px 0 5px;
}

#sub_header a:hover{
	color: #ccc;
	text-decoration: none;
}

.activelink{
	color: #ccc;
}

#left {
background: #F2F2F2;
float:left; 
width: 160px;
padding: 25px 0px 40px 0px;
height: 100%;
}

#left p{
font-size: 12px;
font-weight: bold;
padding-left: 10px;
color: #666;
}

#left h5{
font-size: 12px; 
color: #CE3D12;
padding-left: 10px;
}

#left a{
padding: 0 10px 0 10px;
font-size: 12px; 
font-weight: bold;
color: #CE3D12;
text-decoration: none;
}
.activeleft {
padding: 0 10px 0 10px;
font-size: 12px; 
font-weight: bold;
color: #666;
}
#left a:hover{
color: #666;
}

#left hr{ padding:0; margin: 0;}

#right {
	float:right;
	width: 600px;
	color: #000;
	padding: 10px;
}

#footer{
	clear:both;
	height:30px;
	text-align: center;
	background-color: #fff;
	border-top: 1px #CE3D12 solid;
}
#footer p {
font-size: 12px;
color:#000;
margin:0;
padding:0;
}
#footer h6 {
background: #ccc;
font-size: 12px;
color:#fff;
margin:0;
padding:0;
}
#footer a {
text-decoration: none;
}
p {
font-size: 90%; 
color: #000;
}
	

#right p {
	font: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #000;
}
h1 {
color: #333333;
font-size: 110%; 
border-bottom: 2px solid #AD3838;
}
h2 {font-size: 105%; color: #CC6666;
margin: 12px;
}
h3{
font-size: 95%; 
margin: 12px 5px; 
color: #B83D3D;
}

.validbutton {
font-size: 70%;
border: 1px solid #B83D3D;
padding: 4px;
margin-right: 6px;
}

.code {
	font-size: 60%;
	border: 1px dashed #CCCCCC;
	padding: 4px;
width: 250px;
}

a:link {color:#AD3838;}
a:visited {color:#D68585;}
a:active {color:#AD3838;}
a:hover {color:#BB3E3E; text-decoration:none}

table.aboutus { width: 100%; vertical-align: top;}
table.aboutus th {
	background: #ccc;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}
table.aboutus td {
 vertical-align: top;
 font-family:Arial, Helvetica, sans-serif;
 font-size:12px;
 padding-top: 20px;
}
.td1 { width: 10%; }