/* CSS Document */


body {
	background-image:url(../images/bgextend.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:100%;
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;	

}

.bodyextend {
	background-image:url(../images/bgextend.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#fff;
}

.top {
	background-image:url(../images/topbg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

.leftmargin {
	background-image:url(../images/ltbg.jpg);
	background-repeat:no-repeat;
	background-position:top right;	
}

.rightmargin {
	background-image:url(../images/rtbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
}

.slogan {
	font-size:17px;
	color:#fff;
	line-height:22px;
	font-style:italic;
	text-shadow:#666;
}

/*******************************************************/

a, a:link { color:#FFF; text-decoration:none; }
a:hover {}
a:visited {}
a:active {}

/*******************************************************/

.mainlink { font-size:20px; color:#fff; }
.mainlink a{ font-size:20px; color:#fff; text-decoration:none; }
.mainlink a:link{ font-size:20px; color:#fff; text-decoration:none; }
.mainlink a:visited{ font-size:20px; color:#fff; text-decoration:none; }
.mainlink a:hover{ font-size:20px; color:#ccc; border-bottom:5px solid #0B4E83;}


.mainactive { border-bottom:5px solid #fff; color:#ccc; }


.mainsub { font-size:11px; color:#fff; text-decoration:none; font-weight:bold; }
.mainsub a{ font-size:11px; color:#fff; text-decoration:none; font-weight:bold; display:block; }
.mainsub a:link { font-size:11px; color:#fff; text-decoration:none; font-weight:bold; display:block; }
.mainsub a:visited { font-size:11px; color:#fff; text-decoration:none; font-weight:bold; display:block; }
.mainsub a:hover { font-size:11px; color:#a9cadd; border-bottom:3px solid #6D93B8; display:block; margin-bottom:-2px; padding-bottom:3px; height:32px; line-height:15px; }

.mainsubactive { background-image:url(../images/activelink.jpg); background-repeat:repeat-x; background-position:top; font-size:11px; color:#000; text-decoration:none; font-weight:bold; display:block; height:32px; padding-top:5px; }


.mainbody {
	background-image:url(../images/mainbg.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	background-color:#fff;
	padding:11px;
}

.welcome {
	font-size:32px;
	color:#B6C7DA;
	vertical-align:bottom;
}

.to {
	font-size:18px;
	color:#B6C7DA;
	font-style:italic;
}

.oa {
	font-size:26px;
	color:#B6C7DA;
}

.maintext {
	font-size:12px;
	/*font-weight:bold;*/
	color:#000;
	line-height:17px;
	background-color:#FFF;
	padding:10px;
    filter:alpha(opacity=70);
	/*-moz-opacity:.70;
	opacity:.70;*/
	font-family:Verdana, Geneva, sans-serif	
}
.maintext a{
	font-size:12px;
	color:#000;
	line-height:17px;
	background-color:#FFF;
	padding:10px;
	font-family:Verdana, Geneva, sans-serif;	
}

.bright {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

div, span {
	margin:0; padding:0;
}

.news {
	background-image:url(../images/newsbg.jpg);
	background-repeat: repeat;
	background-position:left top;
	border-left:1px solid #747A7A;
	padding:15px;
}

.date {
	font-size:11px;
	font-weight:bold;
	color:#fff;
	line-height:15px;
}

.footer {
	font-size:11px;
	padding-left:30px;
	line-height:18px;
}

.footer a {
	font-size:11px;
	color:#006699;
	font-weight:normal;
}

.footer a:hover {
	font-size:11px;
	color:#003366;
	font-weight:normal;
}
em { font-size:10px; font-weight:bold; }
.view_btn{
	width:189px;
	height:35px;
	margin:20px auto 0;	
}
.view_btn a{
	background:url(../images/view_btn.gif) no-repeat 0 0;
	font-size:12px;
	color:#616167 !important;
	background-color:inherit;
	line-height:35px;
	padding:0 33px 0 15px;
	font-family:Verdana, Geneva, sans-serif;	
	display:block;
	outline-style:none;
}
.view_btn a:hover{
	color:#202026 !important;
	background-color:inherit;
}




