/* Standard Helpers */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
	{
	margin: 0;
	padding: 0;
	}
/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6
	{
	font-size: 100%;
	}
/* Removes list-style from lists */
ol, ul, li
	{
	list-style: none;
	}
/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
	{
	font-style: normal;
	font-weight: normal;
	}
/* Removes borders and spacing from tables */
table
	{
	border-collapse: collapse;
	border-spacing: 0;
	}
/* Removes border from fieldset and img */
fieldset, img
	{
	border: 0;
	}
/* Left-aligns text in caption and th */
caption, th
	{
	text-align: left;
	}
/* Removes quotation marks from q */
q:before, q:after
	{
	content: '';
	}
img
	{
	border-style: none;
	}
a
	{
	text-decoration: none;
	font-style: normal;
	color: #6c207f;
	}

/* Main Items */

body
	{
	font-family: arial, helvetica, tahoma, verdana, sans-serif;
	font-size: 12px;
	background-image: url("../images/background.gif");
	text-align: center;
	color: white;
	}
#container
	{
	text-align: center;
	margin: 0 auto;
	width: 800px;
	}
	
/* Header Elements */

#logo
	{
	margin: 27px 0 0 75px;
	text-align: left;
	}
#headerimage
	{
	margin: -4px 0 0 0;
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	height: 230px;
	}
#headerimage2
	{
	margin: -4px 0 0 0;
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
	height: 230px;
	}
#linkstripe li
	{
	display: inline;
	list-style: none;
	}
#linkstripe
	{
	margin: -20px 20px 0 0;
	text-align: right;
	}
#headertext
	{
	z-index: 2;
	position: absolute;
	margin: 50px 0 0 60px;
	width: 275px;
	color: white;
	text-align: left;
	font-size: 12px;
	}
	
/* Content Elements */	
	
#content
	{
	margin: 2px 0 0 0;
	padding: 0;
	clear: both;
	line-height: 18px;
	}
#content h1
	{
	font-size: 16px;
	color: #cee5a9;
	margin: 30px 0 15px 0;
	letter-spacing: 0.8px;
	}
#leftsidebar
	{
	float: left;
	background-color: #769e37;
	width: 360px;
	text-align: left;
	padding: 19px 70px 40px 60px;
	color: white;
	}
#leftsidebar ul
	{
	line-height: 16px;	
	}
#rightsidebar
	{
	float: right;
	background-color: #769e37;
	width: 280px;
	text-align: left;
	padding: 30px 30px 40px 0;
	color: white;
	}
#rightsidebar h1
	{
	color: white;
	padding: 10px 8px 8px 0;
	margin: 20px 0 0 0;
	text-align: right;
	background-image: url("../images/rightsideh1.jpg");
	background-repeat: repeat-y;
	}
#rightsidebar p	
	{
	background-color: white;
	color: #549a1e;
	margin: 0;
	padding: 10px 10px 8px 10px;
	text-align: right;
	}
#greenside
	{
	height: 5px;
	color: #769e37;
	}
#leftitem1
	{
	}
#leftitem1 h2
	{
	margin: 0 0 7px 0;
	font-weight: normal;
	}
#leftitem1 h3
	{
	font-style: bold;
	font-style: italic;
	}
#leftitem1 h4
	{
	font-size: 10px;
	margin: 0 0 30px 0;
	}
#leftitem1 li
	{
	list-style: circle;
	margin: 0 0 0 25px;
	}
#leftitem1 input
	{
	margin: 0 0 10px 0;
	}
#rightitem3 h5
	{
	font-size: 14px;
	font-style: bold;
	text-align: right;
	margin: 20px 0 -13px 0;
	}
#emailform
	{
	text-align: right;
	}
	
/* Footer Elements */
#footer
	{
	color: #6c207f;
	margin: 2px 0 20px 0;
	clear: both;
	width: 800px;
	text-align: center;
	}
