img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

sub {
	font-size: 9px;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;	
	background-color: #d9d3a4;
	text-align:center;
	margin: 0px;
}

#headerSection {
	position: relative;
	width:800px;
	height:117px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#subNavSection {
	width:612px;
	padding:0px;
	float:left;
}

#rightSection {
	width:612px;
	padding:0px;
	float:left;
	background-color: #eeeed7;
	text-align: left;
	min-height: 520px;
}

#rightContentSection {
	width: 552px;
	padding-top: 20px;
	padding-right: 12px;
	padding-bottom: 30px;
	padding-left: 30px;	
	margin-right: 18px;
	background-color: white;
	min-height: 600px;
}

#resourceLinksSection {
	text-align: center;
	width: 100%;
}

#freeBookImage {
	text-align: center;
	width: 125px;
	float: left;
	margin-right: 15px;
	margin-top: 20px;
}

#freeBookText {
	text-align: left;
	width: 400px;
	margin-left: 140px;
}

label {
	float: left;
	width: 10em;
}

label.farRight {
	float: left;
	width: 25em;
}

div.formField {
	margin-top: 5px;
}

.resourceLink 
{
	font-weight: bold;
}

div.shiftRight {
	margin-left: 100px;
}

.nospace
{
	margin-top: 0px;
	margin-bottom: 0px;
}

h1
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

h1.centered
{
	font-style: italic;
	text-align: center;
}

h2
{
	font-size: 15px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

ul.disc {
	line-height: 1.4em;
	margin-top:0px;
	margin-bottom:0;
	list-style-position: outside;
	list-style-type: disc;
}
ul.disc li {
	margin-left: -20px;
}
ul sub { line-height: 0.3em; text-decoration: none }
ul sup { line-height: 0.3em; }


li.spaced
{
	margin-bottom: 15px;
}

.content { line-height: 1.4em; }
.content sub { line-height: 0.3em; text-decoration: none }
.content sup { line-height: 0.3em; }

a {	color: #531a18;
	text-decoration: underline; }

.smallfont 
{
	font-size: 9pt;
}

#footer
{
	font-size: 8pt;	
	text-align: center;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 30px;	
	color: gray;
}

/* vertical menu */
ul.vert-one{margin:0;padding:0;list-style-type:none;display:block;font:bold 12px Helvetica, Verdana, Arial, sans-serif;line-height:26px; width:auto;}
ul.vert-one li{margin:0;padding:0;}
ul.vert-one li a {display:block; text-decoration:none; padding:0 0 0 20px;width:auto; }
ul.vert-one li a:hover{}
ul.vert-one li a.current,ul.vert-one li a.current:hover{}
