/* structure and general styles for site, if you don't want to change the layout only edit the other style sheet */

body {
 	background: #7E984D url('img/bg.jpg') repeat-x left bottom;
	margin: 0
}

/* header */

#header 
{
	border-left:1px solid #ccc; border-right:1px solid #ccc; border-top:1px solid #ccc; background-color: #77933d;
 width: 900px;
 float: left;
 padding: 10px;
 border-bottom: 0px none;
 margin-left:0px; margin-right:0px; margin-top:5px; margin-bottom:0px	
}

#header h1 
{
	font-size: 3.2em;
	margin: 0;
	padding: 0;
	line-height: 60px;
	color: #fff;
}
#header h2
{
	font-size: 1.6em;
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
}
/* Page Wrapper */

#wrapper { 
 margin: 0 auto;
 width: 922px;

}

/* right column */

#rightcolumn { 
 float: right;
 color: #333;
 margin: 0px 0px 5px 0px;
 padding: 10px;
 width: 196px;
}

#rightcolumn h2 {
	color: #333300;
	font-size: 1.2em;
	line-height: 30px;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}
#rightcolumn ul {
	padding: 0;
	margin: 0 0 9px 0;
	
	border-top: 1px solid #ccc;
}
#rightcolumn li {border-bottom: 1px solid #ccc; list-style: none; margin: 0; padding: 0;}
#rightcolumn li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 8px 10px;
	text-decoration: none;
	width: 186px;
	
}
#rightcolumn li a:hover {
	background-color: #ccc;
	color: #654;
	width: 186px;	
}

/* left column */

#leftcolumn  
{
	font-size: 1.2em;
 float: left; 
 color: #333;
 margin-right: 0;
 padding: 10px;
 width: 679px;
 display: inline;
 margin-right: 5px;
}


/* footer */

#footer { 
 width: 923px;
 clear: both;
 color: #333;	
 background: #BD9C8C;
 margin: 0px 0px 30px 0px;
}


/* top navigation */
.navigation {	
	background: #D9E1E5 url('img/nav.jpg');
	border: 1px solid #D8EBD8;
	height: 41px;
	clear: both;
	margin-bottom: 5px
}
.navigation a {
	background: url('img/nav.jpg') repeat-x left top;
	border-right: 1px solid #D8EBD8;
	color: #333300;
	display: block;
	float: left;
	line-height: 41px;
	text-decoration: none; font-style:normal; font-variant:normal; font-weight:bold; font-size:1.1em; font-family:sans-serif; padding-left:18px; padding-right:18px; padding-top:0; padding-bottom:0
}
.navigation a:hover {
background: url('img/nav.jpg') left bottom; 
color: #333300
}

/* main content wrapper (background image ensures columns are equal */

#maincontent {
background: url('img/main.gif') repeat-y left top;
float: left;
margin-bottom: 5px
}


/* footer */

/* footer */
#footer {
	background: url('img/bgfooter.gif') repeat-x 0% 50%;
	color: #FFF;
	line-height: 34px;
	text-align: center; font-style:normal; font-variant:normal; font-weight:bold; font-size:1em; font-family:sans-serif
}
#footer a, .footer a:hover {color: #FFF;}

/* font styles and general content stlyes */