* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #FFFFFF;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.table_hdr {
	font-weight: bold;
	font-size:14px;
	text-align: center;
	color: #ffffff;
	background-color: #22540D;
}

.alternate_row {
	color: #000000;
	background-color:#CCCCCC;
}

img {
	margin-top: 2px;
	margin-bottom: 2px;
}

.imgleft {
	float: left;
	margin-right: 2px;
}

.imgright {
	float: right;
	margin-left: 2px;
}

.clearboth {
	clear: both;
}

#container {
	position:relative; 
	margin-left:auto; 
	margin-right:auto; 
	width:937px;
	height:900px;
	background-color: #CCCCCC;
	text-align:left;
	z-index:1;
}

#home1 {
	position:absolute;
	left:1px;
	top:0px;
	width:291px;
	height:184px;
	z-index:2;
}

#home2 {
	position:absolute;
	left:292px;
	top:0px;
	width:215px;
	height:184px;
	z-index:2;
}
#home3 {
	position:absolute;
	left:505px;
	top:0px;
	width:218px;
	height:184px;
	z-index:2;
}
#home4 {
	position:absolute;
	left:720px;
	top:0px;
	width:198px;
	height:184px;
	z-index:2;
}
#topbar {
	position:absolute;
	left:1px;
	top:183px;
	width:934px;
	height:27px;
	background-color: #22540D;	
	z-index:6;
}
#bottombar {
	position:absolute;
	left:2px;
	top:711px;
	width:933px;
	height:10px;
	background: url(Images/bottom_bar_bg.jpg) repeat-x;
	z-index:7;
}

#footer_links {
	position:absolute;
	left:41px;
	top:567px;
	width:469px;
	height:29px;
	z-index:6;
}

a:link {
	color: #3300CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
}
#footerdiv {
	position:absolute;
	left:0px;
	top:724px;
	width:937px;
	height:178px;
	color:#000000;
	background-color:#FFFFFF;
	z-index:5;
}
.footer_links {
	font-size: 12px;
}

.footer_links a:link {
	color: #22540D;
	text-decoration: none;
}
.footer_links a:visited {
	text-decoration: none;
	color: #22540D;
}
.footer_links a:hover {
	text-decoration: underline;
	color: #000000;
}
.footer_links a:active {
	text-decoration: none;
}

#home_footer_links {	
	position:absolute;
	left:20px;
	top:15px;
	width:875px;
	height:29px;
	z-index:3;
}

.mylist {
	list-style:square;
	margin-left: 8px;
	padding-left: 8px;
}

.mynumlist {
	list-style: decimal;
	margin-left: 8px;
	padding-left: 8px;
}

.med_bold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.small {
	font-size: 12px;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
