#main {
         width:800px;
	  margin-left: auto;
  margin-right: auto;
		 border: 1px solid #cccccc;	
		 
}

#container {
         width:800px;

		
		 
		 
}

#column_1 {
         width:188px;
         float:right;
         background-color: #0063a3;
		 border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	 border-top: 2px solid #cccccc;
		 
		
}
#column_2 {
         width:608px;
         float:left;
         background-color: #ffffff;
				border-right: 1px solid #cccccc;
				 border-left:1px solid #cccccc;
				 z-index:22;
				 border-top: 3px solid #cccccc;
}
.column_2_text {
				padding-right:5px;
				padding-left:7px;
				margin-top:5px;
				margin-bottom:5px;
}



#header, #footer
	{
	width: 800px;
	}
	
#header
	{
	
	background-color:#ffffff
	}

#footer {
	WIDTH: 800px; height: 50px; border-top: 1px solid #f0f0f0; background-color: #990000; COLOR: #ffffff; 
}

#footer a:visited {color: #ffffff; }

.footer-text {
	COLOR: #ffffff; padding-left: 20px;
}

.footer-text a:visited {
	COLOR: #ffffff; 
}

#footer a:hover {
	COLOR: #e8d462; TEXT-DECORATION: underline
}




	
#titlebar 
	{
	position: absolute;
	top: 147px;
	left: 199px;
	width: 602px;
	background-color: transparent;
	z-index: 32;
	}
	
/*	Left Navigation Home Page
---------------------------------------------------------------- */

#blue-nav  {
	width:188px;
	font-family:  Arial, Helvetica, sans-serif;
	margin-top:27px;


 
}
			 
#blue-nav ul  { 
		 list-style:none;
		 margin: 0; 
		 padding: 0;
		color: #ffffff;
		 text-indent: 5px;
		 
		
}

#blue-nav li {
		 border-bottom: 1px solid #4a82b6; font-weight: bold; font-size:11px;
		 
}

#blue-nav li a  {
		 display: block;  
		 padding: 7px 5px 7px 0.5em;
		 border-left: 1px solid #4a82b6;
		
		 background-color: #0063a3;
		 color: #ffffff;
		 text-decoration: none;
		 font-weight: normal;
		 }
		 
#blue-nav li a:hover  {  
		 background-color: #302b7c;
		 color:#ffffff;
		 }


