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

p {

font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
color:#000;
margin:7px 0 8px 0;

}

h2 {

font-family:"Lucida Sans","Lucida Grande",Garuda,sans-serif;
font-size:19px;
font-weight: bold;
color:#004812;
margin:3px 0 3px 0;

}



#container {
	position:absolute;
		left: 50%;
	margin-left: -450px;
	
	width:900px;
	height:696px;
}


#logo {
	position:absolute;
	top:0px;
	width:897px;
	height:252px;
}

#menu {
	position:absolute;
	padding-left: 20px;
	top:252px;
	width:212px;
	height:522px;
	background-color:#004812;
}

#content {
	position:absolute;
	left:232px;
	top:252px;
	padding:45px 55px 45px 45px;
	width:565px;
	height:442px;
	background:url(images/bg.png) no-repeat left top;
	background-color:#004812;
	}

#content2 {
	overflow:auto;
	top: auto;
	left: 0px;
	height:418px;
	width:561px;
}


#footer {
	position:absolute;
	top:774px;
	width:897px;
	height:21px;
	background: url(images/footer.gif) left;
}



.arrowlistmenu{
width: 198px; /*width of accordion menu*/
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: white;
text-transform: uppercase;
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar-active.png);
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-top: 1px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #004812;
margin-left: 2px;
margin-right: 2px;
background: url(arrowbullet.png) no-repeat center left ; /*custom bullet list image*/
display: block;
padding: 5px 0 5px 0;
padding-left: 24px; /*link text is indented 19px*/
font: bold 10px Arial;
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 75%;
background-color: #FFFFFF;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #c19830;
background-color: #F3F3F3;
}

.ulli {
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:12px;
color:#000;
}

.ulli a {

color:#003300;

}
