body {
	background: #d0d0d0 url(../img/background.jpg) fixed top left no-repeat;
	font-family: Verdana, Arial;
	font-size: 13px;
	margin: 0;
	margin-bottom: 30pt;
	margin-top: 10pt;
	overflow-y: scroll;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font: bold "Century Gothic", "Arial Black", Arial, Helvetica, sans-serif;
	clear: left;
}

h1 {
	color: #840b1a;
	font-size: 15px;
	border-bottom: 1px solid #840b1a;
}

h2 {
	color: #840b1a;
	font-size: 15pt;
}

h4 {
	font-size: 13px;
}

#pageWidth {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 806px;
}

#maincol {
	background-color: #FFFFFF;
	border: 1px solid white;
	margin-top: 0px;
	min-height: 400pt;
	padding: 2px;
	position: relative;
	width: 800px;
}

#header {
	border: 1px solid white;
	margin: 0px;
	padding: 0px;
	width: 804px;
	height: 135px;
}

#footer {
	background-color: #FFFFFF;
	border: 1px solid white;
	margin-top: 0px;
	padding: 2px;
	text-align: center;
	width: 800px;
}

#footer #trailer {
	color: #999;
	font-size: 8pt;
	font-style: italic;
	text-align: center;
}

#trailer a {
	color: #999;
	text-decoration: none;
}

ul .nav {
	display: inline;
	margin-left: 0px;
	margin-top: 4px;
	font-size: 14px;
}

ul.nav li {
	display: inline;
	border: 1px solid black;
	margin: 0 3px 0 0;
	padding: 5px 5px 5px 5px;
	background-color: #eeeeee;
	color: #000000;
}

ul.nav li.selected a:active, ul.nav li.selected a:visited, ul.nav li.selected a:link {
	color: #840b1a;
	text-decoration: none;
}

ul.nav li.selected a:hover {
	background-color: #840b1a;
	color: White;
	text-decoration: none;
}

ul.nav a:active, ul.nav a:visited, ul.nav a:link {
	text-decoration: none;
	color: #000000;
}

ul.nav a:hover {
	text-decoration: none;
	background-color: #840b1a;
	color: White;
}

table {
	background-color: White;
}

table.body {
	background-color: transparent;
}

div.instruct {
	border-style: solid;
	border-color: black;
	border-width: 1pt;
	border-bottom-width: 2pt;
	border-right-width: 2pt;
	padding: 4pt 4pt 4pt 4pt;
	margin: 4pt 4pt 4pt 4pt;
	background-color: #FFFFCC;
	font-family: Ariel,Helvetica,sans-serif;
	font-size: 9pt;	
}

div.instruct ul {
	font-size: 8pt;
	margin-top: 4pt;
	margin-bottom: 4pt;
}

em {
	/*font-weight: bold;*/
	font-style: italic;
}

.note {
	font-style: italic;
	font-size: 8pt;
	color: Gray;
}

.notes {
	width: 400px;
	min-width: 400px;
}

.callout {
	background-color: #CCCCCC;
	border: solid 2pt black;
	margin: 10pt 10pt 10pt 10pt;
	padding: 0 4pt 0 4pt;
}

.callout h4 {
	text-align: center;
}

ul.doublespaced li {
	margin-bottom: 8pt;
}

.indent {
	margin-left: 30pt;
}

a {
	color: #840b1a;
	font-weight: normal;
	text-decoration: underline;
}
a:hover, a:active, #trailer a:hover, #trailer a:active {
	color: red;
	text-decoration: underline;
}

ul.leftnav {
	/*border: dotted 1px #EEE;*/
	display: inline-block;
	padding-left: 0;
	position: relative;
	vertical-align: top;
	width: 200pt;
}

ul.leftnav li {
	border-bottom: solid 1px #EEE;
	cursor: pointer;
	list-style-type: none;
	padding: 2pt 0 2pt 2pt;
}

ul.leftnav li.nolink {
	cursor: default;
	border: none;
}

ul.leftnav li.selected {
	background-color: #840b1a;
	color: #FFFFFF;
	font-weight: 600;
}

div.slides {
	/*border: dotted 1px #EEE;*/
	display: inline-block;
	margin-left: 2pt;
	position: relative;
	vertical-align: top;
	width: 380pt;
}

div.slides div {
	display: none;
}

div.dual {
	display: inline-block;
	padding: 0 0 0 0;
	vertical-align: top;
	width: 374px;
}
