@charset "UTF-8";
.twoColFixLtHdr #container .submenu {
	height: 50px;
	width: 900px;
}
.twoColFixLtHdr #container .submenu {
	height: 50px;
	width: 900px;
}
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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: fixed;
	background-color: #D5E5F5;
	background-image: url(mavenbkgd.png);
	background-position: center top;
	background-repeat: no-repeat;
	line-height: 120%;
}
.twoColFixLtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: absolute;
	top: 153px;
	left: 50%;
	margin-left: -450px;
	z-index: 5;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 125px;
	margin-left: -450px;
	left: 50%;
} 
.twoColFixLtHdr #header h1 {
	position: absolute;
	width: 40px;
}
.twoColFixLtHdr #photo {
	background: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 8px;
	height: 410px;
	width: 410px;
	background-repeat: no-repeat;
	margin-top: 0px;
}
.twoColFixLtHdr #mainContent {
	padding: 10px 20px;
	margin-left: 410px;
	margin-top: 0px;
	line-height: 20px;
	font: 12px;
} 
.twoColFixLtHdr #footer {
	padding: 0 0px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#D5E5F5;
	height: 50px;
	color: #333333;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.submenu { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.style1 {
	font-size: 85%
}
#mavenheader2 {
	position: absolute;
	height: 152px;
	width: 490px;
	left: 410px;
}
#header {
	position: absolute;
	height: 152px;
	width: 900px;
	top: 0px;
	left: 50%;
	margin-left: 450px;
	z-index: 10;
}
#navigation {
	position: absolute;
	height: 30px;
	width: 900px;
	top: 125px;
	left: 50%;
	background-color: #FFFFFF;
	margin-left: -450px;
	z-index: 20;
}
#contentbar {
	position: absolute;
	height: 50px;
	width: 490px;
	left: 694px;
	top: 225px;
	background-color: #B6C51C;
}
#header_bar {
	position: absolute;
	height: 50px;
	width: 490px;
}
#content_header {
	position: absolute;
	height: 50px;
	width: 900px;
}
.twoColFixLtHdr #container_subhead {
	height: 8px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #C2CD23;
}
.style2 {
	color: #666666;
	font-weight: bold;
	font-size: 115%;
}
.style3 {
	font-size: 125%;
	font-weight: bold;
	color: #666666;
}
.style4 {font-size: 80%}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
}
.style7 {color: #666666}
.style9 {
	color: #333333;
	font-size: 12px;
}
.style11 {font-size: 11px}
.style12 {
	font-size: 14px
}

