﻿/* v1.0 ERIC MEYER RESET| 20080212 */

html, 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,
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;
}

/* END ERIC MEYER RESET W MY MODS */
body {
	color: #000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	background-color: #FFFFFF;
	background-image: url('../images/purplebar.gif');
	background-repeat: repeat-x;
	line-height: 1;
}
#container {
	background-position: top;
	width: 970px;
	margin: 15px auto 0 auto;
	background: #FFFFFF top;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#masthead {
	width: 970px;
	padding: 5px 0 5px 0;
	background-color: #FFFFFF;
	text-align: center;
}
#titlebar {
	background-color: #460074;
	color: #FFFFFF;
	height: 27px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
#navigation {
	width: auto;
	padding: 0;
	clear: both;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
	height: 26px;
}
#footer {
	width: auto;
	clear: both;
	text-align: center;
	background-color: #106A39;
	overflow: hidden;
	padding: 0px;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	border-style: none;
	color: #460074;
	text-decoration: none;
	margin: 0 7px 0 7px;
	padding: 3px;
	display: block;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
#navigation a:hover {
	border-style: none;
	background-color: #106A39;
	color: #FFFFFF;
}
/* Styles for Content */
/* Styles for Footer */
#footlogo {
	background-color: #FFFFFF;
	text-align: right;
	height: 60px;
}
#footer p {
	color: #fff;
	font-size: x-small;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-bottom: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #000;
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 0px;
}
h1 {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}
/* Styles for Links */
h2 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	color: #000000;
	font-size: 18px;
	font-weight: normal;
}
.s12pt {
	font-size: small;
}
a {
	color: #106A39;
	text-decoration: underline;
}
a:hover {
	color: #330066;
}
.bold {
	font-weight: bold;
}
.unbold {
	font-weight: normal;
}
.italicnormal {
	font-style: italic;
	font-weight: normal;
}
.aligntxtright {
	text-align: right;
}
.floatright {
	float:right;
}
.floatleft {
	float: left;
}
.Purple {
	color: #460074;
}
.green {
	color: #106A39;
}
.boldgreen {
	font-family: Arial, Helvetica, sans-serif;
	color: #106a39;
	font-size: 16px;
	font-weight: bold;
}
