﻿/* Global Styles */

body {
	border-style: none;
	border-color: inherit;
	border-width: medium;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
	display: inline;
	background-color: #556c08;
	font-family: "Verdana";
	font-size: 13px;
	color: #fff;
}

html {
	margin: 0;
	padding: 0;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding-top: 10px;
}

h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

li {
	margin-bottom: 8px;
}


#topNav a {
	color: #fff;
}
#topNav a:visited {
	color:#fff;
}

#topNav a:hover {
	color: #990000;
}

#topNav a:active {
	color: #990000;
}

#content a {
	color:#000;
}

#content a:visited {
	color: #800000;
}

#content a:hover {
	color: #800000;
}

#content a:active {
	color: #800000;
}
#footer a {
	color: #fff;
}

#footer a:visited {
	color:#fff;
}

#footer a:hover {
	color:#800000;
}

#footer a:active {
	color:#800000;
}

/* Class Styles */

.boldBlack {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: black
}

.bold {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
}

.emphasized {
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	text-align: left;
}

.pageTitle {
	font-family: Verdana, Arial, sans-serif;
	font-size: large;
	font-weight: bold;
	text-align: center;
	font-style: italic;
	color: #640D0D;
}

.centeredBlack {
	text-align: center;
	color: #000;
}

.centered {
	text-align: center;
	color: #fff;
}

.alignLeft {
	text-align: left;
}

.justified {
	text-align:justify;
	color:black;
}

.borderZero {
	border-width: 0px;
}

.pictureBorder {
	padding: 3px;
	border: 4px ridge olive;
	text-align: center;
}

.noUnderline {
	text-decoration: none;
}

.margin40 {
	margin-left: 40px;
}

.author {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
	text-align: justify;
}

.footer li {
	margin-bottom:5px;
}

.italicText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	font-style: italic;
	color: #000;
}

.logo {
	font-family: "Lucida Calligraphy";
	font-size: 22px;
	font-weight: bold;
	color: #fff;
}

.normalText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000;
}

.quoteItalic {
	padding: 3px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	text-align: justify;
	background-color: #E2EABB;
	color: #000;
}

.redText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #640D0D;
}

.redTextbig {
	font-family: Verdana, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #640D0D;
}

.verysmall {
	font-family: Verdana, Arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #000;
}

.whiteText {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFF;
}

/* ID Styles */

#frame {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

#page {
	position: relative;
	left: 0px;
	top: 0px;
	width: 950px;
}

#header {
	width: 950px;
	height: 100px;
	text-align: left;
	font-family: Verdana, Arial, sans-serif;
}

#topNav {
	top: 80px;
	left: 0;
	width: 930px;
	height: 62px;
	padding: 7px 7px 7px 10px;
	background-color:  #9eb21e;
	color: white;
	line-height: 23px;
	text-align:center;
	margin-bottom:-10px;
}

#contentWrapper {
	top: 214px;
	left: 0px;
	width: 950px;
}

#content {
	top: 320px;
	padding: 0 10px 10px 10px;
	background-color: #E2EABB;
	color:black;
}

#footer {
	text-align: center;
	width: 950px;
	background-color: #9eb21e;
}

#credits {
	width: 100%;
	height: 300px;
	background-position: center;
}

