body, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #767923;
}

body {
	margin: 0px;
	background: #000;
}

h1,h2,h3 {
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
}

h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 32px;
	color: #55185e;
}

h2 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 24px;
	color: #55185e;
}

h3 {
	margin: 0 0 4px 0;
	text-align: left;
	font-size: 22px;
	font-style: italic;
	font-weight: normal;
	color: #55185e;
}

h4, h5, h6 {
	margin: 0 0 4px 0;
	text-align: left;
	font-size: 14px;
	color: #55185e;
}

h3.italic {
	margin: 0 0 4px 0;
	font-style: italic;
	text-align: left;
	font-size: 14px;
	color: #544728;
}

h3.blue {
	margin: 10px 0 4px 0;
	text-align: left;
	font-size: 14px;
	color: #193557;
}

.page_content ul {
	margin-top: 5px;
}

.page_content ol, ul li {
	line-height: 1.5em;
	color: #767923;
}

p.message {
	font-weight: bold;
	color: #FF0000;
}

p.errors {
	font-weight: bold;
	color: #FF0000;
}

/*container for page content*/
#encapsulate {
	width: 1024px;
	position: absolute;
	left: 50%;
	margin-left: -512px;
	vertical-align: top;
	background: #eaebd2;
}



/*header styles*/

#header {
	width: 1024px;
	height: 405px;
}

#nav_top {
	width: 1024px;
	margin-top: -390px;
}

#nav_top  a, a:active, a:visited{
	color: #fff;
	text-decoration: none;
}

#nav_top a:hover {
	color: #e7dcbe;
	text-decoration: none;
}


/*this is the div that contains the navigation and content divs*/
#nav_con {
	width: 1024px;
	min-height: 260px;
	overflow: auto;
}

#nav_con a, a:active, a:visited {
	color: #269ac9;
	text-decoration: none;
}

#nav_con a:hover {
	color: #55185e;
	text-decoration: none;
}



/*naviagion div*/
#navigation {
	float: left;
	width: 242px;
	min-height: 200px;
	margin: 0 0 20px 0;
	padding: 0;
}

#navigation li {
	font-family: Arial, serif;
   list-style-type:none;   
   margin: 0 0 10px -40px;  
}   
   
#navigation ul.subjects li a, #navigation ul.subjects li a:visited {   
   display:block;   
   width:200px;
   height: 16px;
   border: none;
   background: url(../images/sub_btn_bg.png) center left no-repeat;
   font-size:12px;   
   text-align:left;
   text-decoration:none;   
	color:#269ac9;   
	padding: 2px 0 0 36px;
}  

#navigation ul.subjects li a:hover {   
   color:#55185e;   
} 

#navigation ul.pages_hide li {
	display: none;
} 

#navigation ul.pages li {
	margin-left:-60px;
}
   
#navigation ul.pages li a, #navigation ul.pages li a:visited {   
   display:block;   
   width:182px;  
   height: 20px;
   border: 1px solid #996; 
   background: #dcddbc;    
   font-size:11px;   
   text-align:left;   
   text-decoration:none;   
   color:#55185e;   
	padding: 5px 0 0 16px;
} 
   
#navigation ul.pages li a:hover { 
   background: #eaebd2;
}
   
.selected {
   	font-weight: bold;
}



/*main content area*/
#content {
	width: 743px;
	height: auto;
	float: right;
	padding: 10px 20px 0 0;
	background: #eaebd2;
	color: #868686;
	margin: 0 0 20px 0;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}



/*footer*/
#footer {
	width: 1024px;
	height: auto;
	clear: both;
	padding-bottom: 20px;
}

#footer p {
	text-align: left;
	margin: 0;
	color: #9a895b;
	font-size: 10px;
}

#footer a, a:visited, a:active {
	color: #6aacac;
	text-decoration: none;
}

#footer a:hover {
	color: #9a895b;
	text-decoration: underline;
}





