*  {padding: 0px; margin: 0px; } /* zero out everything */

body {
	text-align: center;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana;
	font-size: 10pt;
	color: #003300;
	background-color: #e6efbb;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
}

#page {
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header {
	font-size: 0.8em;
	text-align: right;
	height: 190px;
	width: 100%;
}

#header img {
	float: left;
	border: 0;
}

#header h3 {
	padding-top: 30px;
}

#menu {
	float: left;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 160px; /* Width of Menu Items */
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
	color: #e6efbb;
	padding: 5px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover {	 /* Hover Styles */
	color: #fff;
	text-decoration: underline;
	background: ##336633;
	border-right: 4px solid #e6efbb;
}
		
li ul li a {	/* Sub Menu Styles */
	padding: 7px 5px;
}
		
li:hover ul, li.over ul {
	display: block;
	background: #759c2f;
}

#content {
	float: left;
	width: 550px;
	margin-left: 75px;
	background-image: url(../images/low_right_logo.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding-bottom: 240px;
}

#content p {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#content h2 {
	padding-bottom: 0.5em;
}

#content h3 {
	padding-bottom: 0.2em;
	padding-top: 0.5em;
}

.imageholder {
	float: right;
	padding: 3px;
	margin: 10px;
	border: 1px solid #003300;
	width: 208px;
	font-size: 9pt;
	text-align: center;
}

.imageholder img {
	border: 1px solid #003300;
}

#content ul, #content ul li {
	list-style-type: disc;
	width: 90%;
	padding-left: 15px;
}

#content ul li a, #content ul li a:visited, #content ul li a:link {
	color: #326400;
	text-decoration: none;
}

#content ul li a:hover {
	color: #393;
	text-decoration: underline;
}

.testimonial {
	font-style: italic;
}

.question, .question a, .question a:visited {
	color: #063;
	font-weight: bold;
}

.floatright {
	float: right;
	margin-left: 10px;
	border: 1px solid #003300;
}

.floatleft {
	float: left;
	margin-right: 10px;
	border: 1px solid #003300;
}

#footer {
	clear: both;
	width: 300px;
	padding-top: 50px;
	margin-left: 490px;
	font-size: 0.7em;
}
