@charset "utf-8";
/* CSS Document */
body{
	background-color:#330066;
	font-family: arial, Helvetica, sans-serif;
	font-size:12px;

}
h3{
	font-size:14px;
}
/*ul{
	margin-top:10px;
	margin-left:-30px;
}
ol{
	margin-top:10px;
	margin-left:-20px;
}*/
#container{
	width:980px;
	margin-right:auto;
	margin-left:auto;
}
#header{
	background: url(images/css/header.jpg) no-repeat #003399;
	height:170px;

}
#center_area{
	background:url(images/css/center_bg.jpg) repeat-y #003399;
	padding:10px 5px 10px 5px ;
}
#center_padded_img{
	padding:3px 3px 3px 3px ;
	text-align:center;
}
#boxpair{
	
	width:920px;
	margin-left:auto;
	margin-right:auto;
}
#leftbox330{
	
	float:left;
	width:330px;

}
#rightbox330{
	
	width:330px;
	margin-left:590px;
}
#leftbox570{
	
	float:left;
	width:570px;

}
#rightbox570{
	
	width:570px;
	margin-left:350px;

}
#boxtop920{
	background: url(images/css/boxtop920.jpg) no-repeat #FF0000;
	width:900px;
	height:26px;
	padding:0px 10px 2px 10px ;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:italic;
}
#boxtop570{
	background: url(images/css/boxtop570.jpg) no-repeat #FF0000;
	width:550px;
	height:26px;
	padding:0px 10px 2px 10px ;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:italic;
}



#boxtop330{
	background: url(images/css/boxtop330.jpg) no-repeat #FF0000;
	width:310px;
	height:26px;
	padding:0px 10px 2px 10px ;
	margin-left:auto;
	margin-right:auto;
	font-family:"Times New Roman", Times, serif;
	font-size:22px;
	font-weight: bold;
	color:#FFFFFF;
	font-style:italic;
}
#box920{
	background: #FFFFFF;
	width:860px;
	padding:10px 30px 5px 30px ;
	margin-left:auto;
	margin-right:auto;
}
#box570{
	background: #FFFFFF;
	width:540px;
	padding:10px 10px 5px 20px ;
	margin-left:auto;
	margin-right:auto;
}
#box330{
	background: #FFFFFF;
	width:310px;
	padding:10px 10px 5px 10px ;
	margin-left:auto;
	margin-right:auto;
}

#boxbottom920{
	background:url(images/css/boxbottom920.jpg) no-repeat;
	width:920px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	
}
#boxbottom570{
	background:url(images/css/boxbottom570.jpg) no-repeat;
	width:570px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	
}
#boxbottom330{
	background:url(images/css/boxbottom330.jpg) no-repeat;
	width:330px;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	
}




#footer_nav{
	background:url(images/css/center_bg.jpg) repeat-y #330066;
	text-align:center;
	color:#FFFFFF;
}
#footer_nav a{
	color:#FFFFFF;
}
#bottom_area{
	background:url(images/css/bottom_area.jpg) no-repeat #330066;
	height:53px;
}

#foot1{
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
	padding:15px 0px 10px 0px ;
}
#foot2{
	text-align:center;
	color:#FFFFFF;
	font-size:9px;
	padding:0px 0px 0px 0px ;
}



#menuBar { 
	background: #330066;
	display: block;
	margin-bottom: 0px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	padding:4px 0px 4px 60px ;
	/*padding:4px 10px 4px 300px ;*//*for ie7/6*/
}


.menuHeader {
	color: #ffffff;
	font-size: 13px;
	font-weight:bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding:0px 15px 0px 15px ;
	margin: 0px;
	display: inline;
	position: relative;
}
/*.menuFooter {
	color: #ffffff;
	font-size: 10px;
	font-family: arial, Helvetica, sans-serif;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding:0px 20px 0px 20px ;
	margin: 0px;
	display: inline;
	position: relative;
}*/


.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: auto;
	height: auto;
	margin-top:3px;
	margin-left:0px;
	padding: 0px;
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	border: 2px solid;
    border-color: #fff #999 #666 #fff;
	background-color: #F9FCFF;
	background-repeat: repeat;
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	}

.menuDrop a:link {
	color: #0033FF;
	}

.menuDrop a:visited {
	color: #0099CC;
	}

.menuDrop a:hover {
	color: #000099;
	background-color: #DFEFFF;
	text-decoration: underline;
	}

.menuDrop a:active {
	color: #ffffff;
	background-color: #c00;
}



#hardlink a{
	color:#FFFFFF;
	text-decoration:none;
}
#hardlink a:hover{
	color:#cccccc;
	text-decoration:none;
}
.white_text{
	color:#FFFFFF;
}
.off_title {
font-weight: bold; 
font-size: 16px;
}
.off_name {
font-size: 14px;
font-weight: bold;
}