﻿/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}


/* CSS layout */
#header {
}
#mainMenu {
	background-color: #99CCFF;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-width: 5px;
	border-right-width: 5px;
	border-left-width: 5px;
	border-top-color: #666666;
	border-right-color: #666666;
	border-left-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	height: 22px;
	padding-left: 12px;
	padding-bottom: 0px;
	padding-top: 1px;
}
#pageContent {
	border-style: solid;
	border-width: 5px;
	border-color: #666666;
	background-color: #FFFFFF;
}
#footer {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
#mapBG {
	background-image: url('graphics/Woodstock.png');
	background-color: #999999;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	min-height: 1020px;
	color: #76A876;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 860px;
}
body {
}
#footer p {
	margin: auto;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .75em;
	padding-top: 7px;
	padding-bottom: 5px;
	text-transform: uppercase;
	color: #333333;
}
#footer a {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	text-decoration: underline;
	color: #808080;
}
#pageContent h2 {
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
	text-transform: uppercase;
	font-size: 1.4em;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
}
#pageContent p {
	font-family: Verdana;
	font-size: 0.8em;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 120%;
	text-align: justify;
	color: #333333;
}
#imgFloatRight {
	float: right;
	margin: 10px;
}
#imgFloatLeft {
	float: left;
	margin: 10px;
}
#imgCenter {
	margin: 10px auto 10px auto;
	display: block;
}
#pageContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding-left: 20px;
	text-transform: uppercase;
	color: #333333;
}
#imgFloatRightABOUT {
	margin: 10px 20px 10px 20px;
	float: right;
}
#pageContent h5 {
	font-family: Verdana;
	color: #333333;
	font-size: .9em;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 120%;
	font-weight: normal;
}
#pageContent h6 a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	padding: 4px;
	margin-left: 15px;
	text-transform: uppercase;
	color: #006600;
	background-color: #C0C0C0;
	border-style: solid;
	border-width: 2px;
	border-color: #333333 #808080 #808080 #333333;
	font-variant: small-caps;
}
#pageContent h6 a:hover {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 1.1em;
	padding: 4px;
	margin-left: 15px;
	text-transform: uppercase;
	color: #C0C0C0;
	background-color: #006600;
	border-style: solid;
	border-width: 2px;
	border-color: #333333 #808080 #808080 #333333;
	font-variant: small-caps;
}
