body {
	background-color:#54c2bf;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	margin: 0px 10px;
	padding: 0px;
	
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {

	ext-align: left;
	margin:auto;
	width: 800px;	
	background:#54c2bf; 
	position: relative;
	padding:0 0 0 0;
}



/********************** Header ***************************/
#header 
{
	background:url(../images/header1.jpg) no-repeat;
	width:800px;
	height:179px;
	
}
/**********************LEFT Navigaction ***************************/

#content
{
    float:left;
	width:800px;
	background:url(../images/mid1.jpg) repeat-y ;	
	padding:0 0 0 0;
}

#left
{
	float:left;
	background:#FFFFFF;
	width:193px;	
	padding:0 0 0 0;
	
}
#left h1
{
	padding:0 0 10px 15px;
	border-bottom:2px solid;
	
}
#left ul
{
 width:180px;
}
#left li {

  list-style: none;
  font-weight:bold;
  padding:0 0 0 20px;
  line-height:30px;
}
#left a {
  text-decoration: none;
  color: #330000;
 
  
}
#left a:hover {

  text-decoration:none;
  color:#00CC66;
   
}

/**********************Middle Navigaction ***************************/


#middle
{
	float:left;	
	width:413px;		
	padding:15px 0 0 10px;
	line-height:20px;
	
}

#middle h1
{

 font-size:15px;
 font-weight:bold;
 padding:0 0 5px 0;
 border-bottom:2px solid #000000;
 color:#990000;
 
}
#middle h1 a
{
	text-decoration:none;
	color:#330000;
}
#middle h1 a:hover
{
  text-decoration:none;
  color:#0033CC;
}
#middle p
{
	text-align:justify;
	padding:10px 0 0 0;
}
#middle ul
{
	width:185px;
	float:left;
	list-style:none;
	padding:10px 0 0 20px;
}
#middle ul li 
{
	background:url(../images/arrow.gif) left no-repeat;
	padding:5px 0 5px 25px;
}
#middle ul li a
{
	text-decoration:none;
	color:#330000;
	
}
#middle ul li a:hover
{
	text-decoration:none;
  color:#0033FF;
	
}
/**********************right Navigaction ***************************/
#right
{
	float:right;	
	width:160px;	
	padding:12px 5px 10px 5px;	
	
			
}
#right h1
{
 font-size:15px;
 font-weight:bold;
 text-align:center; 
 border-bottom:2px solid;	
 padding:0 0 10px 0;
}
#right a {
  text-decoration: none;
  color: #330000;
  
 
  
}
#right a:hover {

  text-decoration:none;
  color:#00CC66;
   
}
#footer
{
	float:left;
	width:800px;
	text-align:center;
}
#footer-left
{
	float:left;
	width:234px;
	padding:0 0 0 0;
}
#footer-middle
{
	float:left;
	width:800px;
	padding:15px 0 0 0;
	text-align:center;
	border-top:2px solid #3149a8;
}

#footer-middle a {
  text-decoration: none;
  color:#666666;  
  text-align:center;
  padding:0 20px 0 0;  
}
#footer-middle a:hover {

  text-decoration:none;
  color:#00CC66;
  text-align:center;
   
}

