/********************/
/* Main Tag Styles  */
/********************/
body 
{
	margin: 0;
	padding: 0;
	background-color: #412008;
}

a
{
	text-decoration: none;
}

a:hover, a:active 
{
}

p
{
	margin: 8px 30px;
	padding: 0;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
}

h1, h2, h3, h4, h5, h6
{
	margin: 8px 30px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333333;
}

h1
{
	font-size: 20px;
	
}

h2 
{
	font-size: 14px;
	font-weight: bold;
}

h3 
{
	font-size: 12px;
}

h4 
{
	font-size: 12px;
}

h5 
{
	font-size: 11px;
}

h6 
{
	font-size: 10px;
}

img
{
	border-style: none;
}

table
{
	margin: 8px 30px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

/*********************************/
/* Layout Divs and Sub-Tag Styles */
/*********************************/

/* Site Wrappers Layout and Border */

#wrapper
{
	margin: 20px 20px;
	min-width: 850px;
	width:expression(((document.compatMode && document.compatMode=='CSS1Compat') ? document.documentElement.clientWidth : document.body.clientWidth) < 893 ? "850px" : "auto");	
	border: 1px solid #000000;
}

/* Header and Primary Nav Layout, Styles, and Border */

#header
{
	display: inline-block;
	clear: both;
	height: 110px;
	font: 28px Georgia, "Times New Roman", Times, serif;
	color: #4D2514;
	background: #F3E3A6 url(/images/bg-header.jpg);
}

#header img
{
	width: 115px;
	height: 110px;
	float: left;
}

#headerText
{
	float: left;
	margin-top: 32px;
}

#header .smallCaps
{
	font-variant: small-caps;
}

/* Main Body Layout, Styles, and Border */

#mainBody
{
	background: #EBFCFF url(/images/bg-main-body.gif) bottom repeat-x;
	border-top: 3px solid #AABEC7;	
	border-bottom: 3px solid #AABEC7;
	overflow: auto;
}

/* Left Column, Secondary Navigation Layout and Styles */

#secondaryNav
{
	float: left;
	position: relative;
	width: 130px;
	height: 260px;
	font: 11px Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	color: #00365B;
	background: url(/images/bg-second-nav.gif) bottom no-repeat;
}

#secondaryNav a
{
	color: #00365B;
	font-weight: bold;
	text-decoration: none;
}

#secondaryNav a:hover, a:active 
{
	color: #5093B3;
}

#secondaryNav ul.secNav
{
	display: block; 
	position: absolute;
	bottom: 10px;
	width: 90px;
	margin-left: 10px;
	padding: 0;
	list-style: none;
}

* html #secondaryNav ul.secNav /*IE6 Only Code */
{
	display: inline-block; 
}

#secondaryNav ul.secNav li
{
	display: block;
}

* html #secondaryNav ul.secNav li /*IE6 Only Code */
{
	display: inline-block; 
}

#secondaryNav li.state a 
{
	color: #5093B3;
}

#secondaryNav ul.secNav li.secDivider
{
	
	
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px solid #000000;
}

#secondaryNav ul.secNav li a
{
	display: block;
	padding: 15px 0 15px 0;
}

* html #secondaryNav ul.secNav li a /*IE6 Only Code */
{
	display: inline-block; 
}

/* Right Column Layout and Styles */

/* Center Column Layout and Styles */

#content
{
	margin: 50px 30px 100px 130px;
}

#content ul, ol
{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 14px;
}

#content li
{
	margin: 15px 8px;
}

/* Footer Layout, Styles, and Border */

#footer
{
	margin: 0;
	padding: 6px;
	text-align: center;
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #925930;
}

#footer a
{
	color: #FFFFFF;
}

/* Home Page Specific Layout, Border and Styles */

#hpWrapper
{
	margin: 20px auto;
	width: 922px;
	border: 1px solid #000000;
}

#hpBoilerplate
{
	position: relative;
	height: 309px;
	border-bottom: 3px solid #AABEC7;
	background: #869aa2 url(/images/hp-boilerplate.jpg);
}

#hpBoilerplateText
{
	position: absolute;
	top: 50px;
	left: 220px;	
	width: 400px;
	color: #1E2D3B;
}

#hpBoilerplate #hpBoilerplateText h1
{
	margin: 0;
	font: normal 28px Verdana, Arial, Helvetica, sans-serif;
}

#hpBoilerplate #hpBoilerplateText p
{
	margin: 0;
	width: 310px;
	font: 15px Verdana, Arial, Helvetica, sans-serif;
}

#hpContent
{
	overflow: auto;
	height: 193px;
	background: #CDE5ED url(/images/hp-bg-content.jpg);
	color: #1E2D3B;
}

#hpContent h3
{
	font-size: 14px;
	font-weight: normal;
	text-decoration: underline;
}

#hpContent p
{
	font-size: 10px;	
}

#hpContent .hpContentColumn
{
	margin-top: 25px;
	float: left;
	width: 307px;
}

/* Utility Classes */

.more
{
	font-weight: bold;
	color: #792720;
}

.more a
{
	font-weight: bold;
	color: #792720;
}

.floatLeft
{
	float: left;
}










