﻿/* ERIC MEYER'S CSS RESET 

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,
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-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


 END CSS RESET */

#mainContent {
	padding: 0px 15px 15px 15px;
	background-image: inherit;
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #003300;
	left: 105px;
	width: 810px;
	top: inherit;
	position: relative;
	height: 590px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #003300;
	font-variant: normal;
	line-height: 1.6em;
	margin-bottom: 5px;
}
h2 {
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: none;
	color: #003300;
	background-image: url('Graphics/underline.png');
	background-repeat: no-repeat;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
h2 a {
	color: #800000;
	text-decoration: underline;
}
#mainContent img {
	padding: 5px;
	border: 1px gray solid;
}
p {
	font-size: 1em;
	color: #003300;
	line-height: 1.1em;
	text-align: justify;
	margin-bottom: 5px;
	margin-top: 0px;
}
a {
	text-decoration: underline;
	color: #800000;
}
a:active {
	color: #800000;
	text-decoration: underline;
}
a:link {
	color: #800000;
	text-decoration: underline;
}

a:visited {
	color: #800000;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
blockquote {
	background-color: #FFFFFF;
	padding: 0px;
	text-align: justify;
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 0px;
	font-style: italic;
}
#sidebar {
	padding: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 250px;
}
#sidebar .abstract {
	padding: 8px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #EBEBEB;
	font-style: italic;
	margin-bottom: 10px;
}

#sidebar ul {
	margin-bottom: 10px;
	font-size: 0.8em;
}
#sidebar li {
	padding: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#sidebar li:hover {
	background-color: #EBEBEB;
	border-bottom-color: #EBEBEB;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

.alignCenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.alignLeft {
	margin-right: 10px;
	float: left;
}
.alignRight {
	margin-left: 10px;
	float: right;
}
ul {
	list-style-type: disc;
	font-size: 1.0em;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	list-style-position: inherit;
}
#header img {
}
#mainMenu ul {
	list-style-type: none;
	list-style: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
	font-weight: bolder;
	text-transform: uppercase;
	padding-top: 5px;
	font-size: .8em;
	text-decoration: none;
	padding-bottom: 5px;
	left: 1px;
	text-align: center;
	position: relative;
}
#mainMenu ul li {
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 4px;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	list-style: none;
	margin: 4px;
	padding: 4px;
	border: medium double #000000;
	display: list-item;
	line-height: 14px;
	background-color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: oblique;
	font-variant: normal;
	color: #003300;
	text-transform: none;
	text-indent: 0px;
	min-width: 95px;
	min-height: 15px;
	left: -38px;
	position: relative;
	vertical-align: middle;
}
#footer p {
	font-size: 0.8em;
	text-transform: none;
	text-align: center;
	font-variant: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #003300;
}
#mainMenu ul li a {
	text-decoration: none;
	color: #003300;
	list-style-type: none;
	text-align: center;
}
#mainMenu ul li a:hover {
	text-decoration: none;
	color: #800000;
}
.thumbnail {
	border: 2px solid #003300;
	margin: 3px;
}
.italic {
	font-size: 0.8em;
	font-style: oblique;
	color: #800000;
	margin-bottom: 10px;
}
#mainMenu ul li:hover {
	background-color: #FFFFFF;
	color: #800000;
	text-decoration: none;
}
.Oblique {
	font-style: oblique;
}
.photoStyle {
	margin: -5px;
	text-align: center;
}
.myImage {
	padding: 2px;
	margin: 3px;
	border: thin solid #003300;
}
.indent20px {
	padding-left: 20px;
}

