/*CSS Document
width:960
height:615*/
*
{
	margin: 0;
	padding: 0;
	border: none;
}
HTML, BODY
{
	height: 100%;
	background: #F2B605;
	font: 13px Arial;
}
H1
{
	font-size: 27px;
}
H2
{
	font-size: 16px;
}
P
{
	font-size: 14px;
}
A
{
	text-decoration: none;
	color: #006600;
}
A:hover
{
	color: #EFECCA;
}
#wrapper-shadow
{
	min-height: 100%;
	height: auto !important;
/*ie6*/
	height: 100%;
	width: 960px;
	margin: 0 auto -60px;
/*the bottom margin is the negative value of the footer's height*/
	background: #D9C36E;
}
#wrapper-all
{
	margin: 0 auto;
	background: #D9C36E;
	width: 960px;
}
/*oooooooooooooooooooo Navigation*/
#nav-vertical
{
	width: 200px;
	float: left;
}
#nav-vertical A
{
	color: #006600;
}
#nav-vertical P
{
	background-color: #EFECCA;
	padding: 8px 0;
	margin: 0 0 3px;
	border: 1px solid #006600;
	font: 12.5px sans-serif;
}
P .left
{
	padding: 9px 7px 8px 0;
	background-color: #006600;
	margin-right: 10px;
}
#nav-vertical .navactive
{
	color: #EFECCA;
}
#nav-vertical .navactive P
{
	background-color: #006600;
}
#nav-vertical .navactive P .left
{
	background-color: #EFECCA;
}
#nav-vertical A:hover P
{
	background-color: #006600;
}
#nav-vertical A:hover
{
	color: #EFECCA;
}
#nav-vertical A:hover P .left
{
	background-color: #EFECCA;
}
/*oooooooooooooooooooo Content*/
#wrapper-content
{
/*height:100px;*/
	float: left;
	margin: 20px 0 0;
}
#column-a1
{
	width: 378px;
	float: left;
	margin: 0 0 0 10px;
}
#column-a2
{
	width: 334px;
	float: left;
	margin: 0 0 0 10px;
}
#column-b1
{
	float: left;
	width: 320px;
	margin-left: 10px;
}
#column-b2
{
	float: right;
	width: 420px;
	margin-left: 10px;
}
#column-b3
{
	/*[empty]width:;*/
	float: left;
	margin: 0 20px;
	#margin: 0 20px 0 10px;
}
#column-c1
{
	width: 700px;
	margin-left: 220px;
}
#column-a1 P, #column-b1 P, #column-b2 P, #column-b3 P, #column-c1 P
{
	font: 12.5px Arial;
}
#column-a1 #indent
{
	margin-left: 25px;
}
#column-a1 #links
{
}
#column-b2 IMG
{
	margin-left: 50px;
}
#column-b3 LI, #column-a1 LI
{
	margin-left: 45px;
}
UL
{
	margin-left: 25px;
}
.bold
{
	font-weight: bold;
}
#wrapper-content P .bold
{
	font-weight: bold;
}
#wrapper-content .book-center
{
	margin-left: 350px;
}
#center
{
	padding-left: 116px;
}
.indent
{
	margin-left: 30px;
}
.center
{
	text-align: center;
}
P EMBED
{
	margin-left: 28px;
	margin-top: -20px;
}
/*oooooooooooooooooooo Table*/
TABLE
{
	margin: auto;
}
TABLE TD
{
	padding: 3px 8px;
	border: 1px solid #000000;
}
TABLE.up
{
	margin-top: -75px;
}
/*oooooooooooooooooooo Header*/
#above-header
{
	height: 1px;
}
#wrapper-header
{
	background: #006600;
/*height:150px;*/
	height: 112px;
	margin-top: 44px;
}
#logo
{
	width: 200px;
	margin-left: 35px;
	padding-top: 15px;
	float: left;
}
#header-image
{
	margin-left: 441px;
}
#header-image IMG
{
	margin-top: -38px;
}
/*oooooooooooooooooooo Footer*/
#footer, #sticky-footer-push
{
	height: 60px;
/*#sticky-footer-push must be the same height as #footer
do not replace with min-height*/
	width: 960px;
	margin: 0 auto;
}
#sticky-footer-push
{
	background: #848A73;
	clear: both;
	visibility: hidden;
}
#footer
{
	background: #006600;
	clear: both;
	text-align: right;
	font: 11.5px Arial;
}
#footer-ob-logo
{
	float: left;
	margin-top: 15px;
	margin-left: 20px;
}
#foot-links
{
	color: #D9C36E;
	padding: 20px 15px 0 0;
}
#foot-links A
{
	color: #D9C36E;
}
#foot-links A:hover
{
	color: #EFECCA;
}
/*Sticky Footer by Ryan Fait: http://ryanfait.com/*/
