@charset "UTF-8";
/* Georgia GreenTeam main css document */

body {
	width: 99%;
	padding: 0;
	background-color: #90af51;
	}
	
#Header {
	position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
	width:955px;
	height:150px;
	background-color:#FFFFFF;
	z-index:auto;
	}
	
#Footer {
	position: relative;
 	margin-left: auto;
 	margin-right: auto;
 	text-align: left;
	width:955px;
	height:50px;
	background-color:#FFFFFF;
	z-index:auto;
	}
	
#Content {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	width:875px;
	height:500px;
	background-color:#FFFFFF;
	overflow: auto;
	z-index: auto;
	}

#chromemenu {
	z-index: 9999;
	}

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	position: absolute;
}

#apDiv1 {
	position:absolute;
	padding-left: 10px;
	width:425px;
	height:310px;
	z-index:1;
	top: 10px;
	left: 5px;
}
#apDiv2 {
	position:absolute;
	padding: 0 10px;
	width:385px;
	height:310px;
	z-index:2;
	left:450px;
	top:15px;
}
#apDiv3 {
	position:absolute;
	padding: 0 10px;
	width:425px;
	height:171px;
	font-size: 12px;
	z-index:3;
	left: 5px;
	top: 366px;
}
#apDiv4 {
	position:absolute;
	padding: 0 10px;
	width:400px;
	height:180px;
	font-size: 12px;
	z-index:4;
	left: 450px;
	top: 328px;
}
#apDiv5 {
	position:absolute;
	padding-left: 10px 10px;
	width:430px;
	height:490px;
	z-index:5;
	left: 10px;
	top: 5px;
}
#apDiv6 {
	position:absolute;
	padding: 10px 10px;
	width:835px;
	height:490px;
	z-index:6;
	left: 5px;
	top: 5px;
}

a {
	font-size: 12px;
}
a:link {
	color: #0000CC;
	font-weight:bold;
}
a:visited {
	color: #000066;
}
a:hover {
	color: #000099;
}
h1 {
	color: #006600;
	font-size:16px
}
h2 {
	color: #009900;
	font-size:14px
}
h3 {
	color: #00CC00;
	font-size:12px
}
ul {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5;
}

.style3 {
	color: #009900;
	font-weight: bold;
	font-size:14px;
}
.styleone:link {
	text-decoration: underline; 
	color: #009900; 
	font-size:14px;
}
.styleone:visited {
	text-decoration: underline; 
	color: #006600; 
	font-size:14px;
}
.styleone:hover {
	text-decoration: none; 
	color: #00FF00; 
	font-size:14px;
}