body, table, p {
	font-family: Georgia;
	font-size: 14px;
	color: #6b6b6b;
}

html, body {
	height: 100%;
}

body {
	margin: 0;
	background: url(../images/page_bg.jpg) repeat-x #ffffff;
}

hr {
	border: 1px dotted #5f1f16;
	margin: 30px 0 30px 0;
}

h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 0 16px 0;
	text-align: left;
	font-size: 30px;
	font-weight: normal;
	color: #10a2cb;
}

h2 {
	margin: 0 0 14px 0;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
	color: #10a2cb;
}

h3 {
	margin: 0 0 12px 0;
	text-align: left;
	font-size: 16px;
	color: #b59c8f;
}

h4 {
	margin: 0 0 auto 0;
	text-align: left;
	font-size: 14px;
	color: #10a2cb;
}

h5 {
	margin: 4px 0 10px 0;
	text-align: left;
	font-size: 14px;
	color: #10a2cb;
}

h3.italic_wht {
	margin: 0 0 4px 0;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	font-size: 14px;
	color: #ffffff;
}

h3.special {
	font-family: Georgia;
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 18px;
	color: #581a13;
}

p.message {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

p.errors {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
}

#content p.details {
	line-height: normal;
}

/* Style for floating menu box */
#divTopRight {
	width: 140px;
	height: 104px;
	border: 2px groove #5f1f16;	
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px;
}

/*container for page content*/
#encapsulate {
	width: 1030px;
	position: absolute;
	left: 50%;
	margin-left: -515px;
	vertical-align: top;
	background: url(../images/encap_bg2.jpg) no-repeat #ffffff;
}



/*header styles*/

#top_bar {
	width: 1030px;
	height: 36px;
	text-align: left;
}

#nav_top {
	width: 1030px;
	height: 104px;
	margin: 0;
	padding: 0;
}

#top_bar  a, a:active, a:visited{
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-decoration: none;
}

#top_bar a:hover {
	color: #dbbaad;
	text-decoration: none;
}

#header_img {
	width: 1030px;
	height: 334px;
}


/*this is the div that contains the navigation and content divs*/
#nav_con {
	width: 1030px;
	min-height: 340px;
	background: url(../images/content_bg.jpg) no-repeat #ffffff;
}

#nav_con a, a:active, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #f06700;
	text-decoration: underline;
}

#nav_con a:hover {
	color: #b60000;
	text-decoration: none;
}



/*naviagion div*/
#navigation {
	float: left;
	width: 235px;
	min-height: 200px;
	margin: 0;
	padding: 10px 0 0 0;
}

#navigation li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
   list-style-type:none;   
   margin: 0;  
}

#navigation ul.pages li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left:-40px;
}   
   
#navigation ul.subjects li a, #navigation ul.subjects li a:visited {   
   display:block;   
   width: 213px;   
   height: 22px;   
   text-decoration: none;   
   background: url(../images/btn_bg.jpg) no-repeat;   
	padding: 6px 0 0 20px;
	margin: 0 0 4px -20px;
	color: #5f1f16;
}  

#navigation ul.subjects li a:hover {   
   display:block;   
   width: 213px;   
   height: 22px;   
   text-decoration: none;   
   background: url(../images/btn_bg2.jpg) no-repeat;  
   color:#6b6b6b;   
} 
   
#navigation ul.pages li a, #navigation ul.pages li a:visited {   
   display:block;   
   width: 213px;   
   height: 20px;   
   text-decoration:none;   
   background:#5f1f16;   
   color:#ffffff; 
   line-height: normal;
	padding: 6px 0 2px 20px;
} 
   
#navigation ul.pages li a:hover {    
   width: 213px;   
   height: 20px; 
	background:#86413c;   
	color:#ffffff;
}
   
.selected {
   	font-weight: bold;
}

#navigation img.btn {
	margin-bottom: 4px;
}



/*main content area*/
#content {
	width: 730px;
	min-height: 400px;
	float: right;
	margin-right: 20px;
	padding-top: 22px;
	color: #868686;
}

#content p {
	line-height: 2em;
	margin: 0 0 10px 0;
}

.page_content ol li, ul li {
	margin: 0 0 5px 0;
	line-height: 1.5em;
}


/*footer*/

#footer {
	width: 1030px;
	min-height: 210px;
	clear: both;
	background: url(../images/footer_bg.jpg) no-repeat;
}

#footer p {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	margin: 0;
	color: #c6bdac;
	font-size: 11px;
}

#footer a, a:visited, a:active {
	color: #967674;
	text-decoration: underline;
}

#footer a:hover {
	color: #6d6e70;
	text-decoration: none;
}