/* BEGIN BODY CSS */

/*this div contains the navigation and the content divs */
#bodywrapper{
    float: left;
    width: 779px;
    height: auto;
    background-image: url(/includes4/images/background.gif);
    background-repeat: repeat-y;
    border-right: 1px solid #000000;
    padding-bottom: 16px;


}
/*this div contains the navigation */
#navigation{
    float: left;
    top: 100px;
    width: 156px;
    height: 100%;
    color: #FFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	padding-bottom: 16px;
}

/* Menu Styles */
/*Main Menu Control-See the template for how to use this.*/
#active_menu   { 
	color: white; 
	font-weight: bold; 
	background-position: 0 -60px
}

a#active_menu:hover   { 
 	color: white; background-position: 0 -60px 
}

/*Parent Navigation-For first level menu items*/

.mainlevel  { 
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/includes4/images/menu_bg.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	text-transform: capitalize;
	display: block;
	padding: 5px 2px 5px 7px;
	width: 147px;
	overflow: visible;
	vertical-align: middle 
}
	
a.mainlevel:link

a.mainlevel:visited  { 
	color: white;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	display: block;
	float: none;
	vertical-align: middle
}

a.mainlevel:hover  { 
	color: white;
	text-decoration: none; 
	background-position: 0 -60px; 
}

/*Child Navigation-Indents the selection and adds a bullet*/

.sublevel   {
	color: white;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	background-image: url(/includes4/images/menu_bg2.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-align: left;
	display: block;
	padding: 3px 1px 3px 28px;
	width: 127px;
	vertical-align: middle;
}

.sublevel a:link {

}

.sublevel a:visited { 
	color: white;
}
	
a.sublevel:hover  { 
	color: white;
	text-decoration: none; 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0 -60px
}

/* End of new code added August 4th, 2005: New code from Matts css for rollover left nav bar*/

/*this div contains the content */
#contentarea{
    float: right;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    line-height: 15px;
    display: inline;
    width: 590px;
    background-color: white;
    margin: 10px 5px 10px 0px;
}
/* END BODY CSS */

