/* CSS Document */
body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
}
.left{
	width:5%;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;
	background-position: right;
}
.right{
	width:5%;
	background-image:url(images/bg2.jpg);
	background-repeat:repeat-y;
	background-position:left;
}
.center{
	width:90%;
	}
.top_bg{
	background-image: url(images/top_bg.jpg);
	background-repeat:repeat-x;
	height:114px;
	}
.header_bg{
	background-image:url(images/header_bg.jpg);
	}
.header_bg2{
	background-image:url(images/header_bg2.jpg);
	background-repeat: repeat-x;
	}
#header{
	background-image:url(images/banner_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height:160px;
}
.menu_bg{
	background-image:url(images/menu_bg.jpg);
	background-repeat:repeat-x;
	
	}
.bottom_bg{
	background-image:url(images/tall_bottom.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:65px;
	}
.block { background:#E3ECEE; width:100%;}
.block .r { background:url(images/r.gif) right top repeat-y; width:100%;}
.block .r1 { background:url(images/r1.gif) right top repeat-y; width:100%;}
.block .b { background:url(images/b.gif) left bottom repeat-x;}
.block .b1 { background:url(images/b1.gif) left bottom repeat-x;}
.block .l { background:url(images/l.gif) left top repeat-y;}
.block .t { background:url(images/t.gif) left top repeat-x;}
.block .t1 { background:url(images/t1.gif) left top repeat-x;}
.block .left_decor {}
.block .right_decor {}
.block .l_t { background:url(images/l_t.gif) no-repeat left top;}
.block .r_t { background:url(images/r_t.gif) no-repeat right top;}
.block .r_b { background:url(images/r_b.gif) no-repeat right bottom;}
.block .r_b_1 { background:url(images/r_b_1.gif) no-repeat right bottom;}
.block .l_b { background:url(images/l_b.gif) no-repeat left bottom;}
.block .l_b_1 { background:url(images/l_b_1.gif) no-repeat left bottom;}
.block .ind { padding:16px 16px 20px 11px;}

.block1 { width:408px; color:#6c6c6c; line-height:1.818em;}
.block1 .t { background:url(images/line_hor.gif) left top repeat-x;}
.block1 .r { background:url(images/line_ver.gif) right top repeat-y;}
.block1 .l { background:url(images/line_ver.gif) left top repeat-y;}

.rightl a:link {
	color: #0099FF;
	text-decoration: none;
}
.rightl a:visited {
	text-decoration: none;
	color: #0099FF;
}
.rightl a:hover {
	text-decoration: underline;
	color: #005A97;
}
.rightl a:active {
	text-decoration: none;
	color: #0099FF;
}
.admin_top a:link, .admin_top a:visited{
	display:block;
	height:21px;
	color:#333333;
	text-decoration:none;
	padding-top:4px;
}
.admin_top a:hover{
	background-color:#C6CADF;
	color:#0B518D;
	}
.link a:link,.link a:active,.link a:visited{
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #333333;
	}
.link a:hover{
	text-decoration: underline;
	
	}
.center_page{color: #333333}
.center_page a:link,.center_page a:visited{ text-decoration:none; color:#0066CC;}
.top_news_bg{
	background-color:#CCD8E1;
	font-size:13px;
	font-family: tahoma;
	font-weight:bold;
	color:#005190;
	}