@charset "utf-8";
/* CSS Document */
body {
	background-color: #1a5d1a;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color:#3cb371;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	background-color:#3cb371;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
h1 {
	background-image: url(/NEWIMAGES/Banner4.png);
	background-repeat:no-repeat;
	margin-top: 5px;
	margin-bottom:0px;
	font-size:36px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 34px;
/*	padding-left: 200px;*/
	background-position: right;
	color:ffffff;
	text-decoration:none;
}
h2 {
	background-image: url(/NEWIMAGES/PurpleBar.jpg);
	background-repeat: repeat-x;
	color:#ffffff;
}
#mainContent {
	background: #3cb371;
	color:#000000;	
	border: 1px solid #ffffff;
/*	padding: 0 10px 0 10px;
*/		
} 
#apDiv1 {
	position:absolute;
	width:960px;
	height:98px;
	z-index:1;
	left: 11px;
	top: 14px;
}
#apDiv1 a {
	text-decoration:none;
}
#apDiv2 {
	position:absolute;
	width:170px;
	height:600px;
	z-index:2;
	left: 1px;
	top: 123px;
}
#apDiv3 {
	position:absolute;
	width:830px;
	z-index:3;
	left: 172px;
	top: 124px;
	padding:0px;
}
#apDiv4 {
	position:absolute;
	left:5px;
	top:18px;
	width:160px;
	height:85px;
	z-index:4;
	border:#FFFFFF;
	font-size:14px;
	color:#FFFFFF;
}
#apDiv5 {
	position:absolute;
	width:120px;
	height:115px;
	z-index:5;
	left: 1009px;
	top: 250px;
}
#apDiv6 {
	position:absolute;
	left:1014px;
	top:18px;
	width:160px;
	height:85px;
	z-index:4;
	border:#FFFFFF;
	font-size:14px;
	color:#FFFFFF;
}
-->

-->
/* These styles just pretty up the page a bit. */

/* These styles create the dropdown menus. */
#navbar {
	margin: 0;
	padding: 0;
	height: 1em;
	z-index:100;

}
#navbar li {
	list-style: none;
	float: left;
	z-index:100;
}
#navbar li a {
	display: block;
	color: #000000;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	background-color: #d670d3;
	z-index:100;
}
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
	background-color: #d670d3;

	margin: 0;
	padding: 0; 
	z-index:100;
	}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	z-index:100;
}
#navbar li:hover li, #navbar li.hover li {
	float: none;
	width: 10em;
	z-index:100;
/*	border: 1px solid #fff;	*/		 }
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #d670d3;
	color: #000000;
	z-index:100;
	
}
#navbar li li a:hover {
	display: block;
	background-color: #8c2d8b;
	z-index:100;
	
}
img.Left {
	float:left;
	margin: 5px;
 	border:none;
}
img.Right {
	float:right;
	margin: 5px;
 	border:none;	
}
#ClearAll {
	clear:both;
}


/*#navbar {
	margin: 0;
	padding: 0;
	height: 1em;

}
#navbar li {
	list-style: none;
	float: left; 
	width: 10em;	
}
#navbar li a {
	display: block;
/*	padding: 3px 5px;*/
/*	background-image: url(/NEWIMAGES/PurpleBar.jpg);
	background-repeat: repeat-x;
	color: #fff;
	text-decoration: underline;
	font-size:12px;
	font-weight:bold;
}
#navbar li ul {
	display: none; 
	width: 10em; /* Width to help Opera out */
/*	background-image: url(/NEWIMAGES/PurpleBar.jpg);
	background-repeat: repeat-x;}
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; }
#navbar li:hover li, #navbar li.hover li {
	float: none; }
#navbar li:hover li a, #navbar li.hover li a {
	background-image: url(/NEWIMAGES/PurpleBar.jpg);
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	color: #ffffff; }
#navbar li li a:hover {
	background-image: url(/NEWIMAGES/PurpleBarInvert.jpg);
	background-repeat: repeat-x; }*/
