@charset "utf-8";

@import url("navigation.css");

body  {
	background-color: #fcf9bd;
}
#container { 
	/* total width: 775px; */
	width: 759px;
	background: #FFF url(../_images/templateBG.gif) left top repeat-y;
	margin: 0 auto;
	padding: 0 8px 0 8px;
	overflow: hidden;
} 
#header { 
	width: 759px;
	height: 132px;
	background: url(../_images/templateHeader.jpg) left top no-repeat;
	overflow: hidden;
}
#sidebar1 {
	float: left;
	width: 182px;
	padding: 20px 10px 15px 8px;
}
#mainContent { 
	margin: 0 0 0 200px;
	padding: 5px 20px 20px 13px;
	background: url(../_images/pageTitleBG.jpg) top left no-repeat;
} 
.whiteBoxes .b2, .whiteBoxes .b1 { background-color: #FFF; }

/* to change the button width, add a class to the anchor tag, and add a width for it and b1, b2, b3, where the b# is original width - (# * 2)  */
.whiteBoxes a, .whiteBoxes a:link {
	display: block;
	padding: 0px;
	width: 203px;
	margin: 0 auto;
	border-left: 1px solid #9d9c99; 
	border-right: 1px solid #9d9c99;
	text-decoration: none;
	color: #000;
	font-size: 0.9em;
	font-weight: bold;
	background-color: #FFF;
}
.whiteBoxes a:visited {
	color: #000;
}
.whiteBoxes a:hover {
	background-color: #f0efde;
	color: #000;
}
.whiteBoxes a:hover .b2, .whiteBoxes a:hover .b1 { background-color: #f0efde; }
.whiteBoxes a div { text-align: center; padding: 0px 8px; }
	
#footer {
	text-align: center;
	padding: 2px 0px 2px 0px;
	background-color: #FFF;
	overflow: hidden;
	border-top: 1px solid #6cbe63;
}
#footer a:link {
	color: #474747;
}
#footer a:visited {
	color: #474747;
}
#footer a:hover {
	color: #942723;
}
#borderBtm {
	background: url(../_images/pageBtm.gif) left top no-repeat;
	width: 775px;
	height: 8px;
	overflow: hidden;
	margin: 0px auto;
}
