body{
	margin:0px;
	padding:0px;
	font:14px Trebuchet MS;
	overflow-x: hidden;
	}
	
	img{
		border:0px;
	}
	
	h2 {
	font:bold 16px Trebuchet MS;
	color:#ff6600;
}
	
/*Main Structure
================================================================================*/
#maincontainer {
	position: relative;
	margin: 0 auto;
	width:980px;
	height:auto;
	background-color:white; 
}

#header {
	position: relative;
	width:980px;
	height:80px;
	}
	
#bodycontainer {
	clear:both;
	width:980px;
	margin: 0 auto;
	height:auto;
}

#footer {
	position: relative;
	width:980px;
	height:218px;
	margin: 0 auto;
	background: url("../images/footergrad.gif") repeat-x;
}

#container1{
	clear:both;
	float:left;
	width:620px;
	padding:0;
}

#container2 {
	float:right;
	width:255px;
	height:auto;
	margin:0 auto;
	padding:0;
	}

/*bodycontainer
=================================================================================*/
#contentboxtop {
	clear:both;
	width:980px;
	height:14px;
	margin:0 auto;
	background:url("../images/mainbox_top.gif") no-repeat;
	}
	
#contentboxcenter {
	clear:both;
	width:980px;
	padding:0;
	margin:0 auto;
	background:url("../images/mainbox_center.gif") repeat-y;
	}
	
*html #contentboxcenter{
margin-top:-4px;
}

#contentboxbottom {
	clear:both;
	width:980px;
	height:18px;
	background:url("../images/mainbox_bottom.gif") no-repeat;
	}
	
/*Header
===================================================================================*/
#logo {
	float:left;
	clear:both;
	width:310px;
	height:80px;
	background: url("../images/logo.jpg") 10px 20px no-repeat;
	}
#logo a{
	display:block;
	text-decoration:none;
	width:270px;
	height:60px;
	}
		
#submenu{
	float:right;
	width:660px;
	height:20px;
	font:normal 11px Trebuchet MS;
	}
	
#menu {
	float:right;
	width:660px;
	height:60px;
	font:bold 16px Trebuchet MS;
	}
	
/*Submenu
===================================================================================*/		
#submenu ul{
	display:block;
	height:20px;
	list-style-type:none;
	padding:0; 
	margin:0;
	margin:0 20px 0 0;
	}
	
#submenu li{
	display:block;
	float:right;
	position:relative;
	margin:5px 10px 0 0;
	}
	
#submenu a{
	color:#666666;
	text-decoration:none;
	}
	
#submenu a:hover{
	color:#666666;
	text-decoration:underline;
	}
	

/*Menu
===================================================================================*/	
#menu ul{
	display:block;
	height:30px;
	list-style-type:none;
	padding:0; 
	margin:0;
	margin:25px 20px 0 0;
	}
	
#menu li{
	display:block;float:right;position:relative;
	}
	
#menu a{
	display:block;
	width:97px;
	height:30px;
	color:#999999;
	line-height:28px;
	background: url('../images/menu.jpg') no-repeat;
	text-decoration:none;
	}
#menu a span{
	padding:18px;
}
#menu a:hover{
	color:white;
	text-decoration:none;
	background: url('../images/menu_ov.jpg') no-repeat;
	}
	
/*Subcontainer
===============================================================*/
#subcontainer{
	clear:both;
	width:883px;
	margin-left:47px;
	padding-bottom:40px;
}

#banner {
	position:relative;
	width:883px;
	height:180px;
	background:url("../images/banner.jpg") no-repeat;
}

#textcontent {
	clear:both;
	float:left;
	width:620px;
	margin:0 auto;
	margin-top:20px;
	padding-left:5px;
	height:auto;
}

#textcontent ul {
	margin-left:20px;
	margin-right:20px;
	padding:0;
	text-align:justify;
	list-style-type:square;
	color:#666666;
	}
	
#textcontent ul li{
	margin-bottom:10px;
}

#textcontent h2{
	font:bold 16px Trebuchet MS;
	margin:0;
	padding:0;
}

#textcontent p{
	font:normal 14px Trebuchet MS;
	text-align:justify;
	margin:0 25px 10px 0px ;
	color:#666666;
}

.highlight{
	text-decoration:underline;
	color:#660099;
}

#textcontent a{
	text-decoration:underline;
	color:#330066;
}

#textcontent a:hover{
	text-decoration:underline;
	color:#ff6600;
}
	
/*container2
====================================================================*/
#sidemenu {
	display:block;
	width:255px;
	margin-top:20px;
}

#sidemenu ul{
	width:160px;
	list-style:none;
	font:bold 16px Trebuchet MS1, Helvetica, sans-serif;
}

#sidemenu li{
	color:#FF9966;
	display:block;
	height:35px;
	border-bottom:1px solid #cccccc;
	}
	
#sidemenu li a{
	text-decoration:none;
	color:#999999;
	line-height:2em;
	}
	
#sidemenu li a:hover{
	color:#FF9966;
}
	
#greybar {
	display:block;
	width:255px;
	margin-top:20px;
	}
	
#greybar img.title{
	margin:10px 0 0 10px;
	}

#greybar ul{
	list-style:square;
	margin:0;margin:10px 10px 10px 30px;padding:0;
}

#greybar ul li{
	color:#330066;
}

#greybar a{
	font-size:13px;
	margin-left:10px;
	color:#663399;
}

