body { font-size: 12px; font-family: Arial, Verdana, Geneva, Helvetica, SunSans-Regular, sans-serif; background-color: #002000; background-image: url(../images/green_background.gif); text-align: left; }
p { }

td { }

a:link { color: black; text-decoration: none; }
a:visited { color: black; text-decoration: none; }

a:hover { text-decoration: underline; }

a:active { }
h3 { color: #069; font-size: 13px; font-weight: bold; margin: 1em 0; }
/*<agl.folder "header">*/
	.header { }
	.header a:link { color: black; }
	.header-nav { color: black; font-size: 10px; font-weight: bold; text-align: right; margin-top: 5px; margin-right: 15px; margin-bottom: 0; }
	.company-name { color: gray; 
		font-size: 10px; 
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		font-weight: bold; 
		text-align: right; 
		margin-top: 15px; 
		margin-right: 15px; }
/*</agl.folder>*/
.content { text-align: left; padding: 10px 25px 25px; }
.content a:link { color: #069; font-size: 10px; font-weight: bold; text-decoration: none; }
.content-staff { padding: 0 20px 25px; }
.contant-headline { color: #0053a0; font-weight: bold; font-stretch: condensed; }

.content-list { margin-left: 10px; list-style-type: square; display: list-item; }
.content-text { line-height: 20px !important; }
/*<agl.folder "navigation">*/
	.navigation { }
	.navigation-01 { color: #000; font-size: 10px; font-weight: bold; text-align: right; margin-top: 5px; margin-right: 15px; margin-bottom: 5px; }
	.navigation a:link { color: white; text-decoration: none; }
	.navigation a:hover { color: white; text-decoration: underline; }
	.navigation a:visited { color: #ccc; text-decoration: none; }
/*</agl.folder>*/
/*<agl.folder "sidebars">*/
	.sidebar { color: black; text-align: left; }
	.sidebar a:link { color: black; font-size: 10px; text-decoration: none; }
	.sidebar a:hover { color: black; text-decoration: underline; }
	.sidebar a:visted { color: black; }
	h2 { font-size: 11px; font-family: Arial, Verdana, Helvetica, sans-serif; font-weight: bold; text-align: left; float: left; padding-top: 5px; padding-bottom: 5px; }
	.sidebar-moreinfo { 
	font-size: 9px; 
	font-weight: bold; 
	margin-top: 3px; 
	margin-bottom: 3px; }
	.staffbar { font-size: 11px; line-height: 15px; padding: 10px; }
	.sidebar-text { 
		font-size: 11px; 
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		line-height: 14px; 
		margin-left: 0pt;
		padding-left: 0pt;
		}
	.sidebar-text ul { margin-left: 1em; padding-left: 0; list-style-type: disc; }
/*</agl.folder>*/
/*<agl.folder "footer">*/
	.footer-links { color: #069; font-size: 10px; text-align: left; margin-top: 7px; margin-bottom: 5px; margin-left: 15px; }
	
	#copyright { 
		color: gray; 
		font-size: 9px; 
		font-family: Arial, Verdana, Helvetica, sans-serif; 
		text-align: right; 
		position: relative; 
		top: 7px; 
		right: 15px; 
		width: 400px; 
		height: 20px; 
		visibility: visible; 
		float: right; }
/*</agl.folder>*/

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
width:720px; 
font-size:0.85em;
position:relative;
z-index:100;
margin: -2px 0 0 0;
height: 30px;
background:black;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}
.menu ul ul {
width:90px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width:90px;
position:relative;
}
/* style the links for the top level */
.menu a, .menu a:visited {
text-align: center;
display:block;
font-size:11px;
text-decoration:none; 
color:#fff; 
width:90px; 
height:30px; 
background:black; 
line-height:29px;

}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {
width:90px;
w\idth:79px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {
background:black;
}
/* style the second level hover */
.menu ul ul a.drop:hover{
background:#fff;
}
.menu ul ul :hover > a.drop {
background:#fff;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
background:#e2dfa8;
}
/* style the third level hover */
.menu ul ul ul a:hover {
background:#b2ab9b;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
visibility:hidden;
position:absolute;
height:0;
top:30px; 
width:90px;
margin: 0 0 0 -2px !important;
margin: 0 0 0 -10px;
padding: 0;
}
/* another hack for IE5.5 */
* html .menu ul ul {
top:28px;
t\op:29px;
}

/* position the third level flyout menu */
.menu ul ul ul{
left:150px; 
top:0;
width:90px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
left:-150px;
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
background:black; 
color:#fff; 
height:auto; 
line-height:1em; 
padding:5px 0 5px 5px; 
width:90px;
margin:0;
/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
width:90px;
w\idth:90px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
color:#999; 
background:#fff;
}
.menu :hover > a, .menu ul ul :hover > a {
color:#999;
background:white;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
visibility:visible;
}

#centerme
{
height: auto; 
width: 720px; 
margin: 0 auto;
background:white;
display: block;
clear: both;
}


