@charset "utf-8";
/* CSS Document */
/*
body{
	margin:0px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#f4f5f6;
}
*/
#container{
	text-align:center;	
}	

#mainContent{
	width:930px;
	text-align:left;
	background:#ffffff;
	border:solid 1px #e4e5e6;
}	

#logoBar{

}

#menuBar{
	height:24px;
	background:url(../images/menuBg.jpg) repeat-x left top;
}

#menuBar ul{
	list-style:none;
	padding:6px 0px 0px 0px;
	font-weight:bold;
}

#menuBar li{
	padding:0px 18px 0px 0px;
	float:left;
}

#menuBar li a{
	color:#293d6b;
	text-decoration:none;
}

#menuBar li a:hover{
	color:#000000;
	text-decoration:underline;
}

#mainImage{
	margin:0px !important;	
	margin:-15px 0px -4px 0px;	
}

.tabLeft{
	line-height:22px;
	float:left;
	width:408px;
	height:128px;
	padding:8px;
	/*border:solid 1px #e4e4e4;*/
	color:#000000;
}

.tabLeft a{
	text-decoration:none;
	color:#293d6b;
}
.tabLeft a:hover{
	text-decoration:underline;
}
.tabCenter{
	line-height:22px;
	float:left;
	width:278px;
	height:128px;
	margin:auto auto auto 30px;
	padding:8px;
	/*border:solid 1px #e4e4e4;*/
	color:#000000;
}

.tabCenter a{
	text-decoration:none;
	color:#293d6b;
}
.tabCenter a:hover{
	text-decoration:underline;
}

.tabRight{
	line-height:22px;
	float:left;
	width:278px;
	height:128px;
	margin:auto auto auto 30px;
	padding:8px;
	/*border:solid 1px #e4e4e4;*/
	color:#3399ff;
}

.tab{

}

#tabContainer{
	width:900px;
}
#topTabOut{
	padding:15px;
	background:#abb5bd;
}
#bottom{
	background:#000000;
	height:2px;
	margin:-10px 0px 0px 0px;
}
#footer{
	width:930px;
	height:18px;
	background:#000000;
	color:#ffffff;
}
#footer ul{
	margin:0px 0px 3px 3px;
	list-style:none;
	padding:3px 0px 0px 0px !important;
	padding:6px 0px 0px 0px;
}

#footer li{
	padding:0px 18px 0px 0px;
	float:left;
}

#footer li a{
	color:#ffffff;
	text-decoration:none;
}

#footer li a:hover{
	text-decoration:underline;
}


#coypRight{
	width:930px;
	text-align:left;
	color:#999999;
}

#leftMenu{
	font-size:12px;
	float:left;
	margin:0px 0px 18px 0px;
	width:238px;	
}

#leftMenu ul{
	list-style:none;
	line-height:23px;
}

#leftMenu li{
	padding:2px 0px 2px 8px;
	border-bottom:solid 1px #99c1db;	
}

#leftMenu a:hover{
	text-decoration:underline;
}
.leftMenuTitle{
	background:#a8c3da;
	color:#ffffff;
	font-weight:bold;
}
.leftMenuOn{
	background:#d1d6db;
	color:#293d6b;
	font-weight:bold;
}
.leftMenuOn a{
	text-decoration:none;
	color:#293d6b;
}
.leftMenuOther a{
	color:#293d6b;
	text-decoration:none;
}	

#rightContent{
	width:658px;
	float:right;
	height:388px;
}
#currentPath{
	font-size:12px;
	color:#999999;
	margin:8px 0px 18px 18px;
}
#currentPath a{
	color:#999999;
	text-decoration:none;
}
#currentPath a:hover{
	color:#000000;
	text-decoration:underline;
}

#rightContentTitle{
	font-size:18px;
	font-weight:bold;
	color:#666666;
	border-bottom:solid 1px #e4e5e6;
}
#rightContentContent{
	font-size:12px;
	margin:18px 3px 18px 3px;
}
#rightContentContent strong{
	color:#293d6b;
}	
#rightContentContent li{
	line-height:23px;
}	

#rightContentContent a{
	color:#293d6b;
	text-decoration:none;
}

#rightContentContent a:hover{
	color:#3399ff;
	text-decoration:underline;
}

#myFooter{
	padding:5px 5px 0px 0px;
	text-align:right;
	font-size:12px;
	color:#ffffff;
	height:22px;
	background:url(../images/ftbg.gif) repeat-x left top;
	
}

#myFooter a{
	color:#ffffff;
	text-decoration:none;
}
#myFooter a:hover{
	text-decoration:underline;
}
