/* CSS Document */
body{
	background-color: #E3E7EA;
	background-image: url(../images/outer_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
}
.mainframe{
	background-color: #FBFBFB;
	background-image: url(../images/inner_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;	
}
.header{
	padding-left:20px;
	float:left;
	margin:0px;
}
.menu{
	float:left;
	background-image: url(../images/menu_mid.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 38px;
	width: 614px;
	margin:0px;
	padding:0px;	
}
.menu_right{
	float:left;
	background-image: url(../images/menu_right.gif);
	height: 38px;
	width: 10px;	
}
.menu_item a{
	background-image: url(../images/menu_item_border.jpg);
	background-repeat:no-repeat;
	float:left;
	background-position: right center;
	height: 38px;
	padding-left:20px;
	padding-right:15px;
	padding-top:10px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
.menu_item a:hover{
	text-decoration:none;
	font-weight:bold;
	color:#0562A5;
}
.maincontent{
	padding-top:105px;
	padding-left:20px;
}
.maincontentIE{
	padding-top:10px;
	padding-left:20px;
}
.left{
	width:292px;
	float:left;
}
.left_header{
	background-image: url(../images/left_heading_top.gif);
	height: 54px;
	width: 292px;	
}
.left_header_dark{
	background-image: url(../images/left_top1.jpg);
	height: 15px;
	width: 292px;	
}
.left_mid{
	background-image: url(../images/left_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #74C6FE;
	padding:15px;
}
.left_mid_dark{
	background-color:#036FB8;
	padding:15px;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
}
.left_bottom{
	background-image: url(../images/left_bottom.jpg);
	height: 15px;
	width: 292px;	
}
.left_bottom_dark{
	background-image: url(../images/left_bottom1.jpg);
	height: 15px;
	width: 292px;	
}
h3{
	font-weight:bold;
	color:#0562A5;
	font-size:13px;
}
.big_heading{
	font-family:'Times New Roman', Times, serif; 
	font-size:30px; 
	font-style:italic; 
	font-weight:bold;
	padding-left:40px;
}
.big_heading1{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:40px; 
	font-weight:800;
	padding-left:40px;
}
.main{
	padding-left:300px;
}
.white_box_top{
	background-image: url(../images/white_box_top.jpg);
	height: 22px;
	width: 255px;	
}
.white_box_mid{
	background-color:#FFFFFF;
	width:255px;
	min-height:250px;
}
.white_box_bottom{
	background-image: url(../images/white_box_bottom.jpg);
	height: 22px;
	width: 255px;
}
.footer{
	clear:left;
	padding-top:10px;
}
.footer_top{
	background-image: url(../images/footer_top.jpg);
	width:970px;
	height:11px;
	font-size:0px;
}
.footer_mid{
	background-color:#0072BB;
	min-height:20px;
	width:970px;
}
.footer_mid a {
font-size:12px;
color:#CCCCCC;
text-decoration:none;
}
.footer_mid a:hover {
font-size:12px;
color:#CCCCCC;
text-decoration:underline;
}
.footer_bottom{
	background-image: url(../images/footer_bottom.jpg);
	width:970px;
	height:11px;
	font-size:0px;
}