/* CSS Document */

body {	
	background: #000000;
	text-align: left;
	/*background-image: url('images/background.jpg'); 
	background-repeat: no-repeat; */
	color:#999999;	
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

/*page is main container holding all other divs*/
#page {
top:inherit;
width: 885px;
}

/*header section*/
#header {
position: relative;
left: 0px;
top: 0px;
width:885px;
height: 250px;

}

#footer {
position: relative;
left: 0px;
top: 0px;
width:885px;
height: 100px;
border-bottom: 1px solid #C6EC8C;
border-left: 1px solid #C6EC8C;
border-right: 1px solid #C6EC8C;
border-top: 1px solid #C6EC8C;
}

#footer a{
	   color:  #ffffff; 
   }

#copyright {
	padding:7px;
	color:#666666;
}


/***********************************************/
/*    FONT DEFINITIONS						   */
/***********************************************/

/*left top header in main body section */
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
color: #ffffff;
}
/* left title in subNav bar */
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 20px;
font-weight:normal;
color: #ffffff;

} 


p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:180%;
font-weight:normal;
color: #999999;
/*border-bottom: 1px solid #C6EC8C;*/
}
p.footer{
	color: #999999;
}

a:link {color: #ffffff;}
a:visited {color: #ffffff;}
a:active {color: #ffffff;}
a:hover {color: #ffffff;}


/*******************************/
/*		SITE MAP			   */
/*******************************/

#sitemap_block{
	background-color: #333333;
	color:#CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align:left;
	padding: 10px;
}

#sitemap_block a{
	text-decoration:none;
}

