@charset "UTF-8";
#contentbg {
	width: 828px; 
	background-position: top center;
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	padding: 0;
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#container {
	width: 800px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {

	padding: 0px;
}
#header #searchbar {
	background-image: url(../images/searchbarbg.gif);
	height: 26px;
	color: #FFFFFF;
	border: 0px solid #000000;
	padding: 7px;
	text-align: right;
}

#header #searchbar a.home {
	float: left;
	border: 0px solid #000000;
	color: #FFFFFF;
	padding: 4px;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}


#header #mainimage {
	height: 177px;
	border: 0px solid #000000;
	padding: 0;
}
#header #mainimagesm {
	height: 92px;
	border: 0px solid #000000;
	padding: 0;
}


#nav {
	padding: 12px 0 12px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 25px;
	color: #FFFFFF;
	font-size: 12px;
	margin-bottom:.6em;
	text-align: center;
	border: solid #000000 0px;
	
}



#mainContent {
	width: 790px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 1px 10px 10px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #000000 0px;
}

#rightContent {
	width: 595px; 
	border: solid #000000 0px; 
	margin: 0 0 0 190px;  
	padding: 0px 0 0 0;
}

#rightContentFullPage {
	width: 770px; 
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px 10px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border: solid #000000 0px;
}

#footer {
	width: 828px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#footer #footercontent {
	width: 800px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */	
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

