
	


/*<group=Layout>*/

#footer { /* This Is The BG Color Of The Main Div */
	color: #8b9e5f;
	background: #262e15;
}

#footer a {
	color: #bcbcbc;
	text-decoration: underline;
}

#footer a:hover {
	color: #f2f2f2;
	text-decoration: none;
}


#mainContent #sidebar {
	background: #b2cb60 url(../../images/cadreg.gif);
}

#mainContent #sidebar #sidebar_header {
	background: none no-repeat top left;
}

#pageHeader h2 { 
	color: #f4e5b8;
	letter-spacing: 0.2em;
}

#container { 
	background: #b2cb60;
}
	
/*</group>*/

/*<group=Toolbar>*/

#navcontainer a:hover {
	color: white;
	background: #51602c;
}

#navcontainer a {
	color: #272e15;
	/*height: 100%;*/
}

#navcontainer #current {
	color: white;
	text-decoration: none;
	background: inherit;
}
	
/*</group>*/


/*<group=Global Classes>*/

h1 {
	color: #5a692c;
	margin: 0px 0px 0.8em;
	font-size: 2.2em;
	line-height: 1em;
}

h2 {
	color: #f9dfc4;
	margin: 0px;
	font-weight: normal;
	font-style: italic;
}

h3 {
	color: #ffffff;
	margin: 0px;
	line-height: 2em;
	text-align: left;
	font-size: 1.2em;
}

h4 {
	color: #272e15;
	margin: 0px;
	text-align: left;
	font-size: 1.1em;
	line-height: normal;
}


	
/*</group>*/

