@charset "UTF-8";
.yellowbox/* CSS Document */

 {
	font: 1em/1.7em Georgia, "Times New Roman", Times, serif;
	background: #F0F2C3;
	margin: 0px 10px;
	padding: 10px;
	color: #333333;
}
body {
	font: 1em Georgia, "Times New Roman", Times, serif;
	background-color: #E5E7C7;
	margin: 0;
	padding: 0;
	color: #000;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 
	padding-right: 15px;
	padding-left: 15px; 
}
a img { 
	border: none;
}

a:link {
	color: #42413C;
	text-decoration: underline; 
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
}

.container {
	width: 890px;
	margin: 0 auto;
	background: #FFFFFF url(../graphicElements/ContentBackground.jpg) repeat;
	border-top: 10px solid #999933;
	border-right: 10px solid #999933;
	border-bottom: 10px solid #999933;
	border-left: 10px solid #999933;
}

.header {
	background: #CCC49F url(../NewGraphics/TitleBanner_Home.jpg) no-repeat;
	height: 165px;
	padding-left: 20px;
}
.menubox {
	background: #999933;
	height: 40px;
	border-right: px solid #999933;
	border-left: 10px solid #999933;
	border-bottom: none;
	border-top: 20px none #999933;
}



.sidebar1 {
	float: left;
	width: 400px;
	padding-bottom: 10px;
	border-left: 10px solid #999933;
	background: #FFFFFF;
}
.content {
	padding: 10px 10;
	width: 468px;
	float: left;
	background: #FFFFFF;
}

/* ~~ The footer ~~ */
.footer {
	padding: 10px 0;
	background-color: #999933;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.fltrt {  
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fullWidthBox {
	width: 850px;
	background: #CCCC99;
	border-left: 10px solid #999933;
	padding-left: 30px;
}
.titleBox {
	width: 870px;
	text-align: center;
	float: right;
	border-left: 10px solid #CCCC99;
}
.centerTitle {
	width: auto;
	height: 45px;
	padding-top: 10px;
}
