@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background-color: #FBFAEB;
	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: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#outterWrapper {
	text-align:left;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	
}
#header {
	background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	background-position: top;
}
#outterWrapper #header #headerBar {
	float: right;
	padding-top: 70px;
	padding-right: 50px;
	padding-bottom:10px;
}
#outterWrapper #content #pageBody #leftCol #mainMenu .hdrText {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	color: #6A2B00;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#header .headerbar a, a:link, a:visited, a:active {
	color: #fbfaeb;
}
.navBar {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	width:780px;
	padding-left:10px;
	
}
#outterWrapper #content_wrapper {
	background-image: url(images/content_bg.png);
	background-repeat: repeat-y;
	padding-top:0px;
	margin-top:0px;
}
#content {
	padding-left:20px;
	padding-right:20px;
	width: 750px;
	background-position: top;
}
#footer {
	width: 100%;
	padding-top:20px;
	line-height:1.5;
	background-position: top;
	background-image: url(images/footer_bg.png);
	background-repeat: no-repeat;
	height: 104px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#outterWrapper #footer #footer_content {
	text-align:left; 
	float:left; 
	padding-left:10px; 
	padding-top:5px; 
	font-weight:bold;
}
#outterWrapper #footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
}
#outterWrapper #content_wrapper #content table td {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

