@charset "utf-8";
/* CSS Document    #15a2d2  */

body
{
	background-image: url(images/page_bg.png);
	background-repeat: repeat-x;
	background-color: #1e1e1e;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.tabl
{
	width: 890px;
	
		
}
.banner
{
	background-color: #FFFFFF;
	height: 150px;
	background-image: url(images/banner.png);
	width: 980px;
}
.nav
{
	background-color: #0e7598;
	border: thin solid #a3ebf9;
	background-image: url(images/button_out.png);	
	
}

.main_body
{
	color: #334049;
	background-color: #FFFFFF;
	width: 700px;
}
.foot
{
	background-color: #FFFFFF;
	height: 50px;
	background-image: url(images/footer.png);
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.news_header
{
	background-image: url(images/news.png);
	height: 50px;
	width: 250px;
	text-align: center;
	background-position: center center;
	
}
.news_main
{
	background-color: #F7F7F7;
	color: #000000;
	
}
h1
{
	text-align: center;
	font-size: 18px;
	color: #09485E;
	font-weight: bolder;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;	
}

.left_main
{
	font-size: 18px;
	padding: 20px;
	text-align: justify;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
}

h2{
	text-decoration: underline;
	font-weight: bolder;
	text-align: right;
	font-size: 16px;
	margin: 0px;
	color: #FF0000;
}
.h2m{
	text-decoration: underline;
	font-weight: bolder;
	text-align: right;
	font-size: 16px;
	margin: 0px;
	color: #0000FF;
}
.h2c{
	text-decoration: underline;
	font-weight: bolder;
	text-align: right;
	font-size: 16px;
	margin: 0px;
	color: #009966;
}
ol
{
	margin-top: 0px;
}

.mainbrd
{
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.LeftTD{
	background-color: #BADFE9;
	border-right-width: 10px;
	border-right-style: solid;
	border-right-color: #BADFE9;
	border-LEFT-width: 10px;
	border-LEFT-style: solid;
	border-LEFT-color: #BADFE9;
}
.HeadTD
{
	background-image: url(images/sep.PNG);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 10px;
}
.HeadTD:hover
{
	background-image: url(images/sep_hover.PNG);
	background-repeat: no-repeat;
	background-position: center center;
}
.Images
{
	
	margin: 4px;
	float: left;
	clear: right;
	
}
.sites_header{
	background-image: url(images/sites.png);
	height: 50px;
	width: 250px;
	text-align: center;
	background-position: center center;
}
.cen
{
	text-align: center;
	background-color: #FFFF00;
	
}
h4 a
{
	color: #0e7598;
}
h4 a:hover
{
	color: #FF0000;
}
h4 a:visited
{
	color: #0000FF;
}
a
{
color: #0e7598;
}
a:hover
{
	color: #FF0000;
}
a:visited
{
	color: #0000FF;
}
/* calendar */



.main {
width:200px;
border:1px solid black;
}

.month {
background-color:black;
font:bold 12px verdana;
color:white;
}

.daysofweek {
background-color:gray;
font:bold 12px verdana;
color:white;
}

.days {
font-size: 12px;
font-family:verdana;
color:black;
background-color: lightyellow;
padding: 2px;
}

.days #today{
font-weight: bold;
color: red;
}

