@charset "utf-8";
body {
	background-image: url(images/body-bag.jpg);
	background-color: #648e52;
	margin: 0px;
	padding: 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	text-align: center;
	display:block;
}
.container {
	width: 879px;
	background-color: #FFFFFF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 25px;
	text-align: left;
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	position:relative;
}
.content {
	padding: 31px;
}

.footer {
	color:#FFFFFF;
	width: 879px;
	padding-right: 60px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-bottom: 25px;
	text-align: right;
}


/* MENU */

#glowingtabs{
	float:left;
	width:100%;
	font-size:90%;
	line-height:normal;
	border-bottom: 0px solid #7e9fff; /*Add border strip to bottom of menu*/
	margin-left: 14px;
		margin-right: 14px;
		margin-top: 4px;
}
#header {
	padding-bottom: 35px;
}




#glowingtabs ul{
	list-style-type: none;
	margin:0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}



#glowingtabs li{
display:inline;
margin:0;
padding:0;
}



#glowingtabs a {
	float:left;
	background:url(images/glowtab-left.gif) no-repeat left top;
	margin-right: 0px;
	text-decoration:none;
	color: #6e8962;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 27px;
}


#glowingtabs a span {
	float:left;
	display:block;
	background:url(images/glowtab.gif) no-repeat right top;
	font-weight:normal;
	color:#555555;
	padding-top: 7px;
	padding-right: 28px;
	padding-bottom: 4px;
	padding-left: 3px;
	color: #6e8962;
	font-weight: bold;	
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
#glowingtabs a span {float:none;}
/* End IE5-Mac hack */



#glowingtabs a:hover span, #active_menu  {
	color: #FFFFFF;
}



#glowingtabs a#active_menu { /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.container #glowingtabs .menu-top .menu-current span { /*Selected Tab style*/
background-position:100% -82px;
color:#FFFFFF;
}

.container #glowingtabs .menu-top .menu-current a { /*Selected Tab style*/
background-position:0 -82px;
}




#glowingtabs a#active_menu span{ /*Selected Tab style*/
	background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
	color: #FFFFFF;
}


#glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}


#glowingtabs a:hover span { /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}



/* MENU SLUT */

a {
	text-decoration: none;
	color: #648e52;
	}
	
li {
list-style: none;
}
ul {
  margin: 0px;
  padding: 0px;
  }
  
  
    h1 {
	font-size: 22px;
	color: #648e52;
	}
	  h2 {
	font-size: 18px;
	color: #648e52;
	}
	  h3, h4, h5, h6 {
	font-size: 14px;
	color: #648e52;
	}
	p {
	font-size: 12px;
	}
	
		.style1 {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #648e52;
	margin: 0px;
}
.style2 {color: #648e52}