﻿body
{
	margin: 0px;
	padding: inherit;
	padding-bottom: 40px;
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #13c7df;
}

a
{
	color: #6891A6;
}

a:hover
{
	color: #656565;
	text-decoration: underline;
}

em
{
	display: block;
	width: 96%;
}

ul li 
{
	display: block;
	padding-bottom: 10px;
}

form
{ 
	padding: 0; 
	margin: 0; 
	border: 0; 
}

.emptyRow
{
	font-size:4px;
}

.PageTitle
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
}

.PageText
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #13c7df;
}

.centerdiv{ /*IE method of centering a relative div*/
	text-align: center;
	background-color: #572e23;
}

.centerdiv > div
{
	/*Proper way to center a relative div*/
	margin: 0 auto;
	background-color: #572e23;
	border-right: olive 2px outset;
	border-top: olive 2px outset;
	border-left: olive 2px outset;
	border-bottom: olive 2px outset;
}

/*********************************/
/***** BODY CONTAINER STYLES *****/
/*********************************/

.body_container
{
	position: relative;
	margin: 0px auto;
	width: 756px;
}

.body_container_links
{
	position: relative;
	width: 719px;
	padding-right: 37px;
	text-align: right;
	color: #F8F8F8;
	padding-top: 10px;
	font: bold 10pt Arial, Helvetica, sans-serif;
	margin-bottom: -3px;
}

.body_container_header
{
	position: relative;
	left: 525px;
	top: 2px;
}

.body_container_footer
{
	clear: both;
	position: relative;
	width: 756px;
	height: 15px;
}
.body_container_header img, .body_container_footer img
{
		position: relative;
		display: block;
}

.body_container_middle
{
	position: relative;
	/*background-image: url(../images/body_container_middle.gif);*/
}

/******************************/
/***** BODY HEADER STYLES *****/
/******************************/

.body_header
{
	position: relative;
	clear: both;
	width: 736px;
	height: 60px;
	margin-left: 9px;
	margin-right: 9px;
	border-bottom: #383836 1px solid;
/*	border-top: 1px solid #383836;
	border-left: 1px solid #383836;
	border-right: 1px solid #383836;*/
	background-color: #572e23;
}

.body_header_logo 
{
	position: absolute;
	left: 5px;
	top: 5px;
	width: 535px;
	height: 51px;
}
.body_header_right
{
	position: absolute;
	right: 5px;
	top: 5px;
}

/***** BODY HEADER PHOTO *****/
.body_header_photo
{
	position: relative;
	width: 736px;
	margin-left: 9px;
	margin-right: 9px;
/*	border-left: 1px solid #383836;
	border-right: 1px solid #383836;*/
}
.body_header_photo img 
{
	position: relative;
	display: block;
}

/******************************/
/***** BODY MIDDLE STYLES *****/
/******************************/

.body_middle
{
	clear: both;
	position: relative;
	width: 736px;
	margin-left: 9px;
	margin-right: 9px; /*	border-left: 1px solid #383836;
	border-right: 1px solid #383836;
	background-color: #725f52;*/
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	font-size: 14px;
	color: #13c7df;
	text-align:center;
}
	
/******************************/
/***** BODY FOOTER STYLES *****/
/******************************/

.body_footer 
{
	position: relative;
	clear: both;
	width: 736px;
	height: 32px;
	margin-left: 9px;
	margin-right: 9px;
	background-color: white;
	color: #838383;
	font: normal 7pt Verdana, Arial, Helvetica, sans-serif;
}

.body_footer a:link, .body_footer a:active,	.body_footer a:visited
{
	color: #838383;
	text-decoration: none;
}

.body_footer a:hover 
{
	color: #B9B9B9;
	text-decoration: none;
}
		
.body_footer_left 
{
	position: relative;
	float: left;
	padding-left: 12px;
	margin-top: 9px;
}

.body_footer_right 
{
	position: relative;
	float: right;
	padding-right: 12px;
	margin-top: 9px;
}

/******************************/
/* Accordion */

.accordionHeader
{
	background-color: #572e23;
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	padding: 1px;
	margin-top: 5px;
	cursor: pointer;
	color: #13c7df;
}

.accordionHeader a
{
	color: #FFFFFF;
	background: none;
	text-decoration: none;
}

.accordionHeader a:hover
{
	background: none;
	text-decoration: underline;
}

.accordionContent
{
	font-family: 'Gill Sans MT' , Arial, Tahoma;
	background-color: #572e23;
	border-top: medium none;
	padding: 2px;
	padding-top: 5px;
}

/******************************/
/*CSS for pop up hint box */
#hintbox
{
	position: absolute;
	top: 0;
	background-color: #682e23;
	width: 150px; /*Default width of hint.*/
	padding: 3px;
	border: 1px solid black;
	font: bold 12px/18px Arial, Tahoma, Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	visibility: hidden;
}
