/****** CONTAINERS *****/
	
body {
	background-color: #e2ebd2;
	background-image: url(../images/bg-fade.gif);
	font-family: Arial, Helvetica, sans-serif;
}
	
#menubar {
	background: #acdf98;
	border-top: 1px solid #060;
	height: 1.5em;
}

#leftmenu {
	width: 127px;
	height: 358px;
	padding-left: 10px;
	vertical-align: top;
	background: #a7bf91;
	font-size: 90%;
	text-align:left;
	text-decoration:none;
	display: block;
	}
	
#main {
	vertical-align:top;
	width:416px;
	height:348px;
	display:block;
	padding:10px 10px 0px 50px;
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	}
	
#main div{
	display:block;
	font-weight:normal;
	padding:0px 0 10px 0;
	line-height:1.5em;
	font-size:0.85em;
	color:#FFFFFF;
	text-align:left;
	}
		
main h1 {
	font-size:1.25em;
	font-weight:bold;
	padding:5px 10px 5px 20px;
	}
			
main h2 {
	font-size:0.85em;
	font-weight:bold;
	padding:5px 10px 5px 20px;
	}
	
main h3 {
	font-size:0.6em;
	font-weight:bold;
	padding:5px 10px 5px 20px;
	}

#footbar {
	background: #acdf98;
	border-top: 4px solid #fff;
	border-bottom: 1px solid #060;
	height: 2.5em;
	font-size:60%;
	color: #000;
	text-align: left;
	padding-left: 5px;
}
	
#tail {
	background: #fff;
	border-bottom: 1px solid #060;
	height: 2.5em;
	font-size:55%;
	color: #000;
	text-align: left;
	padding-left: 5px;
}
	
	
	
/****** FONTS *****/
	
.green {
	color:#009900;
}
	
.largegreen {
	font-size: 120%;
	color:#009900;
}

.largebold {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
}

.white80 {
	font-size: 80%;
	color: #FFFFFF;
}

.white {
	color: #FFFFFF
}



/****** NAVIGATION *****/
	
#main a {
	color: #6cf;
	font-weight: bold;
	text-decoration: none;}

#main a:hover {
	color : #fd0;
	font-weight: bold;
	text-decoration: none;}

#main a:visited {
	color : #6cf;
	font-weight: bold;
	text-decoration: none;}

a.menu {
	color: #030;
	text-decoration: none;
	line-height: 135%;
	}

a.menu:hover {
	color: #ff0;	
	text-decoration: none;
	line-height: 135%;
	}

a.menu:visited {
	color: #030;
	text-decoration: none;
	line-height: 135%;
	}

a.weblink {
	color: #090;
	text-decoration: none;
	}

a.weblink:hover {
	color: #4e97e6;	
	text-decoration: none;
	}

a.weblink:visited {
	color: #090;
	text-decoration: none;
	}

a.maillink {
	color: #000;
	text-decoration: none;
	}

a.maillink:Hover {
	color: #4e97e6;	
	text-decoration: none;
	}
a.maillink:visited {
	color: #000;
	text-decoration: none;
	}



