@charset "utf-8";
/* CSS Document */

<style type="text/css"> 
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CCCCCC;
}
.twoColFixLtHdr #container {
	width: 950px;
	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;
	height: 100%;
	background-color: #E1E3E2;
	border: 2px none #FFF;
	padding: 0px;
	color: #565656;
} 
.twoColFixLtHdr #header {
	background-color: #E1E3E2;
	margin: 0px;
	padding: 0px;
	height: 283px;
	color: #00003A;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	color: #505050;
	padding: 0px;
	font-size: 20px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 178px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 0px;
	background-color: #545454;
	border-top-width: thin;
	border-right-width: 2px;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	height: 479px;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 190px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	background-color: #E1E3E2;
	height: 500px;
} 
.twoColFixLtHdr #footer {
	padding-top: 5px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 20px;
	float: none;
	width: 918px;
	height: 50px;
	background-image: url(images/bottom2.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 12px;
} 
.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 */
	text-align: center;
}
.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;
	margin: 0px;
	padding: 0px;
}
 
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
.twoColFixLtHdr #mainContent {
	zoom: 1;
	color: #004458;
	font-size: 10px;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
h1 {
	margin: 0px;
	padding: 0px;
}
.center-box {
	font-family: Arial, Helvetica, sans-serif;
	width: 946px;
	height: 494px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
}
.twoColFixLtHdr-hdrbar {
	background-image: url(images/header-bottom2.jpg);
	height: 52px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 199px;
	font-family: "Arial Black", Gadget, sans-serif;
	margin: 0px;
}
h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: normal;
	text-align: left;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}
h3 {
	font-size: 14px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.twoColFixLtHdr-sidebar-div {
	width: 180px;
	margin-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border: 1px none #FFF;
	background-image: url(images/sidebar-photo-bgd.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1px;
	height: 290px;
	text-align: center;
}
.twoColFixLtHdr #container #header .center-box #sidebar1 .twoColFixLtHdr-sidebar-div p {
	text-align: center;
}
.twoColFixLtHdr #container #header .center-box #sidebar1 .twoColFixLtHdr-sidebar-div p strong .twoColFixLtHdr-sidebar-div {
	color: #000;
}
.twoColFixLtHdr #container #header .center-box #sidebar1 .twoColFixLtHdr-sidebar-div strong .twoColFixLtHdr-sidebar-div {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #header .center-box #sidebar1 p a {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	text-align: left;
}
.twoColFixLtHdr #container #header table {
	font-size: 18px;
	text-align: center;
}
.twoColFixLtHdr #container #header .center-box #sidebar1 p {
	color: #F3C239;
	font-size: 14px;
}
