@charset "utf-8";
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

body {

	font: 100% Verdana, Arial, Helvetica, sans-serifheight: autobackground-color: #FFFFFFpadding-right: 20pxpadding-bottom: 0padding-top: 0padding-left: 20pxposition: relative;
	background: #666666; /* 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;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
.textquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #0033CC;
	text-align: center;
}

.oneColFixCtrHdr #container {
	width: 900px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: "Trajan Pro";
	font-size: 36px;
	color: #FFFFFF;

}
.oneColFixCtrHdr #subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35%;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	display: inline;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFF;
	height: auto;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidebar  {
	float: left;
	width: 200px;
	padding-top: 20px;
	padding-bottom: 15px;
	background-color: #FFC;
	padding-right: 10px;
	padding-left: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-attachment: fixed;
}
.clearfloat {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}

#mainContent {
	padding-left: 0px;
	margin-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
}


#navigation {
	width: 900px;
	height: 17px;
}


.oneColFixCtrHdr #footer {
	padding: 0 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #0D161D;
	font-style: normal;
	font-weight: normal;
}
.textheadersub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #336666;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #0D161D;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#content {
	padding-left: 0px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 10px;
}
#mainContentSide {
	padding-left: 0px;
	margin-left: 250px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
}
#mainContent  p {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 10px;
}
.textmainheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bolder;
	color: #000;
}
.textbody {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}
