/* CSS Document */

/* BEGIN COMMON */
html{

}

body{
	margin: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	line-height:15px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

/* BEGIN Structure */
#content{
	width: 968px;
}

#topLogo{
	height: 86px;
}

#left_pane{
	width: 375px;
	padding-top:12px;
	vertical-align:top;
}

#center_pane{
	padding:18px;
	padding-left:8px;
	vertical-align:top;
}

#right_pane{
	width:260px;
	padding-top:22px;
	padding-right:0px;
	vertical-align:top;
}
/* END Structure ======================== */



a.topLink:link, a.topLink:visited{
	color: #3F3F3F;
	font-size:9px;
	text-decoration: none;
}

a.topLink:hover, a.topLink:active{

}

.searchBox{
	width: 120px;
	height: 16px;
	border: 1px solid #AEAFB0;
	font-size:10px;
	color: #3F3F3F;
}

#search_box{
	position:relative;
	top: 50px;
	float:right;
	width: 344px;
	height: 36px;
	/*background: URL(../images/search_box.gif) no-repeat;*/
}

a.stageLink:link, a.stageLink:visited{
	font-family:arial;
	font-size:11px;
	color:#232323;
	text-decoration:none;
	font-weight:normal;
}

a.stageLink:hover, a.stageLink:active{
	color:#0066A4;
}

/* BEGIN Text */
.pageText{
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;	
}

.visitedPage{
	color: #0066A4;
}

.pageTitle{
	font-size: 16px;
	color: #0066A4;
}

P{
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
}

#textBox{
	width: 500px;
}
/* END Text */

/* BEGIN Data Box */
#topBox{
	width: 184px;
	height: 40;
	background: URL(../images/topBox.gif) no-repeat;
}

#topBox2{
	width: 184px;
	height: 40;
	background: URL(../images/topBox3.gif) no-repeat;
}

#BoxTop{
	width: 184px;
	height: 20px;
	background: URL(../images/topBox2.gif) no-repeat;
}

#centerBox{
	width: 184px;
	height:;
	background: URL(../images/centerBox.gif);
}

#bottomBox{
	width:184px;
	height:20px;
	background: URL(../images/bottomBox.gif) no-repeat;
}

#BoxBottom{
	width:184px;
	height:10px;
	background: URL(../images/bottomBox2.gif) no-repeat;
}

#boxTitle{
	padding-top:12px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#7D7A8C;
}

#titleBox{
	padding-top:2px;
	padding-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#7D7A8C;
}

a.boxLinks:link, a.boxLinks:visited{
	font-size: 11px;
	color: #0066A4;
	text-decoration: none;
}

a.boxLinks:hover, a.boxLinks:active{
	text-decoration: underline;
}

#box_text{
	padding-left:10px;
	padding-right:10px;
	font-size:11px;
	color:#7D7A8C;
}

.mid_img{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
/* END Data Box */
/* END COMMON ======================================== */

/* BEGIN Navigation */
#topNav{
	height: 26px;
}

#nav_strip{
	height: 3px;
	width: 960px;
	/*overflow:hidden;*/
}

#nav_left{
	width:8px;
	height: 23px;
	background: URL(../images/nav_left_home.gif) no-repeat;
	float: left;
}

#nav_center{
	width:950px;
	height: 23px;
	background: URL(../images/nav_center.gif) top left;
	float: left;
}

#nav_right{
	width:10px;
	height: 23px;
	background: URL(../images/nav_right_home.gif) no-repeat;
	float: left;
}

#nav_deco{
	width:958px;
	height: 2px;
	background-color: #FFFFFF;
}

a.mainLinks:link, a.mainLinks:visited{
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

a.mainLinks:hover, a.mainLinks:active{

}
/* END Navigation ================================================ */

/* BEGIN Banner */
#banner{
	height: 242px;
}

#left_border{
	width:4px;
	height: 120px;
	background: URL(../images/left_border.gif) top left;
	float: left;
}

#right_border{
	width:6px;
	height: 120px;
	background: URL(../images/right_border.gif) top right;
	float: left;
}
/* END Banner ================================================== */

/* BEGIN Footer */
#footer{
	height: 96px;
	width: 100%;
	background: URL(../images/bottom_side.gif);
}

#footer_bg{
	height: 96px;
	width: 968px;
	background: URL(../images/footer_bg.gif) no-repeat top left;
}

#footer_links{
	padding-top: 20px;
	font-size: 10px;
	color: #0066A4;
}

a.footerLink:link, a.footerLink:visited{
	font-size: 10px;
	color: #0066A4;
	text-decoration: none;
}

a.footerLink:hover, a.footerLink:active{
	text-decoration: underline;
}

#copyright{
	padding-top:20px;
	font-weight:bold;
	color: #FFFFFF;
}

a.copyrightLink:link, a.copyrightLink:visited{
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
}

a.copyrightLink:hover, a.copyrightLink:active{

}
/* END Footer ====================================================== */
