/* structure and general styles for site, if you don't want to change the layout only edit the other style sheet */

html {height:100%;}

body {

 	background: #CCCABB;
	margin: 0;
	height:100%;
}

/* header */


#header 
{
 background-color: #77933d;
 width: 900px;
 float: left;
 padding: 10px;
 border: 1px solid #ccc;
 border-bottom: 0;
 margin: 8px 0px 0px 0px;	
 text-decoration: none;
}

#header img {
	border-style:none;	
}

#header h1 
{
	font-size: 2.6em;
	margin: 0;
	padding: 0;
	color: #fff;
}

#header a {
	border-style:none;	
   text-decoration: none;
   	color: #fff;
}



/* Page Wrapper */

#wrapper { 
 margin: 0 auto;
 width: 922px;

 z-index:0; top:0; left:0; height:100%; 

}

/* right column */

#leftcolumn { 
 float: left;
 color: #333;
 margin: 10px 15px 5px 0px;
 padding: 10px;
 width: 196px;
 display: inline;
}

#leftcolumn h2 {
	color: #333300;
	font-size: 1.2em;
	line-height: 25px;
	margin: 0;
	padding: 5px 0 0 0;
	display: block;
}


#leftcolumn h2 a {
	color: #333300;
	text-decoration: none;
	display: block;
	padding: 4px 0 0px 8px;
}  


#leftcolumn h2 a:hover {
	background-color: #ccc;
	color: #654;
}  



#leftcolumn ul {
	padding: 0;
	margin: 0 0 9px 0;
	
	border-top: 1px solid #ccc;
}
#leftcolumn li {
	border-bottom: 1px solid #ccc; list-style: none; margin: 0; padding: 0;
	}
#leftcolumn li a {
	font-size: 1.1em;
	color: #333300;
	display: block;
	padding: 8px 0 4px 10px;
	text-decoration: none;
	width: 186px;
	
}
#leftcolumn li a:hover {
	background-color: #ccc;
	color: #654;
	width: 186px;	
}

/* left column */

#rightcolumn  
{

	font-size: 1.2em;
 float: right; 
 color: #333;
 margin-right: 0;
 padding: 20px;

 padding-top:20px;
 width: 651px;
}


#heightspacer {
min-height:400px;
}


/* footer */
#footer { 
 width: 923px;
 height: 14px;
 font-size:2px;
 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: transparent url(img/nav.jpg) left top repeat-x;
	border-right: 1px solid #D8EBD8;
	color: #333300;
	display: block;
	float: left;
	font: bold 1.1em sans-serif;
	line-height: 41px;
	padding: 0 18px;
	text-decoration: none;
}
.navigation a:hover {
background: transparent url(img/nav.jpg) left bottom; 
color: #333300;
}


.selectedMenuItem {
	background-color:#ccb;

}

/* main content wrapper (background image ensures columns are equal */

#maincontent {
width:100%;
background: transparent url(img/main.gif) left top repeat-y;
float: right;
margin-bottom: 5px;
}


/* footer */

/* footer */
#footer {
	background: url(img/bgfooter.gif) repeat-x;
	background-position: bottom;
	color: #FFF;
	font: bold 1em sans-serif;
	line-height: 34px;
	text-align: center;
}
#footer a,.footer a:hover {color: #FFF;}

/* font styles and general content stlyes */


