@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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #2E3094;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixLtHdr #container {
	width: 789px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #2E3094;
	text-align: left;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header {
	background-color: #C33B3F;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2E3094;
	padding: 0px;
	right: 5px;
	width: 789px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: #FFFF99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: bold;
	color: #2E3094;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	vertical-align: top;
	list-style-position: inside;
	left: 175px;
	top: 0px;
}
.twoColFixLtHdr #mainContent {
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 230px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	padding-top: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #000000;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #2E3094;
}
.twoColFixLtHdr #footer {
	background-color: #2E3094;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 0;
	padding-left: 2px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
} 
.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 */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 12pt;
	font-style: normal;
	background-color: #2E3094;
}
.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;
}
.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;
}
#photofeature {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 10px;
	font-weight: normal;
	color: #000000;
	float: left;
	vertical-align: top;
	margin-right: 0.8em;
	margin-left: 0.8em;
	padding-top: 0.9em;
	padding-right: 0.9em;
	padding-bottom: 0.8em;
	padding-left: 0.9em;
	margin-top: 0.8em;
	border: thin solid #2E3094;
}

.style2 {
	font-size: 12pt;
}

.style3 {
	font-size: 12pt;
	font-weight: bold;
}

.style4 {
	color: #2E3094;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
