h1           { font-size: 8pt; font-family: Tahoma; }
h3           { font-family: Tahoma; font-size: 8pt }
table        { font-size: 8pt; font-family: Tahoma }
body { 
	font-family: Tahoma; 
	background: #CCCCCC;
	height: 100%;
	}
	

a.green_link { 
	font-family: Tahoma;
	color:#1F5730;
	font-size: 7pt;
	}

p.title { 
	font-family: Tahoma;
	color:#FF9900;
	font-size: 16pt;
	}

p.ad_title { 
	font-family: Tahoma;
	text-align: center;
	color:#FFFFFF;
	font-size: 8pt;
	font-weight: bold;
	}
	
td.for_sale_ad_left {
	font-weight: bold;
	font-family: Tahoma;
	color: #FF9900;
	vertical-align: middle;
	width: 200px;
	text-align: right;
	background: #1F5730;
	font-size: 8pt;
	font-weight: bold;
	}
	
td.for_sale_ad_right {
	font-weight: bold;
	font-family: Tahoma;
	color: #FF9900;
	vertical-align: middle;
	width: 400px;
	text-align: left;
	background: #1F5730;
	font-size: 8pt;
	font-weight: bold;
	}

td.message {
	font-family: Tahoma;
	background: #FFFFCC;
	font-size: 8pt;
	}
	
td.tab_green {
	font-family: Tahoma;
	text-align: center;
	background: #1A5231;
	font-weight: bold;
	width: 94px;
	height: 20px;
	}	
	
td.tab_white {
	font-family: Tahoma;
	text-align: center;
	background: #FFFFFF;
	font-weight: bold;
	width: 94px;
	height: 20px;
	}	
	
table.header {
	border:0;
	border-spacing:0;
	width:90%;
	height:80px;
	margin-right:auto;
	margin-left:auto;
	font-family:Tahoma;
	}
	
table.footer {
	border:0;
	border-spacing:0;
	width:90%;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	font-family:Tahoma;
	background: #1A5231;
	color: #FF9900;
	}
	
table.footer_no_absolute {
	border:0;
	border-spacing:0;
	width:90%;
	height:30px;
	margin-right:auto;
	margin-left:auto;
	font-family:Tahoma;
	background: #1A5231;
	color: #FF9900;
	}

a.footer {
	color: #FF9900;
	text-decoration:underline;
	}
	
td.footer {
	text-align: center;
	background:#1F5730;
	width:20%;
	vertical-align:middle;
	font-family:Tahoma;
	color: #FF9900;
	}

td.top_left_header {
	text-align: center;
	background:#1F5730;
	width:40%;
	height:40px;
	vertical-align:middle;
	font-family:Tahoma;
	}

td.top_right_header {
	background:#FFFFFF;
	text-align: center;
	padding-bottom:0;
	vertical-align:middle;
	width:60%;
	height:40px;
	font-family:Tahoma;
	}
	
td.lower_left_header {
	text-align: center;
	height:40px;
	background:#FFFFFF;
	color:#000000;
	width:40%;
	vertical-align:middle;
	font-family:Tahoma;
	font-size: 8pt;
	font-weight: bold;
	}
	
td.lower_right_header {
	background:#1F5730;
	color:#FF9900;
	text-align:center;
	padding-bottom:0;
	vertical-align:middle;
	width:60%;
	height:40px;
	font-family:Tahoma;
	}
	
img.orange_arrow_right {
	border:0;
	}

#indent_100 {
margin-left: 104px;
}

#indent_0 {
margin-left: 0px;
}

#navbar, #navbar ul {	
	display:block;
	margin:0;
	padding:0;
	list-style:none;
	}


#navbar a {	
	display:block;
	width:10em;
	}



#navbar li {	
	float:left; 				
	width:10em;
	background:#FFFFFF;
	text-align:left;
	padding-left:4px
	}

#navbar li ul {	
	display:none;
	text-align: center;
	}


#navbar li:hover ul{
	position:absolute;
	display:block;
	width:10.1em;
	background:#FFFFFF;
	border-bottom:.1em solid #1F5730;
	border-left:.15em solid #1F5730;
	margin-left:-.25em;
	}
					
#navbar li ul li {	
	float:none;
	width: 80px;
	}
					
a:link, a:visited {
	text-decoration:none;
	color:#1F5730
	}

#navbar li:hover {	
	border-left:.15em solid #1F5730;
	padding-left:2px
	}
					
#navbar li ul li {	
	font-size:85%
	}
					
#navbar li:hover ul li {
	border:none;
	padding:4px
	}
						
#navbar a:hover {		
	text-decoration:underline
	}
