/* CSS Document  ---------------------------------- */

body{
	
	margin-top : 0px;
	background : #F0F0DD;
	font-size: 9pt;
 	font-weight: normal;
  	color: #333333; 
	font-family: Arial, Trebuchet, Verdana, Helvetica, 'Sans Serif';
  	line-height: normal;
	
}

/* main container  ---------------------------------- */




#hull {margin-left: auto;
		margin-right: auto;
		width: 768px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background:  url(../images/bghull.gif) repeat 0 100%;	
		border-bottom: 0px solid #000000;
			
}





#container {margin-left: auto;
		margin-right: auto;
		width: 760px;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
		padding-bottom: 0px;
		background-color: #ffffff;
		
}







/* CSS fonts  ---------------------------------- */

p {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #333333; 
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
 }
 
 p.footer {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
 }
 
 p.boxwhite {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #ffffff; 
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 5px;
  margin-left: 5px;
 }


 p.box {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #000000; 
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
 }
 

p.topnavigation {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #000000; 
  line-height: normal;
  padding: 0px;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 0px;
 } 
 
 p.navigation {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #000000;
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 10px;
 }  
 

p.right {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #666666; 
  line-height: normal;
  padding: 0px;
  text-align: right;
  margin-top: 0px;
  margin-bottom: 10px;
  margin-right: 0px;
  margin-left: 0px;
 }

h1 {font-style: normal;
  font-size: 14pt;
  font-weight: BOLD;
  color: #333333; 
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
 }
  
h1.boxwhite {font-style: normal;
  font-size: 14pt;
  font-weight: BOLD;
  color: #ffffff; 
  padding: 0px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: 5px;
  }


h3.boxwhite {font-style: normal;
  font-size: 11pt;
  font-weight: BOLD;
  color: #ffffff; 
  padding: 0px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 5px;
  } 

h2 {font-style: normal;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
  padding: 0px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom:5px;
  margin-right: 0px;
  margin-left: 0px;
  }
  
  
h2.box {font-style: normal;
  font-size: 12pt;
  font-weight: bold;
  color: #333333;
   padding: 0px;
  text-align: justify;
  margin-top: 20px;
  margin-bottom:5px;
  margin-right: 10px;
  margin-left: 10px;
  }
  
h3 {font-style: normal;
  font-size: 10pt;
  font-weight: bold;
  color: #333333;
 
  padding: 0px;
  text-align: justify;
  margin-top: 0px;
  margin-bottom:5px;
  margin-right: 0px;
  margin-left: 0px;
  }  
  


.footerfont {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #999999; 
  line-height: normal;
  padding: 0px;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 5px;
 }

td, tr {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #333333; 
  line-height: normal;
  padding: 0px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 0px;
  margin-left: px;
 }

.white {
  color: #ffffff; 
  }  

.orange{
  color: #FF9900; 
  }  
 
 
 
  ul{	
	margin-left : 15px;
	margin-right : 0px;
	margin-bottom: 10px;
	margin-top:0px;
}

li{	line-height : normal;
	margin-left : 0px;
	margin-right : 12px;
	margin-bottom: 2px;
	margin-top:2px;
	list-style-position : outside;
	list-style-type : round;
}
 
 
 
 input {font-style: normal;
  font-size: 9pt;
  font-weight: normal;
  color: #333333; 
   }
 
 
 
 
 
 
 
/* form  ---------------------------------- */ 
 
input, textarea {font-style: normal;
  font-size: 8pt;
  font-weight: normal;
  color: #666666; 
   }
 
  
		
		
	   
/*  content  ---------------------------------- */	


#top {margin-left: auto;
		margin-right: auto;
   	width: 768px;
	height: 5px;
	text-align: left;
	border-top: 0px solid #ffffff;
	padding-top: 0px;
	padding-left: 0px;
	clear: both;
	background:  url(../images/bgtop.gif) no-repeat 0 100%;	
		  }	


#topnavi {width: 768px;
	height: 25px;	
	padding:0px;
	text-align: right;
	margin-left: auto;
	margin-right: auto;	
	
           }   

#masthead {width: 760px;
	height: 180px;		
	background-color: #ffffff;
           }   
	 


#navi {width: 760px;
   	height: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	background-color: #999999;
	border-top: 0px solid #ffffff;
	background-color: #f2f2f2;
	
		}
	
	
#contenthome {
   	width: 740px;	
	text-align: left;
	margin-top: 20px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	
		}	
		

#content {
   	width: 760px;	
	text-align: left;
	margin-top: 20px;
	background-color: #ffffff;
	border-bottom: 0px solid #ffffff;
	border-top: 0px solid #ffffff;
	
		}

#cleft{float: left;	
   	width: 500px;
	height: 100%;
	text-align: left;
	margin-top: 0px;		
	padding-right: 10px;
	padding-left: 10px;
	background-color: #ffffff;
		}
		
#cright{float: right;	
   	width: 235px;
	height: 100%;
	text-align: left;
	margin-top: 0px;	
	border-left: 5px solid #ffffff;
	background-color: #ffffff;
		}	
		
			
