
/**************************************/
/******* Presentation Styles **********/
/**************************************/


P{
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	text-align:justify;
	FONT-SIZE: 80%; 
}

P.small {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	text-align:justify;
	FONT-SIZE: 60%; 
}

P.footer {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	text-align:center;
	FONT-SIZE: 60%; 
}


LI{
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	FONT-SIZE: 80%;
}

LI LI{
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:400;
	color:#333333;
	FONT-SIZE: 98%;
}

H1 {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#ff0000;
	FONT-SIZE: 150%;
}

H2 {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#ff0000;
	FONT-SIZE: 130%;
}

H3 {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#333333;
	FONT-SIZE: 115%;
}	
	
H4 {
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:600;
	color:#333333;
	FONT-SIZE: 95%;
}

a:link, a:visited, a:hover {color: #437c17; font-weight:500; text-decoration: underline;}
a:hover {color: #333333; font-weight:500; text-decoration: underline;}


	


/**********************************/	
/********** Navigation  ***********/
/**********************************/



#navigation{
	Font-family:Verdana, Arial, Helvetica, sans-serif;
	width: 140px;
	font-size: 83%;
	font-weight:500;
	color: white;
	background-color: none;
	padding: 10px;
	padding-top: 12px;
}
/*boxmodel hack? */

#navigation ul {
	padding: 0;
	margin:0;
}
#navigation li{
	list-style: none;
	margin: 0;
}

#navigation a{
	display: block;
	text-decoration: none;
	margin: 0;
	color: black;
	background-color: none;
	border-bottom: 1px solid #25587e;
	padding: 4px 8px;
}
/*IE hack */ 
* html #navigation a {
	width: 140px; /* (only for IE5.x/Win) */
	w\idth: 124px; /* (other IE) */
}

#navigation li li a { 
	background-color: #437c17;
	color: #333333;
}

#navigation a:visited{
	background-color: #effffe;
	color:#999999;
}

#navigation a:hover{
	background-color: #437c17;
	color:#ffffff;
}

#navigation a:active{
background: #437c17;
color:#ffffff;
}