@charset "utf-8";
/* CSS Document */


body {
	background-color:
	margin:0;
	padding:0;
	font: 100% Arial, Helvetica, sans-serif;
	background-image: url(Background.jpg);
} /*end body styles*/


a:link {

color: #FFFFFF;
text-decoration:none; 
}

 
a:active {
   color:#FFFFFF;
   background:none;
   font-weight: normal;
   text-decoration:none; 
    }

  a:visited {
   color:#FFFFFF;
   background:none;
   font-weight: normal;
   text-decoration:none; 
 } 
 a:hover {

color: #FFFFFF;
background:none;
font-weight: normal;
text-decoration:underline; 

 }
 /*end link display styles */
	
	
  H2, H3, H4 {
  color:#999999;
} 

 /* header styles */
h4
{margin-top:10px;
 } 





#container {
	background:none;
    margin:0 auto; /*Center container on page*/
    width: 840px; /*Width of main container*/
}
#navbar {
	font-size:12px;
	background:none;
	margin:0;
	padding-right:10px;
	height: 25px;
	text-align: right;
} /*end nav bar styles */

#navbar ul  

{
    font-size: 12px;
	margin:0;
	padding: 0px;
    white-space: nowrap;
 }  /*end nav UL styles */
 


 #navbar ul li  {
	font-size: 12px;
	color:#3366FF;
	display:inline;
	padding:10px;
	font-weight: normal;  
 }  /*end nav list styles */
 
# navbar ul li.first {
   font-size:12px; 
 color:#3366FF;
 display:inline;
 padding:5px;
 font-weight:normal; 
} /* Default page title is blue*/
	
#header
 {

	background-color: none;
	height: 70px; /*Header height*/
	}
	
#spacer {  
    background:none;
	margin: 0;
    height: 10px;
}  /*separates the header and content well*/

#content {
	background-color: #000000;
	float:left;
	width:549px;
	height:400px;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	}

p.content_text {
    font-size:12px; 
	color:#000000;
	} /* content areaa text styles */
	
p.content_text a:link {color:#0099FF;}

p.content_text a:active {color:#0099FF;}

p.content_text a:visited {color:#0099FF;}

p.content_text a:hover{color:#0099FF; text-decoration:underline;}

#sidebar {
	background-color: #FFFFFF;
	float:right;
	width:243px;
	height:400px;
	padding-top: 5px;
    padding-right: 12px;
	padding-left: 15px;
}

#bottomwell {
	background:none;
	width:824px;
	height:10px;
	clear: both;
	padding: 8px;

}

#footer{
	background:#000000;
	height: 20px;
	} /*Ensures that sidebar and content fall to footer*/ 
		
.content_header{
	font-size: 15px;
	color: #3399FF;
	font-weight:bold;
	margin-top:10px; margin-bottom:-15px;}
		
.side_header{
	font-size: 15px;
	color:#333399;
	font-weight:bold;
	margin-top:10px;
 margin-bottom:-15px; }

p.side_text {
    font-size: 12px; 
	color:#666666; 
}

p.side_text a:link {color:#333399;}

p.side_text a:active {color:#333399;}

p.side_text a:visited {color:#333399;}

p.side_text a:hover{color:#333399; text-decoration:underline;}

p.footer{font: 100% Arial, Helvetica, sans-serif;
   font-size:12px;
	color:#999999;
	margin-left:8px;
	font-weight:normal;
		clear: both;
}

 /* footer text styles */	
 
</style>
