/* CSS Document */

body {
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.bodyHeader {
	font-size: 12px;
	font-weight:bold;
	padding-bottom: 10px;
	padding-top:2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;	
	border-bottom-color: #666666;	
}


a.body:link {color: #FF0000}
a.body:visited {color: #00FF00}
a.body:hover {color: #FF00FF}
a.body:active {color: #0000FF}

.menu {
	width:400px;
	color:#333333;
	padding-left: 20px;
}
a.menu:link {color: #333333;text-decoration: none;}
a.menu:visited {color: #333333;text-decoration: none;}
a.menu:hover {color: #FD0000;text-decoration: none;}
a.menu:active {color: #333333;text-decoration: none;}

.leftHead {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
}
.left_nav {
	width: 160px;
	height:auto;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #201C59;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	list-style-image: url(../images/bullet.gif);
	padding-top: 10px;
	padding-bottom: -10px;
	
}

a.left_navli:link {color: #333333;text-decoration: none; }
a.left_navli:visited {color: #AC1D52;text-decoration: none; }
a.left_navli:hover {color: #AC1D52;text-decoration: none; }
a.left_navli:active {color: #AC1D52;text-decoration: none; }

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top:3px;
	margin-bottom:3px;
	color: #00659B;
}

.mainbody_left {
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #201C59;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	background-image:url(../images/shade_house.jpg);

}
.mainbody_right {
	border-top-width: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #BCBBCD;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin: 10px;
	padding: 10px;
	background-image:url(../images/shade.jpg);
}
.news{
	border: 1px solid #CCCCCC;
	height: 220px;
	width:200px;
	overflow:auto;
}
.news_date{
	margin:12px;
}
.news_title{
		margin-left:12px;
}
.news_link{
	margin-left:12px;
	margin-top: 10px;
}


a.news_link:link {color: #349ACB;text-decoration: none; }
a.news_link:visited {color: #73B9DB;text-decoration: none; }
a.news_link:hover {color: #73B9DB;text-decoration: none; }
a.news_link:active {color: #73B9DB;text-decoration: none; }

.news_divider{
	margin: 10px;
	height: 1px;
	width: 160px;
	background-color: #CCCCCC;
}

.footer{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;	
}
