@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(images/bgstripe.png);
	background-repeat: repeat;
}
.oneColFixCtrHdr #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: thin solid #888;
}
.oneColFixCtrHdr #header {
	padding: 0 10px 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 101px;
	background-color: #FFF;
	background-image: url(images/header_bg.jpg);
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
}
.oneColFixCtrHdr #container #footer {
	background-color: #DDDDDD;
	background-image: url(images/footerback.jpg);
	height: 132px;
	width: 980px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
	position: relative;
}
.oneColFixCtrHdr #container #footer .bottom{
	padding-top: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6A81A2;
}
.oneColFixCtrHdr #container #mainContent #left {
	background-image: url(images/lt_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: left;
	width: 370px;
	text-align: center;
	min-height: 400px;
}
.oneColFixCtrHdr #container #mainContent #right {
	background-image: url(images/rt_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	float: right;
	width: 610px;
	text-align: left;
	min-height: 400px;
	position: relative;
}
.oneColFixCtrHdr #container #header #menu {
	float: right;
	height: 20px;
	width: 700px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	margin-top: 16px;
}
#contentTitle {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	color: #FFF;
	font-style: italic;
}
#contentText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	float: right;
	color: #FFFFFF;
	margin: 0;
	text-align: right;
}
	#menu li {
	color: #FFF;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	}
	#menu li.active {
	color: #FFF;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	}
	#menu li a {
	color: #FFF;
	text-decoration: none;
	} 	
	#menu li a:hover {
	color: #8C9DE7;
	} 	
.oneColFixCtrHdr #container #mainContent #right #rightContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #004;
	margin: 12px;
}
.oneColFixCtrHdr #container #mainContent #left #leftContent {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #EEE;
	margin: 12px;
}