/* CSS Document */

/****** UNIVERSAL STYLES ************/

html, body, div, table, tr, td, ul, li, a, img, p {
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Helvetica, Arial, sans-serif;
	font-size:11px !important;
	line-height:14px;
	border:none;
}

body
{
	background-color: #a7ccec;
	background-image: url(../images/verticalBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
	color: #333;
	line-height: 1.5;
}

a, a:visited
{
	cursor: pointer;
	color: #a9332f;
	text-decoration: none;
}

a:hover
{
	cursor: pointer;
	color: #a9332f;
	text-decoration: underline;
}

h2
{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.1em;
	font-weight: bold;
	color: #a9332f;
}

h2.red
{
	color: #a9332f;
}

h2.green
{
	padding-top: 20px;
	font-weight: normal;
	color: #006f51;
}

h3
{
	float: left;
	margin: 0;
	padding: 0 0 20px;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
	color: #333;
}


/****** WRAPPERS AND BG DIVS STYLES ***********/

#centerWrapper
{
	margin: 0 auto;
	width: 930px;
}

#contentRepeatBG
{
	float: left;
	width: 930px;
	background-image: url(../images/horizontalBG.gif);
	background-repeat: repeat-y;
}

#contentBG
{
	float: left;
	width: 900px;
	padding: 0 15px;
	background-image: url(../images/contentBG.gif);
	background-repeat: no-repeat;
	background-position: top;
}

/******* HEADERS AND TOP NAV *************/

#topNav
{
	float: left;
	width: 900px;
	height: 38px;
	background-image: url(../images/wood.gif);
	background-repeat: no-repeat;
}

#topNav img
{
	float: left;
	display: inline;
}
#header
{
	float: left;
	width: 900px;
	height: 215px;
}

/******* LEFT COLUMN ***********/

#leftColumn {
	float:left;
	width:216px;
	margin-top:20px;
	text-align:center;
}
#leftColumn img {
	margin:5px;
}

ul#sideNav {
	float:left;
	list-style:none;
	padding:0 0 10px 10px;
	background-color:#fff;
}

ul#sideNav li {
	display:block;
	float:left;
	clear:left;
}

ul#sideNav li a {
	display:block;
	color:#584205;
	text-align:center;
	font-size:13px !important;
	line-height:35px;
	width:184px;
	height:35px;
	background-image:url(../images/sideNavBG.gif);
	background-repeat:no-repeat;
	border-bottom:1px solid #fae3b1;
}

ul#sideNav li a.top {
	display:block;
	width:184px;
	height:36px;
	background-image:url(../images/sideNavTopBG.gif);
	background-repeat:no-repeat;
}

ul#sideNav li a.bottom {
	display:block;
	width:184px;
	height:39px;
	background-image:url(../images/sideNavBottomBG.gif);
	background-repeat:no-repeat;
	border-bottom:none;
}

/******* CENTER COLUMN *************/

a.more, a.more:visited
{
	color: #336699;
	text-decoration: none;
}

a.more:hover
{
	color: #336699;
	text-decoration: underline;
}

#centerColumn
{
	float: left;
	display: inline;
	width: 670px;
	margin-top: 20px;
}

#centerColumn div.section
{
	float: left;
	width: 100%;
}

#centerColumn p
{
	margin: 0;
	padding: 0 0 10px;
}

#centerColumn table td
{
	padding-top: 3px;
}

#centerColumn div.headline
{
	color: #a9332f;
	background-color: #FFFFFF;
	font-size: 24px !important;
	font-weight: bold;
	text-align: left;
	font-family: Bookman Old Style;
	padding-top: 10px;
	padding-bottom: 10px;
}

#centerColumn span.pagesubheader
{
	color: #a9332f;
	background-color: #FFFFFF;
	font-size: 13.5px !important;
	text-transform: uppercase;
	font-weight: bold;
	text-align: left;
	letter-spacing: 1.5px;
}
#centerColumn div.dottedSection
{
	clear: both;
	padding-top: 10px;
	border-top: 1px dotted #584205;
}
#centerColumn div.error
{
	clear: both;
	padding-top: 10px;
	font-weight: bold;
	color: Red;
	text-align: center;
}
#centerColumn p.subHead
{
	margin: 0;
	padding: 10px 0 0;
	color: #a9332f;
}

#centerColumn p
{
	margin: 0;
	padding: 0 0 10px;
}

/********** RIGHT COLUMN **********/

#rightColumn
{
	float: right;
	margin-top: 20px;
	width: 184px;
}

/*********** FOOTER ***************/

#footer
{
	float: left;
	clear: both;
	margin-top: 100px;
	width: 900px;
	height: 130px;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
}

#footer p
{
	text-align: center;
	color: #666;
}
.green
{
	font-size: 14px;
	color: #006f51;
}
.rowspacer
{
	height: 15px;
}
.SelectionResult
{
	padding-left: 20px;
	padding-top: 10px;
	font-weight: bold;
	color: #584205;
}
span.smallspace
{
	padding-left:7px;
}
.question
{
	font-weight: normal;
	margin-left: 6px;
	font-size: 11px;
}
.gridStyle caption
{
	font-weight:bold;
	padding-bottom:7px;	
	color: #8C4510;
	font-size:14px;
	
}
