﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/***** END RESET *****/

body {
	background: #0a6122 url('../images/bg.jpg') repeat-x top left;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	background-color: white;
	margin: 10px auto;
	padding: 5px;
	width: 980px;
}

#header {
	background: white url('../images/headerBG.jpg') repeat-x top left;
	height: 100px;
	padding-top: 45px;
}

#content {
	clear: both;
	margin: 10px 0px 10px 0px;
}

#homeBody {
	float: right;
	margin: 0px 20px 20px 0px;
	width: 700px;

}

#rotate {
	float: left;
	margin: 0px 0px 10px 30px;
	width: 200px;
}

#homeFooter {
	background-color: #0b0334;
	clear: both;
	height: 150px;
	margin-top: 15px;
}

#footer {
	background-color: #0b6122;
	height: 30px;
}
/* IMAGES & TEXT */


#header img {
	float: left;
}

#header p {
	float: right;
	margin: 0px;
	text-align: right;
}

#homeBody p {
	margin: 10px 0px;
}

#homeFooter p {
	color: white;
	float: left;
	margin-left: 30px;
	margin-top: 50px;
	width: 405px;
}

ul#flash {
	float: right;
	margin: 25px 10px 0px 0px;
	width: 460px;
}

ul#flash li {
	float: left;
	margin: 0px 8px;
}

.copyright {
	color: white;
	display: block;
	float: right;
	font-size: .7em;
	margin-top: 20px;
	text-align: center;
	width: 940px;
}

.copyright a {
	color: white;
	text-decoration: underline;
}
