/* CSS Document */

/* BEGIN COMMON */
html{

}

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

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

#topLogo{
	height: 86px;
}

#left_pane{
	/*width: 168px;*/
	width:180px;
	padding-top:18px;
	padding-left:6px;
	vertical-align:top;
	/*border:1px solid;*/
}

#center_pane{
	/*width:550px;*/
	width:537px;
	padding-top:0px;
	padding-left:18px;
	vertical-align:top;
}

#center_pane_1col{
	width:968px;
	padding-top:0px;
	padding-left:18px;
	vertical-align:top;
}

#right_pane{
	width:200px;
	padding-top: 18px;
	padding-left: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: #666666;
	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: 20px;
	color: #00447c;
}

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

#textBox{
	width: 520px;
}

#manage_pane{
	padding-left: 10px;
	padding-top: 6px;
}

.highlightText{
	font-family: Arial;
	font-size: 12px;
	color: #00447c;
	font-weight:bold;
	line-height:13px;
	padding-top:6px;
}

UL{

}

.ulLink{
	list-style: url(../images/bullet-blue.gif);
}

H1{
	font-family: Arial;
	font-size: 16px;
	color: #0066A4;
	font-weight:bold;
	padding-top:6px;
}

H2{
	font-family: Arial;
	font-size: 14px;
	color: #0066A4;
	font-weight:bold;
	padding-top:6px;
}

H3{
	font-family: Arial;
	font-size: 11px;
	color: #3F3F3F;
	font-weight:bold;
	line-height:13px;
	padding-top:6px;
}
/* END Text */

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

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

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

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

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

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

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

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

#msgBoxTop{
	width: 200px;
	height: 5px;
	background: URL(../images/msgBox_top.gif) no-repeat;
}

#msgBoxCenter{
	width: 200px;
	height:;
	background: URL(../images/msgBox_center.gif);
}

#msgBoxBottom{
	width:200px;
	height:15px;
	background: URL(../images/msgBox_bottom.gif) no-repeat;
}

#boxTitle{
	padding-top:12px;
	padding-left:10px;
	font-size:14px;
}

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

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

.msgBox{
	width:200px;
	border:0px solid #AEAFB0;
	background-color:#FFFFFF;
	position:relative;
	top:-340px;
	left:-380px;
	z-index:100;
	overflow:hidden;
}

.msgBtn{
	width:58px;
	height:25px;
	color:#FFFFFF;
	background: URL(../images/msg_btn.gif) no-repeat;
	border:0px;
	cursor:pointer;
}

.boxBtn{
	cursor:pointer;
}
/* END Data Box */
/* END COMMON ======================================== */

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

#nav_strip{
	height: 3px;
	width: 968px;
	background: URL(../images/nav_top_strip.gif);
}

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

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

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

#nav_deco{
	width:968px;
	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: 120px;
}

#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 ================================================== */

.news_box{
	position:relative;
	top:30px;
}

/* BEGIN Form */
input, select{
	width:155px;
	height: 19px;
	font-size: 11px;
	color: #232323;
	border: 1px solid #DCDCDC;
	background-color:#FFFFFF;
	background:#FFFFFF;
}

textarea{
	width:500px;
	height: 84px;
	font-size: 11px;
	color: #232323;
	border: 1px solid #DCDCDC;
}

#form_button{
	width:68px;
	height: 23px;
	background: URL(../images/form_btn.gif) no-repeat;
}

.form_btn{
	font-family:arial;
	font-size: 11px;
	color: #FFFFFF;
	background: none;
	font-weight: bold;
	border: 0px;
	width:68px;
	height: 23px;
	cursor:pointer;
}

.CB{
	width:14px;
	border: 0px;
}

.mendatory{
	color:#CD0000;
}

/* END Form ================================================== */

/* 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 ====================================================== */
