body 
{ 
	color: #444; 
	background-color: #FFCC66;
	background-position: top center;
	background-repeat: repeat-y;
	font-size: 11px; 
	line-height: 14px;
	font-family: Verdana, serif; 
	text-align: left;
	margin: 0px; 
	padding: 0px;
}

h3
{
	font-size: 13px; 
	line-height: 16px;
	font-weight: bold; 
	font-family: Verdana, serif; 
	text-align: left; 
	margin: 5px 0px 5px 0px; 
	padding: 0px;
}

h2
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	font-family: Verdana, serif;
	text-align: left;
}

a:link
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #C96333;
}

a:visited, 
a:visited:hover
{ 
	font-weight: bold; 
	text-decoration: none; 
	color: #F18E01;
}

a:hover, 
a:active
{ 
	text-decoration: underline; 
	color: #F15001;
}

/* Major Divisions */
#container
{
	width: 760px; 
	position: relative;   
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;
	background-color: #8E2800;
	min-height: 600px;
}

#header
{
	/*height: 120px;*/
	height: 175px;
	width: 760px;
	/*background-image: url("../../test_banner.png");*/
	background-image: url("../../banner2.png");
	background-repeat: no-repeat;
	background-position: center;
}

#content
{
	/*position: absolute;
	top: 120px;
	left: 216px;*/
	width: 530px;
	border: solid 2px;
	padding: 5px;
	margin: 5px 0px 0px 216px;
	background-color: #fff0a5;
	min-height: 440px;
}

#sidebar
{
	position: absolute;
	width: 200px;
	/*top: 120px;*/
	top: 175px;
	left: 0px;
	/*border: solid 1px;*/
	padding: 5px;
	margin: 5px 0px 0px 0px;
	background-color: #8E2800;
}

#footer
{
	height: 120px;
	background-color: #8E2800;
	color: #FFB03B;
}

/* Minor Divisions */
.photo-right
{
	float: right;
	margin: 0px 0px 10px 10px;
}

.photo-left
{
	float: left;
	margin: 0px 10px 10px 0px;
}

#accordion
{
	/*background-color: #8E2800;*/
}

#accordion .toggler
{
	cursor: pointer;
}

#accordion .element ul
{
	border-top: 1px dotted #ccc;
	/*margin: 5px 5px 5px 5px; */
	margin-left: 0px;
	padding: 0px 0px 0px 0px;
}

#accordion .element li
{
	list-style-type: none;
	background-color: #fff0a5;
	display: block;
	text-align: left;
	font-size: 11px; 
	line-height: 14px;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	margin-left: 0px;
	padding: 3px 5px 3px 5px;
}

.button-link
{
	width: 64px;
	height: 64px;
}

.button-right
{
	float: right;
	background-image: url("../icons/PDF_File_64.png");
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
}

.button-left
{
	float: left;
	background-image: url("../icons/PDF_File_64.png");
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;	
}

.doc
{
	border-top: 1px solid #000;
	padding: 5px;
}

.gallery
{
	border-top: 1px solid #000;
	padding: 10px 0px 5px 0px;
}

.page-description h2
{
	text-align: center;
	/*font: 16px;
	line-height: 24px;*/
}

.page-description p
{
	padding: 0px 5px 0px 5px;
}

#PhotoGallery
{
	position: relative;
	height: 460px;
	width: 460px;
	margin: 0px 35px 0px 35px;
}

.question h3, .p2
{
	text-align: center;
}

.question
{
	border-top: solid 1px;
}

#copyright
{
	position: absolute;
	right: 10px;
	bottom: 0px;
}

#management
{
	position: absolute;
	left: 10px;
	bottom: 0px;
}

.doc-description
{
	min-height: 64px;
}

#map
{
	margin: auto 0px auto 0px;
}
