@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	background:0px 61px url(../images/main_bg.gif) repeat-x;
	}



a{	
	text-decoration:none;
	}
	
a:hover {
	text-decoration:none;
	}

blockquote{
	margin:0px 30px;
	}
	
sub{
	font-size:10px;
	}

.container{
	margin:0px auto 10px auto;
	width:1003px;
	min-height:100px;
	overflow:auto;
	}

.logo{
	margin:17px 0px 0px 44px;
	width:171px;
	height:51px;
	border:0px;
	float:left;
	}

.table1{
	margin:0px;
	padding:0px;
	background:0px 61px url(../images/main_bg.gif) repeat-x;
	width:100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
color:#fff;
	line-height:18px;
	font-weight:bold;
	}




.navi{
	width:600px;
	float:left;
	text-align:right;
	margin:57px 0px 0px 150px;
	font-weight:bold;
	font-size:12px;
	}





*html .navi{
	margin-left:200px;
	}

.navi a{
	color:#004742;
	margin:0px 3px;
	}

.navi a:hover{
	color:#000;
	}
	
.caption{
	float:left;
	width:1003px;
	color:#fff;
	text-align:center;
	margin:15px 0px 50px 0px;
	font-size:16px;
	font-weight:bold;
	}

.caption a{
	color:#fff;
	}

.caption a:hover{
	color:#ccc;
	}

/* content styles starts */

.content{
	float:left;
	width:1003px;
	margin:0px;
	padding:0px;
	height:auto;

	}

.content h1, .content h2{
	font-size:18px;
	color:#004742;
	}

.content h4{
	color:#000000;
	font-size:14px;
	}

.content h4 i{
	font-size:12px;
	font-weight:normal;
	}

.menu{
	float:center;
	width:110px;
	margin:0px;
	padding:0px;
	height:auto;
	}
	
.menu ol{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-weight:bold;
	color:#004742;
	list-style:none;
	}

.menu li{
	margin:10px 0px;
	padding:0px;
	}

.menu ol a{
	color:#004742;
	padding:0px;
	padding:3px 0px;
	border:1px solid #fff;
	text-decoration:none;
	}

.menu ol a:hover{
	background-color:#FFFFFF;
	}
	
a.tip span{
	display:none;
	cursor:pointer;
	padding:0px;
	padding:3px 5px;
	border:1px solid #bebebe;
	}

a.tip:hover span{
	display:inline;
	position:absolute;
	background-color:#fff;
	}
	
.text_content{
	float:right;
	width:800px;
	margin:20px 30px 0px 0px;
	padding:0px 0px 0px 30px;
	border:0px;
	border-left:1px dashed #ccc;
	min-height:515px;
	}

*html* .text_content{
	margin:20px 26px 0px 0px;
	}

.text_content h5{
	font-size:11px;
	font-weight:bold;
	}

.text_content ol li{
	margin:20px 0px;
	width:auto;
	}

.text_content ol li ul li{
	margin:3px;
	font-size:11px;
	list-style:disc;
	width:auto;
	}

.text_content ol li ol li{
	margin:3px;
	font-size:11px;
	list-style:lower-alpha;
	width:auto;
	}

.text_content td{
	text-align:center;
	}

.text_content a{
	color:#004742;
	}
	
.text_content a:hover{
	text-decoration:underline;
	}

.sub_menu{
	border:1px solid #ccc;
	padding:10px;
	margin:0px 0px 10px 20px;
	float:right;
	}

.sub_menu ul{
	margin:0px 0px 0px 5px;
	padding:0px;
	list-style:none;
	font-size:12px;
	font-weight:bold;
	}

.sub_menu li{
	margin:5px 0px;
	}

.sub_menu  h4{
	color:#000;
	font-size:14px;
	margin:0px;
	}

.sub_menu a{
	text-decoration:none;
	color:#004742;
	}

.sub_menu a:hover{
	color:#000;
	text-decoration:none;
	}
	
/* content styles ends*/

.footer{
	width:100%;
	background:url(../images/main_footer.gif) repeat-x;
	height:52px;
	float:left;
	font-size:11px;
	}

.disclaimer{
	margin:28px auto 0px auto;
	width:780px;
	color:#FFF;
	text-align:right;
	padding:0px 0px 0px 0px;
	}
	
/*answer highlight*/

.answer{
	color:#000;
	background-color:#f2f2f2;
	border:1px solid #ccc;
	padding:0px 20px;
	margin:10px 0px;
	}

.answer ol{
	list-style:lower-alpha;
	}



a.normal:link {
     color: #ffffff;
     background-color: transparent;
     }

a.normal:visited {
     color: #ffffff;
     background-color: transparent;
     }

a.normal:hover {
     color: #004742;
     background-color: transparent;
     text-decoration: none;
     }

a.normal:active {
     color: #004742;
     background-color: transparent;
     }
