/* CSS Document */

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}
	
p.green {
	color:#005747;
	font-size: 12px;
	font-weight:bold;
}
h3.white {
	color:#FFFFFF;
	}
p.white_header{
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
}

p.white{
	font-size:12px;
	color:#FFFFFF;
}	
a.menu{
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	}
a.footer{
	font-size:12px;
	color:#FFFFFF;
	}
#div_main {
	position: absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:790px;
	background:#fff;
	padding-bottom:25px; /*make sure there is room for div_footer*/
	}
#div_content{
	position: absolute;
	top: 90px;
	left: 0px;
	width:800px;

	padding-bottom:125px; /*make sure there is room for div_footer*/
	margin-left:25px;
}
#div_content_home{
	position: absolute;
	top: 0px;
	left: 0px;
	width:1000px;
	height:100%;
	border:thick;
	border-color:#333333;
	border-style:solid;
	padding-bottom:25px; /*make sure there is room for div_footer*/
}
#div_top {
	position: absolute;
	left:0px;
	top:0px;
	width:1000px;
	height: 300px;
	background:#fff;
	}
#div_top_a {
	position: absolute;
	left:0px;
	top:0px;
	width:320px;
	height: 300px;
	background:#fff;
	border:0px solid #000;
	}
#div_top_b {
	position: absolute;
	left:320px;
	top:0px;
	width:365px;
	height: 300px;
	background:#fff;
	border:0px solid #000;
	text-align:center;
	}
#div_top_c {
	position: absolute;
	left:685px;
	top:0px;
	width:315px;
	height: 300px;
	background:#fff;
	border:0px solid #000;
	}
#div_menu_img {
	position: absolute;
	left:0px;
	top:300px;
	width:150px;
	height:25px;
	background:#005747;
	}
#div_menu_text {
	position: absolute;
	left:150px;
	top:300px;
	width:850px;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	background:#005747;
	}
#div_menu_bottom {
	position: absolute;
	left:0px;
	top:325px;
	width:1000px;
	height:10px;
	background:#fff;
	}	
#div_bottom {
	position: absolute;
	left:0px;
	top:335px;
	width:1000px;
	height:450px;
	background:#fff;
	}
#div_bottom_a {
	position: static;
	width:360px;
	height:100%;
	background:#fff;
	}
#div_bottom_a_top {
	position: absolute;
	top: 0px;
	left: 0px;
	width:360px;
	height:25px;
	color:#FFFFFF;
	background:#005747;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	}
#div_bottom_a_bottom {
	position: absolute;
	top: 45px;
	left: 0px;
	width:360px;
	background:#fff;
	padding-left:10px;
	margin-right:10px;
	line-height:1.5;
	}
#div_bottom_b {
	position: absolute;
	top: 0;
	left: 360px;
	width:200px;
	height:100%;
	background:#a6610b;
	margin-left:10px;
	}
#div_bottom_b_img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#div_bottom_b_text{
	position: absolute;
	top: 118px;
	left: 0px;
	padding-left:15px;
}
#div_bottom_c {
	position: absolute;
	top: 0;
	left: 570px;
	width:200px;
	height:100%;
	background:#f4911d;
	margin-left:10px;
	}
#div_bottom_c_img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#div_bottom_c_text{
	position: absolute;
	top: 118px;
	left: 0px;
	padding-left:15px;
}

#div_bottom_d {
	position: absolute;
	top: 0;
	left: 780px;
	width:200px;
	height:100%;
	background:#deb306;
	margin-left:10px;
	}
#div_bottom_d_img{
	position: absolute;
	top: 0px;
	left: 0px;
}
#div_bottom_d_text{
	position: absolute;
	top: 118px;
	left: 0px;
	padding-left:15px;
}
#div_hdr_top{
	position:absolute;
	top:0px;
	left:0px;
	height:50px;
	width: 1000px; 
	}
#div_hdr_menu_top {
	position: absolute;
	left:0px;
	top:50px;
	width:1000px;
	height:10px;
	background:#fff;
	}
#div_hdr_menu_img {
	position: absolute;
	left:0px;
	top:60px;
	width:150px;
	height:25px;
	background:#005747;
	}
#div_hdr_menu_text {
	position: absolute;
	left:150px;
	top:60px;
	width:850px;
	height:25px;
	font-size:14px;
	font-weight:bolder;
	color:#FFFFFF;
	background:#005747;
	}
#div_hdr_menu_bottom {
	position: absolute;
	left:0px;
	top:85px;
	width:1000px;
	height:10px;
	background:#fff;
	}
#div_footer {
	position: absolute;
	bottom: 0px;
	left: -25px;
	width:1000px;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
	background:#005747;
	}
#div_footer_home {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width:1000px;
	height:25px;
	font-size:12px;
	color:#FFFFFF;
	background:#005747;
	}
th.annoucement{
	background-color:#005747;
	color:#FFFFFF;
	font-size:16px;
}

td.annoucement{
	font-size:16px;
}
table.annoucement{
	border-style:solid;
	border-color:#005747;
	font-size:20px;
}

