@charset "UTF-8";
body  {
	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: #afa79f;
}
.twoColFixRtHdr  #container{
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
} 
.twoColFixRtHdr #header {
	background-color: #FFF;
} 
.twoColFixRtHdr #sidebar1 {
	overflow: hidden;
	float: right;
	width: 300px;
}
* html .twoColFixRtHdr #sidebar1 {
	display: inline;
	margin-left: -300px;
}
.twoColFixRtHdr #mainContent {
}
.twoColFixRtHdr #mainContent p {
	font-size: 80%;
	padding-right: 20px;
	padding-left: 20px;
}
*html .twoColFixRtHdr #mainContent p {
	padding-right: 300px;
}
.twoColFixRtHdr #footer {
	background-color: #afa79f;
} 
.twoColFixRtHdr #footer p {
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 16px;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	padding-bottom: 75px;
	padding-right: 50px;
	padding-left: 50px;
}
.oneColFixCtrHdr #mainContent h1 {
	font-size: 150%;
	color: #1c3564;
	padding-top: 10px;
	font-weight: normal;
}
.oneColFixCtrHdr #mainContent h2 {
	font-size: 100%;
	text-align: left;
	font-weight: normal;
	color: #1c3564;
}
.oneColFixCtrHdr #mainContent p {
	font-size: 80%;
}
.oneColFixCtrHdr #footer {
	background:#afa79f;
}
.oneColFixCtrHdr #footer p {
	font-size: 70%;
	line-height: 16px;
	padding-bottom: 10px;
	text-align: center;
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
.twoColFixLtHdr #header {
	background-color: #FFF;
} 
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	text-align: center;
	overflow: hidden;
	padding-right: 50px;
}
.twoColFixLtHdr #mainContent {
	padding-bottom: 75px;
} 
.twoColFixLtHdr #mainContent h1 {
	font-size: 150%;
	color: #1c3564;
	font-weight: normal;
	padding-top: 10px;
}
.twoColFixLtHdr #mainContent p {
	font-size: 80%;
}
.twoColFixLtHdr #footer {
	background-color: #afa79f;
} 
.twoColFixLtHdr #footer p {
	font-size: 70%;
	text-align: center;
	padding-bottom: 10px;
	line-height: 16px;
}
.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;
	padding-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	padding-right: 8px;
}
.clearfloat { /* 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;
	margin: 0px;
	padding: 0px;
}
ul {
	font-size: 80%;
	list-style-position: inside;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #1c3564;
}
a:visited {
	color: #756A63;
}
.byline {
	color: #766a63;
}
.imagectr {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
.caption {
	font-size: 45%;
	font-weight: normal;
	text-align: center;
	color: #000;
}
.quote {
	color: #1c3564;
	font-size: 125%;
	font-weight: bold;
	line-height: 16px;
}
.bold {
	color: #1c3564;
	font-size: 100%;
	font-weight: bold;
}
.imageborderbottom {
	padding-bottom: 30px;
}
.bordertext {
	margin-right: 50px;
	margin-left: 50px;
}
