html, body {
	margin: 0; 
	padding: 0;
	width: 100%;
	height: 100%;
}

body, table, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bdc3c6;
}

body {
	background: url(../images/page_bg.jpg) repeat-x #393e44;
}

strong, b {
	font-weight: bold;
	color: #fff;
}

h1,h2,h3,h4,h5,h6 {
	color: #ffffff;
}

h1 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 24px;
	font-weight: normal;
}

h2 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 20px;
}

h3 {
	margin: 0 0 4px 0;
	text-align: left;
	font-size: 16px;
}

h4, h5, h6 {
	margin: 0 0 10px 0;
	text-align: left;
	font-size: 14px;
}

h3.italic {
	margin: 0 0 4px 0;
	font-style: italic;
	text-align: left;
	font-size: 14px;
}

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: #bdc3c6;
}

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: url(../images/nav_con_bg.jpg) repeat-y;
}



/*header styles*/

#header {
	width: 1024px;
	height: 601px;
	margin: 0;
	padding: 0;
}

#header_img {
	width: 1024px;
	height: 486px;
	margin: 0;
	padding: 0;
	
}

#nav_top {
	width: 1024px;
	height: 51px;
	background-image: url(../images/top_bg.jpg);
	margin: 0;
	padding: 0;
}

#nav_top  a, a:active, a:visited{
	color: #fff;
	text-decoration: none;
}

#nav_top a:hover {
	color: #5494fc;
	text-decoration: none;
}

#under_ban {
	width: 1024px;
	height: 64px;
}


/*this is the div that contains the navigation and content divs*/
#nav_con {
	width: 1024px;
}

#nav_con a, a:active, a:visited {
	color: #5494fc;
	text-decoration: none;
}

#nav_con a:hover {
	color: #bdc3c6;
	text-decoration: none;
}



/*naviagion div*/
#navigation {
	float: left;
	width: 226px;
	min-height: 200px;
	margin: -11px 0 20px 0;
	padding: 0 0 0 39px;
}

#navigation li {
	font-family: Arial, serif;
   list-style-type:none;   
   margin: 0 0 0 -40px;  
}   
   
#navigation ul.subjects li a, #navigation ul.subjects li a:visited {   
   display:block;   
   width:190px;
   height: 45px;
   border: none;
   background: url(../images/subj_bg.png) top left no-repeat;
   font-size:16px;   
   text-align:left;
   text-decoration:none;   
	color:#4275fb;   
	padding: 24px 0 0 36px;
}  

#navigation ul.subjects li a:hover {   
   color:#fff;   
} 

#navigation ul.pages li {
	margin-left:-80px;
}
   
#navigation ul.pages li a, #navigation ul.pages li a:visited {   
   display:block;   
   width:188px;  
   height: 26px;
   border: 1px solid #383838; 
   background: #383838;    
   font-size:11px;   
   text-align:left;   
   text-decoration:none;   
   color:#939393;   
   padding: 5px 0 0 36px;
   margin: 2px 0 3px 0;
} 
   
#navigation ul.pages li a:hover {
	color: #fff;
   background: #4275fb;
}   
   
#navigation ul.subjects li.subj_selected a {   
   	color: #fff;
}
   
#navigation ul.pages li.page_selected a {
	background-color: #505050;
}


/*main content area*/
#content {
	width: 660px;
	height: auto;
	float: right;
	padding: 10px 20px 0 0;
	color: #868686;
	margin: 0 42px 20px 0;
}

#content p {
	line-height: 1.5em;
	margin: 0 0 10px 0;
}



/*footer*/
#footer {
	width: 943px;
	height: auto;
	clear: both;
	border-top: 2px solid #3c3f45;
	background-color: #25282d;
	margin-left: 39px;
	padding: 10px 0 20px 0;
}

#footer p {
	text-align: left;
	margin: 0;
	color: #676767;
	font-size: 10px;
}

#footer a, a:visited, a:active {
	color: #a7a7a7;
	text-decoration: none;
}

#footer a:hover {
	color: #fff;
	text-decoration: underline;
}