/* generated by csscreator.com */ 
html, 
body
{ 
margin:0; 
padding:0; 
text-align:center; 
background-color:#666666; /*this is the charcoal background colour surrounding the web page*/
font-size:90%;
margin-top:2px;
} 

#wrapper
{ 
width:793px; 
text-align:left;  
margin-left:auto; 
margin-right:auto;  
} 
 
#banner
{
position:relative; 
height:150px; 
width:793px;
background-color:white; 
background-image:url(../images/banner2.gif);
background-repeat:repeat-y
}
 
#content
{
background-image:url(../images/contentbg.gif);
}
 
#colone
{
width:25px; 
float:left; 
position:relative; 
background:transparent;
}
 
#coltwo
{
float:left; 
position:relative; 
height:100%;
width:15px; 
}

#colthree 
{
width:175px; 
height:100%;
float:left; 
position:relative; 
font-family:Verdana, Arial, Helvetica, sans-serif;
}



.arrowlistmenu
{
width: 175px; /*width of accordion menu*/
list-style-type: none;
}

.arrowlistmenu .menuheader
{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
background: #693400 url('titlebar.png') repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
/*header text is indented 10px*/
cursor:pointer;
list-style-type: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:14px; font-family:Arial; padding-left:10px; padding-right:0; padding-top:4px; padding-bottom:4px
}

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

.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*/
list-style-type: none;
}

.arrowlistmenu ul li .opensubheader
{ /*Open state CSS for sub menu header*/
background: lightblue !important;
list-style-type: none;
}

.arrowlistmenu ul li .closedsubheader
{ /*Closed state CSS for sub menu header*/
background: lightblue !important;
list-style-type: none;
}

.arrowlistmenu ul li a
{
color: black;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
list-style-type: none;
}

.arrowlistmenu ul li a:visited
{
color: black;
list-style-type: none;
}

.arrowlistmenu ul li a:hover
{ /*hover state CSS*/
background-color: #F3F3F3;
list-style-type: none;
}

.arrowlistmenu ul li a.subexpandable:hover
{ /*hover state CSS for sub menu header*/
background: lightblue;
list-style-type: none;
}


#colfour
{
width:568px; 
margin-left:0px;
height:100%;
float:right; 
position:relative; 
padding: 5px 5px 0px 5px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

img.right
{
float: right;  /*place the image to the right of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/

}

img.left
{
float: left;  /*place the image to the left of the paragraph*/
border: 1px solid #000000;  /*add a black border to all 4 sides*/
margin: 5px 12px 1px 5px;  /*set the margins for the image and keeps it away from the text*/
}




 
#footer
{
clear:both;
background-color:#588500;
color:#000000;
height:20px;
text-align:right;
padding:5px;
font-size:80%;
}

div#footer a
{
color:#ffffcc;
}

div#footer a:hover
{
background-color:#693400; 
}