@charset "utf-8";
body  {
	background: #ffffff;
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.twoColFixRtHdr #container { 
	width: 898px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #E4E2E3;
	margin: 20px auto; /* 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. */
} 
.twoColFixRtHdr #header { 
	background: #E4E2E3;
	padding: 0 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.twoColFixRtHdr #nav ul{
	background-color:#7c7d81;
	margin: 0px;
	padding: 5px 0 0 0;
	width: 898px;
	height:20px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float:right;
	border-top:#333 1px;
}
#line {
	width: 200px;
	height: 1px;
	float: left;
	margin-top:143px;
	background-color:#889193;
}
.twoColFixRtHdr #container #nav ul li{
	display:inline;
	font: Arial, Helvetica, sans-serif;
	color:#CCC;
}
.twoColFixRtHdr #container #nav ul li a{
	text-decoration:none;
	color: #CCC;
	padding: 0 10px 0 10px;
}
.twoColFixRtHdr #container #nav ul li a:hover{
	color:#fff;
}
.twoColFixRtHdr #container #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 238px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b9b9b9; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px;
	padding: 15px 10px;
	text-align:center;
}
.twoColFixRtHdr #container #mainContent { 
	margin: 0 270px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 45px 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0 0 0 0;
	height: 1%;
} 
h1{ 
	font: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:normal;
	color:#004273;
	padding-top: 20px;
}
h2{
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	color:#004273;
	font-family: Arial, Helvetica, sans-serif;
}
h3{
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#004273;
}
p{ 
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
}
p a{ 
	color:#004273;
}
blockquote{ 
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic
}
ol{ 
	font: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	line-height: 18px;
}
.twoColFixRtHdr #sidebar1 p{ 
	font: Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
}
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#7c7d81; 
} 
.twoColFixRtHdr #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#ccc;
	width: 620px;
	float:left;
}
.twoColFixRtHdr #footer ul {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-style:normal;
	color:#CCC;
}
.twoColFixRtHdr #footer ul li{
	display: inline;
}
.twoColFixRtHdr #footer ul li a{
	color:#CCC;
	text-decoration:none;
}
.twoColFixRtHdr #footer ul li a:hover{
	color:#fff;
}
.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;
}
.twoColFixRtHdr #mainContent a#button {
	border: 1px solid rgb(41, 104, 147);
	width: 180px;
	background-color: rgb(244, 124, 65);
	text-align: center;
	color: rgb(22, 40, 72);
	padding: 8px 5px;
	margin: 50px 0px;
	font-size: 12px;
}
.twoColFixRtHdr #sidebar1 #newsletter{
	font-family: verdana;
	font-size: 10px;
	width: 160px;
	background: #ffffff;
	color: #296893;
	text-align:center;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 20px;
	padding-left: 4px;
}
.twoColFixRtHdr #container #sidebar1 #newsletter a#button{
	width:100px;
	border: 2px solid #296893;
	background-color:#ADC3E1;
	height:50px;
	text-align:center;
	color:#162848;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	text-decoration:none;
}
.twoColFixRtHdr #container #sidebar1 #newsletter a#button:hover{
	background-color:#004273;
	color:#FFF;
}
.twoColFixRtHdr #container #sidebar1 a img{
	border:#000 0px;
	margin: 5px 0;
}
