﻿/* 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;
}



#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding: 0px;
	margin: 5px 0px 0px 0px;
	border: 5px solid #FF9933;
	background-color: #FFFFFF;
}
body {
	background-color: #CCCCCC;
}
#pageContent {
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-color: #FF9933;
	border-left-color: #FF9933;
}
#footer {
	background-color: #666666;
	padding: 3px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-variant: small-caps;
	color: #CCCCCC;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
}
#mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 4px;
	height: 19px;
}
#mainMenu ul li:hover ul {
	visibility: visible;
}
#mainMenu ul {
	padding: 0px;
	margin: 0px;
}
#mainMenu ul li {
	width: 108px;
	float: left;
	display: inline;
	font-size: 0.8em;
	text-transform: uppercase;
	height: 19px;
	padding-left: 10px;
	padding-right: 10px;
}
#mainMenu ul li a {
	color: #000000;
	text-decoration: none;
	background-color: #6699FF;
	line-height: 19px;
	display: block;
	padding-left: 8px;
}
#mainMenu ul li a:hover {
	background-color: #666666;
	color: #FFFFFF;
}
#mainMenu ul li ul {
	visibility: hidden;
	position: relative;
}
#pageContent h2 {
	font-family: Verdana;
	font-size: 1.1em;
	text-transform: uppercase;
	padding-left: 10px;
}
#pageContent p {
	font-family: Verdana;
	font-size: 0.8em;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 120%;
	text-align: justify;
}
#imgCenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#imgCenterArticles {
	border: 4px solid #000000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#pageContent h6 {
	font-family: Verdana;
	text-align: center;
	font-size: 0.8em;
}
#pageContent h6 a {
	text-decoration: none;
	color: #000000;
	line-height: 20px;
}
#pageContent h3 {
	padding-left: 20px;
	padding-right: 20px;
	font-family: Verdana;
	text-transform: uppercase;
	font-size: .8em;
	color: #000000;
}
#pageContent h6 a:hover {
	color: #999999;
}
#contactPage p {
	color: #000000;
	text-align: center;
}
#membersPage {
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	height: 4700px;
}
#textInfoMP {
	width: 350px;
	float: right;
}
#photosMP {
	width: 350px;
	float: left;
	text-align: right;
}
#textInfoMP p {
	font-family: Verdana;
	color: #000000;
	font-size: 0.8em;
}
#textInfoMP H3 {
	font-family: Verdana;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #000000;
	text-indent: 0px;
}
#MPphotoBorder {
	margin: 4px;
	border: 3px solid #000000;
}
#imgCenterLinks {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
#imgCenterLinksBorder {
	border: 3px solid #000000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#photoMonthCenterImg {
	border: 5px solid #000000;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#photoMonth h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #000000;
	text-align: center;
}
#photoMonth a {
	text-decoration: none;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
}
#photoMonth a:hover {
	color: #999999;
	text-decoration: underline overline;
}
#indexPageCenterIMG {
	margin-right: auto;
	margin-left: auto;
	border: 6px solid #000000;
	display: block;
}
#eventsLink a {
	color: #000000;
	text-decoration: none;
}
