﻿/* 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 */
#vertMenuBox li a {
	color: #FF3300;
}




h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #808080;
	padding-left: 10px;
	margin-left: 10px;
}
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: none;
	background-repeat: no-repeat;
	display: inline-block;
	padding-bottom: 10px;
	clear: both;
}
h2 a {
	color: #808080;
}
p {
	font-size: 0.8em;
	color: #333333;
	line-height: 1.1em;
	padding-bottom: 10px;
	text-align: justify;
	padding-top: 10px;
}
a {
	text-decoration: none;
	color: #FF3300;
}
a:active {
	color: #0099FF;
}
a:hover {
	background-color: #C0C0C0;
}
a:visited {
	color: #FF9966;
}
#sidebar {
	padding: 8px;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
	width: 240px;
	margin-top: 10px;
}
#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;
	color: #FF3300;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	list-style-type: disc;
	list-style-position: outside;
	text-align: left;
}
#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;
}
#footer p {
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: center;
	font-variant: small-caps;
	width: 1150px;
}



#vertMenuBox {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF3300;
	background-color: #FFFFFF;
	padding: 25px 15px 25px 15px;
	width: 150px;
	border-style: none solid none none;
	border-width: 5px;
	border-right-color: #808080;
	font-size: 1.2em;
	float: left;
	margin-top: 50px;
}
#vertMenuBox ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#vertMenuBox ul li {
	padding-bottom: 15px;
}



.headerTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	text-transform: uppercase;
	color: #333333;
}




#sidebarRight {
	padding: 8px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 400px;
	float: right;
	position: relative;
	display: inline;
}
#sidebarRight ul {
	margin-bottom: 10px;
	font-size: 0.8em;
}
#sidebarRight li {
	padding: 8px;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
}
#sidebarRight .abstract {
	padding: 8px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #EBEBEB;
	font-style: italic;
	margin-bottom: 10px;
}
.paraemphasis {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 0.8em;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}




#addressBar {
	padding: 8px;
	border: 1px none #CCCCCC;
	background-color: #FFFFFF;
	width: 250px;
	margin-top: 10px;
}
#addressBar .abstract {
	padding: 8px;
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.3em;
	background-color: #EBEBEB;
	font-style: italic;
	margin-bottom: 10px;
}





