html, body {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, Verdana, San-serif;
	font-size: 12px;
	color: #666666;
	background-image: url('../images/backgrounds/background.jpg');
	text-align:justify;
}

.hidden {
	display: none;
}

h1 {
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 57px;
	padding-right: 31px;
}

#page-container {
	width: 995px;
	margin: auto;
}

/* Main Navigation */

#main-nav { height: 50px; }
#main-nav dl { margin: 0; padding: 0px;}

/* IE5 Mac Hack \*/
#main-nav { padding-left: 11px; }
/*/
#main-nav {padding-left: 11px; overflow: hidden; }
/* End Hack */ 

#main-nav dt { float:left; }

#main-nav dt a {
	display: block;
	height: 0px !important;
	height /**/:50px; /* IS5/Win hack */
	padding: 50px 0 0 0;
	overflow: hidden;
	background-repeat: no-repeat;
}

#main-nav dt a:hover {
	background-position: 0 -50px;
}

#main-nav dt a:active {
	background-position: 0 -100px;
}

.head a {
	color: #333399;
	text-decoration: none;
}

.head a:hover {
	color: #db6d16;
}

#sidebar-a {
	float: right;
	width: 280px;
	line-height: 18px;
}

#sidebar-a .padding {
	padding: 25px;
}

#sidebar-a a {
	color: #666666;
	text-decoration: none;
}

#sidebar-a a:hover {
	color: #3fb515;
}

#sidebar-b {
	float: left;
	width: 280px;
	line-height: 18px;
}

#sidebar-b .padding {
	padding: 25px;
}

#sidebar-b a {
	color: #666666;
	text-decoration: none;
}

#sidebar-b a:hover {
	color: #0272b0;
}

#content {
	margin-right: 280px;
	line-height: 18px;
}

#content .padding {
	padding: 25px;
}
	
#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content a {
	color: #666666;
	text-decoration: none;
}

#content a:hover {
	color: #db6d16;
}

#content_b {
	margin-left: 280px;
	line-height: 18px;
}

#content_b .padding {
	padding: 25px;
}

#content h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content_b p {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
}

#content_b a {
	color: #0272B0;
	text-decoration: none;
}

#content_b a:hover {
	color: #008000;
}

#content_b a:visited {
	color: #660066;
}

#footer {
	clear: both;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
	font-size: 11px;
	color: #c9c9c9;
	padding: 13px 25px;
	line-height: 18px;
}

#footer #altnav {
	width: 350px;
	float: right;
	text-align: right;
}

#footer a {
	color: #C9C9C9;
	text-decoration: none;
}

#footer a:hover {
	color: #ffcc00;
}

<style type="text/css" media="all">@import "../css/master.css";</style>
	
	<style media="all" type="text/css">@import "../menu_style.css";</style>
	<!--[if lt IE 7]>
		<link rel="stylesheet" type="text/css" href="/include/ie6.css" media="screen"/>
	<![endif]-->
	
<script type="text/javascript" src="../js/ddaccordion.js">

/***********************************************
* Accordion Content script- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Visit http://www.dynamicDrive.com for hundreds of DHTML scripts
* This notice must stay intact for legal use
***********************************************/

</script>


<script type="text/javascript">


ddaccordion.init({
	headerclass: "expandable", //Shared CSS class name of headers group that are expandable
	contentclass: "categoryitems", //Shared CSS class name of contents group
	revealtype: "click", //Reveal content when user clicks or onmouseover the header? Valid value: "click", "clickgo", or "mouseover"
	mouseoverdelay: 200, //if revealtype="mouseover", set delay in milliseconds before header expands onMouseover
	collapseprev: true, //Collapse previous content (so only one open at any time)? true/false 
	defaultexpanded: [index1], //index of content(s) open by default [index1, index2, etc]. [] denotes no content
	onemustopen: false, //Specify whether at least one header should be open always (so never all headers closed)
	animatedefault: false, //Should contents open by default be animated into view?
	persiststate: true, //persist state of opened contents within browser session?
	toggleclass: ["", "openheader"], //Two CSS classes to be applied to the header when it's collapsed and expanded, respectively ["class1", "class2"]
	togglehtml: ["prefix", "", ""], //Additional HTML added to the header when it's collapsed and expanded, respectively  ["position", "html1", "html2"] (see docs)
	animatespeed: "fast", //speed of animation: integer in milliseconds (ie: 200), or keywords "fast", "normal", or "slow"
	oninit:function(headers, expandedindices){ //custom code to run when headers have initalized
		//do nothing
	},
	onopenclose:function(header, index, state, isuseractivated){ //custom code to run whenever a header is opened or closed
		//do nothing
	}
})


</script>

<style type="text/css">

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

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 16px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
color: #3fb515;
background: white url() repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: none;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

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

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

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

.arrowlistmenu ul li a{
color: #3fb515;
background: url(../images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
padding-top: 7px;
padding-bottom: 7px;
text-decoration: none;
text-align: left;
font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
border-bottom: 1px #C0C0C0 dashed;

}

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

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


.title {
font: 16px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
color: #666666;
padding: 2px 0;
padding-left: 5px; /*link text is indented 19px*/
text-decoration: none;
background-color: #F3F3F3;
border-bottom: 2px #3FB515 solid;
height: 25px;
}

.subtitle {
font: 14px "Futura Medium", "Myriad Pro", "Gill Sans", Helvetica, Verdana, Arial, sans-serif;
font-weight: 500;
color: #3fb515;
padding: 2px 0;
padding-left: 0px; /*link text is indented 19px*/
padding-top: 20px;
text-decoration: none;
background-color: #FFFFFF;
border-bottom: 1px #C0C0C0 dashed;
height: 25px;
}

</style>

<style type="text/css">
<!--
@import url("../css/style.css");
-->
</style>