﻿/* 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: 8px 15px 15px 15px;
	background-image: url('../Graphics/paperTile.png');
	background-repeat: repeat-y;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
}
h2 {
	background-position: left bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	background-image: url('../Graphics/underline.png');
	background-repeat: no-repeat;
	display: inline-block;
	padding-bottom: 10px;
	clear: both;
}
h2 a {
	color: #808080;
}
#mainContent img {
	padding: 5px;
	border: 1px gray solid;
}
p {
	font-size: 0.9em;
	color: #333333;
	line-height: 1.1em;
	padding-bottom: 10px;
	text-align: justify;
}
a {
	text-decoration: none;
	color: #3366CC;
}
a:active {
	color: #FF0000;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #808080;
}
blockquote {
	background-color: #FFFFFF;
	padding: 8px;
	text-align: justify;
	font-size: 0.8em;
	color: #333333;
	margin-bottom: 10px;
	font-style: italic;
}
#sidebarleft {
	padding: 8px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	background-color: #CCCCFF;
	width: 225px;
	float: left;
}
#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: none;
	font-size: 0.8em;
	text-transform: uppercase;
}
#header img {
	padding-top: 90px;
}
#mainMenu ul {
	width: 100%;
	margin-left: 15px;
}
#mainMenu ul li {
	display: inline;
	line-height: 30px;
}
#mainMenu li a {
	display: block;
	width: 110px;
	color: #000000;
	float: left;
	height: 35px;
	text-align: center;
}
#mainMenu li a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.blue {
	background-image: url('../Graphics/blue.png');
	background-repeat: no-repeat;
	height: 35px;
}
.green {
	background-image: url('../Graphics/green.png');
	background-repeat: no-repeat;
	height: 35px;
}
.purple {
	background-image: url('../Graphics/purple.png');
	background-repeat: no-repeat;
	height: 35px;
}
#footer p {
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	font-variant: small-caps;
}

#sidebar {
	padding: 8px 10px 8px 10px;
	border: 1px solid #CCCCCC;
	background-color: #FFFF66;
	width: 343px;
	float: right;
}


