body {
	margin: 0px; padding: 0px;
	font-size: 14px;
	font-family:Verdana;
	color: #111111;
 }
 HR {
	border: 1px solid #666666;
	border-width: 1px 0px 0px 0px;
	height: 1px; line-height: 1px;
	width: 85%;
 }
.main_body {
	width: 100%;
	background: #FFD8AF; 
	border: 1px solid #FEF5D6;
}
div#main_container {
	width: 800px;
	margin: 20px auto 10px auto;
	position: relative;
	background-color: #ffffff;
	
}
.header {
	height: 90px;
	1background: transparent url(../images/header_bg.gif) no-repeat left top;
}
.logo {
	width: 270px;
	float: left;
	margin: 10px 0px 0px 10px;
}
.top_menu {
	width: 300px;
	float: right;
	margin: 10px 30px 0px 0px;
	text-align: right;
	font-size:15px;
}
.page_header {
	height: 153px;
	background-color: #FF9A2F;
	color: #ffffff;
font-family:"Trebuchet MS",Trebuchet,Tahoma,Verdana;
text-align:left;

}

.middle_menu {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0px;
}
.section_header {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding: 0px; 
	margin: 10px 0px;
	color: #333333;
}
.section {
	margin: 10px auto;
	width: 90%;
	line-height:20px;
}
.left_sub_section, .right_sub_section {
	width: 49%;
	margin-bottom: 15px;
}
.left_sub_section {
	clear: both;
	float: left;
}
.right_sub_section {
	float: right;
}
.bulleted_list {
	margin: 0px; padding: 0px;
	margin-left: 30px;
}
.bulleted_list li {
	padding: 0px;
	margin: 3px 0px;
}
.bottom_menu {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	margin: 10px 0px;
}
.para_separator {
	margin: 0px auto;
	width: 75%;
	height: 1px;
	clear: both;
	background: #666666;
}
.image_with_border {
	border: 1 px solid #cccccc;
}
.copyright {
	text-align: center;
	font-size: 12px;
}
.remarks {
	font-size: 11px;
	color: #222222;
}
.TextBox, .Button {
	border: 1px solid #999999;
}
A {
	text-decoration: none;
	padding: 1px;
}
A:hover {
	background-color: #FF9A2F;
	color: #ffffff;
	text-decoration: underline;
}
.highlight
{
background-color : #FFF9D8;
border-bottom:1px solid #FFC98F;
padding:0px 3px;

}
.errorbox {
background-color:#FEEBE7;
border:1px solid #FA7A60;
color:#F05942;
font-size:11px;
font-weight:bold;
margin-bottom:20px;
padding:5px;
}

.Error
{
    color:Red;
    padding:0px 0px 0px 0px;
    font-weight:bold;
}
.imagediv IMAGE, .imagediv IMG{
	border: 1px solid #bbb;
}