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

*
{
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	color:#002F00;
	
}


a:link              
{ 
	color:#336600;
	text-decoration:underline; 
}

a:visited
{ 
	color:#339900;
	text-decoration:underline; 
}

a:hover 
{ 
	color:#CCCC33;
	text-decoration:underline; 
}

a:active 
{ 
	color:#33FF33 
	text-decoration:underline; 
	
}

/*** Nav bar styles ***/

#nav-menu ul
{
list-style: none;
padding: 0;
margin:0;
} 

#nav-menu li
{
float: right;
margin: 0 0.2em;
margin-top: 13px;
} 

#nav-menu li a
{
background: #fff bottom left repeat-x;
height: 2em;
line-height: 2em;
float: left;
width: 8em;
display: block;
border-right: 0.15em solid #336600;
border-bottom: 0.15em solid #336600;
color:#336600;
text-decoration: none;
text-align: center;
font-size:16px;

} 

#container
{
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
	
	
}

#banner{
	background-image:url(images/layout/banner.jpg);
	height: 110px;
}

#nav{
	background-image:url(images/layout/nav.jpg);
	height: 51px;
}
#navBackgroud{
	background-color:#FFFFCC;
}

img{
	border:0px;
	background-color:#98b79a;
}

#mainContent{
	min-height: 300px;
	background-image:url(images/layout/mainBody.jpg);
	background-repeat:no-repeat;
	padding-left:40px;
	padding-right:35px;
	background-color:#FFFFFF;
	
	
	
}

#footer{
	background-image:url(images/layout/footer.jpg);
	height:  126px;
	font-size:10px;
	color:#336600;
	text-align:center;

	
}

.center{
	text-align:center;

}

.left{
	float:left;
	padding-right: 5px;

}

.right{
	float:right;
	padding-left: 5px;

}

.clear{
	clear:both;
}

.indent{
	margin-left: 40px;
	
}
/*main large heading in green*/
h1{
	font-size:x-large;

	color:#313F32;

}


/*smaller heading in green, no margin*/
h2{
	font-size:large;
	margin-top: 5px;
	margin: 0px;
	color:#313F32;

}

/*small heading in green with italics, no margin*/
h3{
	font-size: medium;
	font-style:italic;
	margin: 0px;
	color:#313F32;	

}

h4{

	font-size:small;
	font-style:italic;
	margin: 0px;
	color:#313F32;	


}


.textSmall{
	font-size:12px;
	color:#333333;
	text-align:right;

}

.columnLeft{
	width:32%;
	float:left;
	margin: 5px;
	min-height: 200px;
	

}

.columnRight{
	width:32%;
	margin: 5px;
	min-height: 200px;
	float:right;

}


.columnCenter{
	width:32%;	
	float:left;
	margin: 5px;
	min-height: 200px;

}

