body {font-family: Trebuchet MS,arial; font-size: 13px; line-height: 17px; color: #000000; margin: 0px;}
td {font-family: Trebuchet MS,arial; font-size: 13px; line-height: 17px; color: #000000;}
p {font-family: Trebuchet MS,arial; font-size: 13px; line-height: 17px; color: #000000;}
li {font-family: Trebuchet MS,arial; font-size: 13px; color: #000000;}
input {font-family: Trebuchet MS,arial; font-size: 13px; color: #000000;}
select {font-family: Trebuchet MS,arial; font-size: 13px; color: #000000;}
textarea {font-family: Trebuchet MS,arial; font-size: 13px; color: #000000;}
a {color: #154922; text-decoration: underline;}
a:hover {text-decoration: none;}

h1 {font-family: Trebuchet MS,arial; font-style: none; font-weight: bold; font-size: 20px; line-height:22px; color: #154922;}
h2 {font-family: Trebuchet MS,arial; font-style: none; font-weight: bold; font-size: 15px; color: #154922;}

.maintitle {font-family: Trebuchet MS,arial; font-style: none; font-weight: bold; font-size: 18px; color: #154922;}
.subtitle {font-family: Trebuchet MS,arial; font-style: none; font-weight: bold; text-decoration: none; font-size: 14px; color: #154922;}
.subtitle:hover {text-decoration: none; color: #000000;}
.footer {font-family: Trebuchet MS,arial; font-size: 11px; font-weight: normal; text-decoration: none; color: #333333;}
.footerlink {font-family: Trebuchet MS,arial; font-size: 11px; font-weight: normal; text-decoration: underline; text-transform: uppercase; color: #333333;}
.footerlink:hover {text-decoration: none;}

.opacity100 {opacity: 1.0; filter: alpha(opacity=100);}
.opacity95 {opacity: 0.95; filter: alpha(opacity=95);}
.opacity90 {opacity: 0.9; filter: alpha(opacity=90);}
.opacity80 {opacity: 0.8; filter: alpha(opacity=80);}
.opacity70 {opacity: 0.7; filter: alpha(opacity=70);}
.opacity60 {opacity: 0.6; filter: alpha(opacity=60);}
.opacity50 {opacity: 0.5; filter: alpha(opacity=50);}
.opacity40 {opacity: 0.4; filter: alpha(opacity=40);}
.opacity30 {opacity: 0.3; filter: alpha(opacity=30);}
.opacity20 {opacity: 0.2; filter: alpha(opacity=20);}
.opacity10 {opacity: 0.1; filter: alpha(opacity=10);}
.opacity0 {opacity: 0.0; filter: alpha(opacity=0);}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: 120px;
	text-align: center;
	font-size: 11px;
}

#menu li ul {/* second-level lists */
	position: absolute;
	display: block; 
	top: 23px;
	left: -1px;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}

#menu li>ul {/* to override top and left in browsers other than IE */
	top: auto;
	left: auto;
}

#menu li ul li ul  {/* third-level lists */
	position: absolute;
	display: block; 
	top: 0;
	left: 8em;
}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li { float: left; height: 1%; }
* html #menu ul li a { height: 1%; }
/* End */

#menu li:hover ul { display: block; }

#menu li:hover>ul { visibility:visible; }

#menu ul ul { visibility:hidden; }		

/* Make-up syles */
#menu ul, li {
    margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menu ul a {
	display: block;
	text-decoration: none;
	color: #003520;
	font-size:12px;
	padding: 3px;
}
/* Hover Styles */
#menu ul a:hover { 
	color: #000000; 
	background: #f0f0f0;
} 

/* Sub Menu Styles */
#menu li ul a {
	text-decoration: none;
	color: #000000;
	font-size:11px;
	background: #ffffff; /* IE6 Bug */
	border-left: 1px solid #333333;
	border-bottom: 0px;
	padding: 3px;
} 

/* Sub Menu Hover Styles */
#menu li ul a:hover { 
	color: #000000; 
	background: #f0f0f0;
}

#homepage-news
{
	border: 1px solid #999999;
	background-color: #eeeeee;
	padding: 12px;
}

#homepage-news h2
{
	margin-top: 0px;
}
