body {
	font: 0.8em/1.35em Helvetica, Arial, sans-serif;
	color: #3F2D24;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #F5F5F5;
	//background: repeat url(images/body_bg.gif) 0px -3px; //
    
	Overflow-x: hidden;
	Overflow-y: hidden;
	Overflow: auto;
	Overflow: -moz-scrollbars-vertical;
	
   
      
}


small {
  font-size: 0.75em;
  line-height: 1.3em;
}


#sidebar {
  font-size: 0.75em;
  line-height: 1.3em;
  color: #3F2D24;
  text-align: justify;
  padding: 0px 0px 10px 0px;
  text-align: left;
}

#sidebar a:link, #sidebar a:visited {
	text-decoration: underline;
	color: #61BB46;
}

#sidebar a:active {
	text-decoration: underline;
	color: #61BB46;
}

#sidebar a:hover {
	text-decoration: underline;
	color: #000000;
}


p {
}

b, strong {

}

a:link, a:visited {
	text-decoration: underline;
	color: #414245;
}

a:active {
	text-decoration: underline;
	color: #999999;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}


#mainContent {
  text-align: left;
  padding: 15px 0px 10px 0px;
}

.justify {
  text-align: justify;
}


#top_grad {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	height: 228px;
	//background: repeat-x url(images/top_grad.gif);//
}



#container {
	width: 856px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	background-image: url(images/content_bg_1.jpg);
	background-repeat: repeat-y;
	border-right: inherit;
	background-position: right 4px;
	left: 30px;
	top: -19px;


}




#pageHeader{
	height: 179px;
	position: relative;
	background: no-repeat url(images/header_bg.jpg);
	color: #F5F5F5;
	padding: 0px 0px 0px 40px;
	background-image: url(images/header_bg.jpg);

}



#pageHeaderGm{
	height: 100px;
	position: relative;
	background: no-repeat url(images/header_gm_bg.jpg);
	color: #F5F5F5;
	padding: 0px 0px 0px 40px;
	background-image: url(images/header_gm_bg.jpg);

}

#pageHeaderhome {
	height: 179px;
	position: relative;
	background: no-repeat url(images/header_cb_bg.jpg);
	color: #F5F5F5;
	padding: 0px 0px 0px 40px;
	background-image: url(images/header_cb_bg.jpg);
	top: 0px;
	left: 0px;



}



#navcontainer {
	height: 49px;
	position: relative;
	z-index: 99;
	background: url(images/menu_bg.jpg);
}

#navcontainer #current {
	padding-top: 17px;
	background: no-repeat url(images/button_over.jpg) left bottom;
	color: #334766;
}

#navcontainer ul {
	list-style: none;
	margin: 0px 0px 0px 40px;
	padding: 0px 40px 0px 40px;
	float: right;
}

#navcontainer li {
	position: relative;
	width: 102px;
	display: inline;
	float: left;
	background: no-repeat right bottom url(images/menu_divider.gif);
}

#navcontainer a {
	display: block;
	padding-top: 17px;
	color: #B5D0D8;
	text-decoration: none;
	text-align: center;
	height: 32px;
	font-size: 1.0em;
	font-weight: bold;
}

#navcontainer .currentAncestor {
	background: no-repeat url(images/button_over.jpg) left bottom;
	color: #334766;
}


#navcontainer a:hover {
	background: no-repeat url(images/button_over2.jpg) left bottom;
	color: #334766;
}



#contentContainer {
	margin-right: 20px;
	margin-left: 40px;

}

#contentContainer #content {
	padding: 0px;
}



#footer {
	width: 856px;
	height: 75px;
	color: #B5D0D8;
	text-align: right;
	background: no-repeat right bottom url(images/footer_bg.jpg);
}

#footer #footerContainer {
  padding-right: 60px;
}

#footer a:link, #footer a:visited {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	margin-left: 5px;
  text-decoration: underline;
	color: #B5D0D8;
	background: no-repeat left bottom url(images/footer_divider.gif);
}

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

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


.clearer {
	clear: both;
}
