/* CSS Document */


body {
	background-color:#B6BEE6;
	width: 961px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	color: #666666;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	font-size:14;

}

.page_container {
	float: left;
	height: auto;
	width: 961px;

	margin:0;
	background-image:url(../images/bg.jpg); 
	background-repeat: repeat-y;
	padding-left:71px;
	padding-right:35px;
	padding-top:0;

}


.header {
	float: left;
	height: auto;
	width: 961px;
	height:auto;

}

.content {
	background-image:url(../images/bg1.gif);
	background-repeat:repeat-y;
	float: left;
	height: auto;
	width: 961px;
	height:auto;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;

}

.content_sub {
	background-image:url(../images/bg2.gif);
	background-repeat:repeat-y;
	float: left;
	height: auto;
	width: 961px;
	height:auto;
	font-family:"Trebuchet MS", sans-serif;
	font-size:12px;


}

.content_left {
	float:left;
	width:216px;
	font-family:"Trebuchet MS", sans-serif;
	font-size:11px;
	font-weight:700;
	padding-top:20px;
}

.content_center {
	width:403px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
}

.content_right {
	width:90px;
	float:left;

}

.content_sub_right {
	width:582px;
	float:left;
	padding-top:20px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
	border-top:#556BB4 solid 15px;

}






.footer {
	float:left;

	width: 100%;
	height: 53px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;

	color: #FFFFFF;
	margin:0;
	padding:0;
	line-height:20px;


}

.nexacom {
	width: 100%;
	height: 21px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	margin:0;
	padding-top:5px;
	line-height:30px;
	
}

.nexacom a {
	color:#333333;
	text-decoration: none;
}

.menu_cell {
	float:left;
	clear:both;
	color:#333333;
	background-image:url(../images/index/bullet_ff.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:10px;
	width:200px;
	padding-top:2px;
	padding-bottom:2px;

}


.menu_cell a {
	color:#333333;
	background-image:url(../images/index/bullet_off.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
	padding-left:10px;
}
	
.menu_cell a:hover {
	color:#333333;
	background-image:url(../images/index/bullet_on.gif);
	background-repeat:no-repeat;
	background-position:left;
	text-decoration:none;
}


h2 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:20px;
	color:#4359C0;
	
}

h3 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#000000;
	margin-bottom:3px;
	margin-top:3px;
	
}

h4 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#556BB4;
	margin-bottom:3px;
	margin-top:3px;
	font-weight:700;
	
}

h5 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#000000;
	margin-bottom:3px;
	margin-top:3px;
}

h5 a {
	color:#000000;
	text-decoration:none;
}

h6 {
	font-family:"Trebuchet MS", sans-serif;
	font-size:13px;
	color:#000000;
	margin-bottom:3px;
	margin-top:3px;
	text-decoration:underline;
}


ul {
	list-style:outside;
	list-style-type:square;
}

a {
	color:#556BB4;
	text-decoration:none;
}