#divider{
	display:block;
	margin:0;padding:0;
	height:2px;
	background:url('../images/divider.gif') repeat-x;
}

#whitebox {
	float:right;
	display:block;
	width:255px;
	height:225px;
	margin-top:20px;
	background:url('../images/whitebox.gif') 0 28px no-repeat;
}

#whitebox b.header{
	margin:0 0 0 5px;
	font:bold 16px Trebuchet MS1, Helvetica, sans-serif;
	line-height:24px;
	color:#FF9933;
}
#whitebox p{
	margin:15px 10px 0 10px;
	text-align:justify;
}

#whitebox div.image {
	float:right;
	display:block;
	margin:0;
	padding:0;
	width:100px;
	height:135px;
	background: url('../images/securitynote-icon.png') 0 0 no-repeat;
}

*html #whitebox div.image {	
	float:right;
	display:block;
	margin:0px;
	padding:0px;
	width:100px;
	height:135px;
	background-image:none;
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/securitynote-icon.png');
}

#whitebox ul{
	display:block;
	height:40px;
	padding:5px 0 0 10px;
	margin:0;
	list-style:none;
	}
	
#whitebox li{
	display:block;
	float:left;
	padding:0;
	margin:0 10px 0 0;
}
/*Footer
==================================================================*/
#footercontainer {
	position: relative;
	width:980px;
	height:182px;
	margin:0;
	padding:0;
	left:50px;
}
	
#footer .coloumn {
	float: left;
	width: 162px;
	padding:0;
	margin:0;
	margin-right:10px;
	margin-top:10px;
}

#footer li {
	list-style: none;
	margin:0;
	padding:0;
	font:normal 13px Trebuchet MS;
}

#footer li b{
	font:bold 16px Trebuchet MS;
	padding-bottom:5px;
}

#footer li h2{
	float:right;
	width:182px;
	height:29px;
	margin:0;
	padding:0;
	background:url("../images/footerlogo.png") 0 0 no-repeat;
	}

*html #footer li h2{
	background-image:none;
	background: no-repeat;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/footerlogo.png');
}

#footer li h2 span{
	display:none;
	}
#footer li img{
	float:right;
	}
	
#footer li b.phone{
	float:right;
	text-align:right;
	font:bold 16px Trebuchet MS;
	padding:0;
	margin:0;
}

#footer li a {
	display: block;
	float: left;
	clear: left;
	color: #333333;
}

#footer li a:hover {
	text-decoration:underline;
	color:#993399;
}


#copyright {
	position: relative;
	width:883px;
	height:20px;
	font:bold 11px trebuchet MS;
	color:#999999;
	margin-left:47px;
}
#copyright b{
	margin:0 25px 0 30px;
	}
#copyright a{
	text-decoration:none;
	color:#999999;
}

#copyright a:hover{
 text-decoration:underline;
 }
.form_mand_fields
{
	padding-top:15px;
	padding-right:1px;
	color:#FF0000;
}
.tr_data_head TD
{
	background-color:#F1F0F0;
        color:#F87307;
	border-bottom:1px solid #E9EDEA;
	height:23px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	border-right:1px solid #E9EDEA;
}
.qa_prof_veify_data_row1
{
	background-color:#FFFFFF;
	text-align:left;
}
.qa_prof_veify_data_row2
{
	background-color:#E9EDEA;
	text-align:left;
}
.qa_prof_veify_data TD
{
	border-right:1px solid #C9D2CB;
	height:20px;
	padding-right:5px;
	vertical-align:middle;
}
.qa_prof_veify_data_head TD
{
	background-color:#F1F0F0;
	border-bottom:1px solid #E9EDEA;
	height:23px;
	text-align:left;
	vertical-align:middle;
	font-weight:bold;
	border-right:1px solid #E9EDEA;
}
.submit_but_form_fields
{
	font-size: 11px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	width:auto;
	padding-bottom:2px;
	font-weight:bold;
        border :solid 1px;
	border-color:#B6C5BB;
	background-color:#F87307;
}
.note
{
        font-family:Trebuchet MS;
	vertical-align:middle;
        font-size:11px;
}
.master_table
{
	width:100%;
	background-color: #ffffff;
	height:100%;
}
.ol_row2
{
	height:24px;
	border-bottom:1px solid #FFFFFF;
	background:#D9E0DB;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	color:#000B05;
}
.ol_row2_strong
{
	height:24px;
	border-bottom:1px solid #FFFFFF;
	background:#D9E0DB;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	color:#000B05;
	font-weight:bold;
}
.eval_agent_emp_head
{
	height:24px;
	padding-top:6px;
	padding-left:5px;
	padding-bottom:5px;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#B6C5BB;
}
.ol_row1
{
	height:24px;
	border-bottom:1px solid #FFFFFF;
	background:#E9EDEA;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	color:#000B05;
}
.ol_row1_strong
{
	font-weight:bold;
	height:24px;
	border-bottom:1px solid #FFFFFF;
	background:#E9EDEA;
	padding-top:5px;
	padding-left:5px;
	padding-right:15px;
	color:#000B05;
}
.eval_final_report_head
{
	height:24px;
	padding-top:6px;
	padding-left:5px;
	padding-bottom:5px;
	font-weight:bold;
	border-top:1px solid #FFFFFF;
	border-bottom:1px solid #FFFFFF;
	background-color:#C9D2CB;
}
.confticket{
	font:normal 15px Calibri;
	text-align:justify;	
	color:#666666;
}

