body {
	background: #ffffff;
	margin: .5in;
	font-family: 'Century', Garamond, Georgia, Times New Roman, serif;
	color: #000000;
	font-size: 12pt;
}

div#sideContent, div#navigation, div#navShadow {display: none;}

div#mainContent, {
	width: 6in;
}

div#footer {
	border-top: solid 1px #000000;
	text-align: left;
	font-family: 'Helvetica', Verdana, Ariel, sans-serif;
	font-size: 10pt;
}

div#footer span.cont {float: left; text-align: left;}
div#footer span.copy {float: right; text-align: right;}

.blocked {display: block;}
#clearRight {clear: right;}
#clearLeft {clear: left;}

h1,h2,h3,h4,h5,h6 {

}
h2 {border-bottom: solid 1px #000000; padding-bottom: 5px;}
h3 {border: solid #000000; border-width: 1px 0px; padding: 4px 0px; text-align: center;}
p {line-height: 18pt; text-indent: .5in;}

a, a:link, a:visited, {
	color: #669933;
	border-color: #99cc66;
}
div#mainContent a:hover {

}

div#container {clear: left;}

div#navigation ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}

div#navigation li { /* all list items */
	float: left;
	position: relative;
}

div#navigation li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}