#end{clear: both;
	margin-left: auto;
		margin-right: auto;
   	width: 760px;
	height: 0px;
	margin-top: 0px;
	background-color: #ffffff;
	border-bottom: 0px solid #000000;
			}	
		

#end02 {margin-left: auto;
		margin-right: auto;
   	width: 768px;
	height: 60px;
	text-align: left;
	border-top: 0px solid #000000;
	padding-top: 0px;
	padding-left: 0px;
	clear: both;
	background-color: #ffffff;
	background:  url(../images/bgfooter.gif) no-repeat 0 100%;	
		  }	
		

#footer {margin-left: auto;
		margin-right: auto;
   	width: 768px;
	text-align: left;
	padding-top: 0px;
	padding-left: 0px;
	clear: both;
	
		  }	
		
		
		
#subnavi{
   	width: 235px;
	height: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	background : #999999 url(../images/subnavitop.gif) no-repeat top;
	
	}			
		
		
		
				
#ad{
   	width: 235px;
	height: 100%;
	text-align: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	
	}			
		
						
.bgyellow{background-color: #ffff00;
			width: 300px;	
	}	
		
		
/*  listing left  ---------------------------------- */			
	
.list{
   	text-align: left;
	height: 100%;
	background-color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
		  }		
	
	
	
/*  highlight boxes right ---------------------------------- */			
		
.box01{
   	width: 240px;
	height: 100%;
	text-align: left;
	margin-top: 0px;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}			
		
.box02{
   	width: 240px;
	height: 100%;
	text-align: left;
	margin-top: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #666666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}			
	

		

	
/* img  ---------------------------------- */	

.imageline {
    width: 100%;
	height: 100%;
	padding-top: 10px ;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
   		  }	



img.imgright {
	border: 0;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	float: right;
}

img.imgleft {
	border: 0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	float: left;
}







/* navigation  ---------------------------------- */


A:link {text-decoration: underline; font-size: 9pt; font-weight: bold; color: #000000; }
A:visited {text-decoration: underline; font-size: 9pt; font-weight: bold; color: #9000000; }
A:active {text-decoration: none; font-size: 9pt; font-weight: bold; color: #E9E934; }
A:hover {text-decoration: none; font-size: 9pt; font-weight: bold; color: #E9E934; }

A.topnavi:link {text-decoration: none; font-size: 8pt; font-weight: normal; color: #000000; }
A.topnavi:visited {text-decoration: none; font-size: 8pt; font-weight: normal; color: #000000; }
A.topnavi:active {text-decoration: underline; font-size: 8pt; font-weight: normal; color: #333333;  }
A.topnavi:hover {text-decoration: underline; font-size: 8pt; font-weight: normal; color: #333333; }




A.footernavi:link {text-decoration: none; font-size: 8pt; font-weight: normal; color: #000000; }
A.footernavi:visited {text-decoration: none; font-size: 8pt; font-weight: normal ; color: #000000; }
A.footernavi:active {text-decoration: underline; font-size: 8pt; font-weight: normal; color: #000000; }
A.footernavi:hover {text-decoration: underline; font-size: 8pt; font-weight: normal; color: #000000;}



A.mnavi:link {text-decoration: none; font-size: 9pt; font-weight: normal; color: #000000; background-color: #E9E934;   border: 0px solid #FF9900;}
A.mnavi:visited {text-decoration: none; font-size: 9pt; font-weight:  normal; color: #000000; background-color: #E9E934;  border: 0px solid #FF9900;}
A.mnavi:active {text-decoration: none; font-size: 9pt; font-weight:  normal; color: #ffffff;  background-color: #666666;   border: 0px solid #ffffff;}
A.mnavi:hover {text-decoration: none; font-size: 9pt; font-weight:  normal; color: #ffffff;  background-color: #666666;   border: 0px solid #ffffff;}

A.button:link {text-decoration: none; font-size: 14pt; font-weight: bold; color: #EDC336; }
A.button:visited {text-decoration: none; font-size: 14pt; font-weight: bold; color: #EDC336; }
A.button:active {text-decoration: none; font-size: 14pt; font-weight: bold; color: #ffffff; }
A.button:hover {text-decoration: none; font-size: 14pt; font-weight: bold; color: #ffffff; }


/* css button 160 -------------------------------------- */

.cssnavb160
{
position: relative;
font-family: arial, helvetica, sans-serif;
background: url(../images/buttons/b160_o.gif) no-repeat;
white-space: nowrap;
display: block;
width: 160px;
height: 36px;
margin: 0;
padding: 0;
margin-bottom: 5px;
}

.cssnavb160 a
{
display: block;
font-size: 11px;
width: 160px;
height: 36px;
display: block;
float: left;
text-decoration: none;
}

.cssnavb160 img
{
width: 160px;
height: 36px;
border: 0
}

* html a:hover
{
visibility:visible
}

.cssnavb160 a:hover img
{
visibility:hidden
}

.cssnavb160 span
{
position: absolute;
left: 10px;
top: 8px;
margin: 0px;
padding: 0px;
cursor: pointer;
} 



