@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background-image: url(images/brown_dottedbg.gif);
	background-position: top;
	background-repeat: repeat-x;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.oneColElsCtr #container {
	width: 1000px;
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 725px;
	float: right;
}
.oneColElsCtr #mainContentx {
	font-size: 11px;
	}
.oneColElsCtr #leftMenu {
	float: left;
	width: 250px;
	padding-left: 0px;
	}
.oneColElsCtr #leftMenu li {
	font-size: 12px;
	line-height: 15px;
	list-style: none;
/*	border-top: 1px solid #EBEBEB;*/
	border-bottom: 1px solid #EBEBEB;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 10px 0px;
	}
.oneColElsCtr #leftMenu a {
	color: #996600;
	text-decoration: none;
}
.oneColElsCtr #leftMenu a:hover {
	font-weight: bold;
}
.oneColElsCtr #leftMenu h1{
	font-size: 16px;
	color: #403426;
}
.oneColElsCtr #leftMenu h2{
	font-size: 12px;
	color: #403426;
}
	
.oneColElsCtr #mainContent p{
	font-size: 12px;
	color: #403426;
	line-height: 18px;
}
.oneColElsCtr #mainContent h1{
	font-size: 16px;
	color: #403426;
}
.oneColElsCtr #mainContent h2{
	font-size: 12px;
	color: #403426;
}
.oneColElsCtr #mainContent li{
	font-size: 11px;
	color: #403426;
	margin-left: 100px;
}
.oneColElsCtr #mainContent img{
	float: left;
	padding-right: 12px;
	padding-botom: 12px;
}
.oneColElsCtr #footer {
	clear: both;
	height: 100%;
	background-image:url(images/footerbg.gif);
	position: relative;
	}
.oneColElsCtr #footermenu {
	clear: both;
	height: 17px;
	padding: 12px;
	position: relative;
	font-size: 10px;
	
	}
	
.oneColElsCtr #footermenu a {
	color: #996600;
	text-decoration: none;
}
.oneColElsCtr #footermenu a:hover {
	font-weight: bold;
}	

.oneColElsCtr #mainContent a {
	color: #996600;
	}
.oneColElsCtr #mainContent a:hover {
	font-weight: bold;
	}
.oneColElsCtr #mainContent a:visited {
	color: #CC9900;
	}

	








