body	{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #D5E8EF;
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p {
	font: 14px/20px Arial, Helvetica, sans-serif;
	margin: 5px 0px 0px;
	padding: 0px 20px 0px 320px;
	color: #000000;
}
h1 {
	font-size: 36px;
	padding: 15px 5px 0px 0px;
	text-align: left;
	color: #1D5616;
	margin: 0px 10px 0px 320px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #1D5616;
}
h2 {
	font-size: 14px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 10px 0px 0px;
	padding: 0px;
}
ul {
	font: 12px/22px Arial, Helvetica, sans-serif;
	color: #000000;
	list-style-type: square;
	margin: 0px;
	padding: 10px 0px 0px;
	list-style-position: inside;
}


/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
/* ----------------- CONTAINER DIV ----------------- */
div#container {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}

/* ----------------- HEADER ----------------- */
div#header {
	width: 770px;
	height: 161px;
	padding: 0px;
	margin: 0px;
}


/* ----------------- FOOTER ----------------- */

div#copyright, div#copyright  a:link, div#copyright  a:hover, div#copyright  a:visited, div#copyright  a:active {
	color: #000000;
	font: normal 9px/12px Verdana, Arial;
	clear: both;
	margin: 5px;
}

/* ----------------- IMAGE ELEMENTS ----------------- */

img.left {
	margin: 5px 10px 10px;
	padding: 0px;
	border: 2px solid #E7A508;
}
img.right {
	float: right;
	margin-right: 5px;
	margin-left: 10px;
	margin-bottom: 0px;
	margin-top: 5px;
	padding: 0px;
}
.clear {
	clear: both;
}



div#content {
	margin: 0px;
	color: #000000;
	width: 770px;
	font: 14px/22px Verdana, Arial, sans-serif;
	background-image: url(images/container.gif);
	background-repeat: no-repeat;
	height: 398px;
	padding: 0px;
	clear: both;
}
div#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	clear: both;
	height: 41px;
	width: 770px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
address {
	font-style: normal;
	margin: 0px;
	padding: 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
}

