@charset "utf-8";
/* CSS Document */

body {
	font-family: Tahoma, Arial;
	font-size: 14px;
	margin: 0px;
		
}

a:link { color: #0e6635; text-decoration: none; font-weight:bold; }
a:visited { color: #0e6635; text-decoration: none;  font-weight:bold;}
a:hover { color: #FFD700;}

h3
{ 
	border-bottom: dotted 2px #0e6635;
 	padding-bottom:3px; 
}

h4
{
	background-color: #e0e0e0;
	padding: 5px;
	font-size: 11pt;
}

td
{ vertical-align:top; }

img.imgbdr
{
	border: solid 1px #000;
}

.titlebg
{ padding:5px; background-color:#e0e0e0; font-weight:bold }

#header
{
	background-image:url(../images/nhaha_header.jpg);
	background-repeat:no-repeat;
	height: 157px;
}	

#nav
{
	background-color: #0e6635;
	padding: 3px; text-align:center; 
	font-weight:bold; 
	color:#FFFFFF;
	height:20px;
	margin-top:158px;
			
}

#nav a 
{ 
	color:#FFFFFF;
	text-decoration:none;
 } 
 
 /* Nav menu styles */
 
 .anylinkcss{
position:absolute;
visibility: hidden;
border:1px solid black;
border-bottom-width: 0;
/* font: normal, 11px Tahoma, Arial; */
font-family: Tahoma, Arial;
font-size: 10pt;
line-height: 20px;
z-index: 200;
width: 175px;
}

.anylinkcss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
background-color: #8daf78;
}

.anylinkcss a:hover{ /*hover background color*/
background-color: black;
color: white;
}

#leftcol
{
	width:205px; 
	background-color:#e9e3a9;
	border-right: solid 2px #d1c877;
	vertical-align: top;
}

#leftcol li
{
	border-bottom: solid 2px #d1c877;
	padding: 5px;
}

.greenbox
{
	background-color:#8daf78; 
	border: solid 1px #0e6635; 
	text-align:center; 
	width:185px; 
	margin-left:6px; 
	padding:5px;
}	

.greenbox2
{
	background-color:#8daf78; 
	border: solid 1px #0e6635; 
	width:185px; 
	margin-left:6px; 
	padding:5px;
}	

#middlecol
{
	width: 490px;
	vertical-align: top;
}

#rightcol
{
	width: 200px;
	border-left: solid 2px #d1c877;
	vertical-align: top;
}

#contentarea
{
	vertical-align:top; 
	padding:5px;
	width: 650px;
	padding-bottom:15px;
}	
	

.contentbox
{
	border:solid 1px #000; 
	width:475px; 
	margin-left:5px; 
	margin-top:5px;
	
}	

.contenttxt
{
	padding:5px; 
	vertical-align: top;
}	

.title
{
	background-color:#0e6635; 
	color:#FFFFFF; 
	padding:5px
}

.linksbox
{
	border:solid 1px #000; 
	width:175px; 
	margin-left:5px; 
	margin-top:5px;
	float:right;
}	

.linkstxt
{
	padding: 0px 5px 0px 5px; 
	vertical-align: top;
}

.linkstxt ul
{
	padding-left: 15px;
}	

.linkstitle
{
	background-color:#0e6635; 
	color:#FFFFFF; 
	padding:5px
}

.yellowbox
{
	background-color:#e9e3a9; 
	border: solid 1px #0e6635; 
	width:175px; 
	margin-left:6px; 
	padding:5px;
}		
	
		




