/* CSS Document */

body {
  	background:#000;
	margin:0;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font:x-small/1.15em Verdana,Arial,Sans-serif;
  	color:#797979;
  	font-size/* */:/**/small;
  	font-size: /**/small;
  }
  
a {
	color:#83a44b
	}
	
a:hover {
	color:#333333;
	}	  
  
#box {
	width:800px; 
	height:521px; 
	background-color:#ffffff; 
	text-align:left;
	margin-top:45px;
	}
	
#leftNavBox {
	width:191px; 
	height:395px; 
	background:url(images/leftnav_bg.jpg) top no-repeat; 
	float:left;
	}
	
#contentBox {
	margin-left:222px; 
	width:578px; 
	height:395px;
	overflow-y:auto;	
	}
	
#mainContentHome {
	width:290px; 
	padding-top:30px; 
	height:360px; 
	float:left;
	}
	
#homeImages {
	margin-left:313px; 
	width:258px; 
	padding-top:7px;
	}	
	
#mainContent {
	width:350px; 
	padding-top:30px; 
	float:left;
	font-size:90%
	}
	
#Images {
	margin-left:376px; 
	padding-top:20px;
	}		
	
#pageHeader {
	font-weight:bold; 
	font-size:20px; 
	color:#83a44b; 
	padding-bottom:7px;
	}
	
#footer {
	font-size:70%; 
	color:#fff; 
	padding-top:10px; 
	padding-bottom:10px;
	}
	
/*--------------------------------------------*/
#leftNav {
	width:169px; 
	margin:0px;
	padding: 0 0 0 0;
	padding-top:25px;
	padding-left:22px;
	font-size:85%;
	}
	
#leftNav td a {
		text-decoration: none;
		color:#666;	
}	

#leftNav td a:hover {
		color: #83a44b;
	}		
	
	#leftNav ul {
		list-style: none;
		margin:0px;
		padding:0px;
		border: none;
		}
		
	#leftNav li {
		border: none;
		margin: 0;
		list-style: none;
		list-style-image: none;
		}
	
	#leftNav li a {
		display: block;
		padding: 6px 0px 0px 10px;
		text-decoration: none;
		width: 169px;
		color:#666;
		}

	html>body #leftNav li a {
		width:auto;
		}

	#leftNav li a:hover {
		color: #83a44b;
		background-image:url(images/on_arrow.png);
		background-position:top left;
		background-repeat:no-repeat;		
		}		
		
.selected {
		display: block;
		padding: 6px 0px 0px 10px;
		color: #83a44b;
		background-image:url(images/on_arrow.png);
		background-position:top left;
		background-repeat:no-repeat;	
	}		
	
.selected2 {
		display: block;
		padding: 0px 0px 0px 10px;
		color: #83a44b;
		background-image:url(images/on_arrow2.png);
		background-position:top left;
		background-repeat:no-repeat;	
	}		
	
/*--------------------------------------------*/		
	
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}  			
