@charset "utf-8";

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFF;
	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;
}
.twoColFixRtHdr #container {
	width: 970px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image: url(../images/pageBg.jpg);
	background-repeat: repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.twoColFixRtHdr #header {
	background: #FFF;
	padding: 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. */
}
.twoColFixRtHdr #header img.logo {
	float: left;
}
.twoColFixRtHdr #header #affiliatesNav {
	margin: 10px 0 0 790px;	
}
.twoColFixRtHdr #header a.affiliates {
	font-size: 70%;
	color: #7D7D7D;
	padding: 2px 5px;
	text-decoration: none;
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCC;
}
.twoColFixRtHdr #header a.affiliates:focus, .twoColFixRtHdr #header a.affiliates:hover {
	background-color: #EEE;
}
.twoColFixRtHdr #header #nav {
	height: 49px;
	background-image: url(../images/navBg.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #banner {
}
.twoColFixRtHdr #bannerPic {
	height: 205px;
	width: 485px;
	background-color: #666;
	float: left;
}
.twoColFixRtHdr #bannerTitle {
}
.twoColFixRtHdr #strip {
	height: 3px;
	width: 960px;
	margin: 0 0 0 5px;
	background-color: #999;
	clear: both;
}
.twoColFixRtHdr h1, .twoColFixRtHdr h2, .twoColFixRtHdr h3 {
	padding: 0;
	margin: 0;
}
.twoColFixRtHdr h1.subpage {
	font-size: 145%;
	color: #2C4774;
	margin: 25px 0 0 0;
}
.twoColFixRtHdr h2.subpage {
	font-size: 110%;
	color: #2C4774;
	margin: 30px 0 0 0;
	padding: 0 0 5px 0;
}
.twoColFixRtHdr h3.subpage {
	font-size: 90%;
	color: #2C4774;
	margin: 20px 0 0 0;
}
 .twoColFixRtHdr h4.subpage {
	font-size: 75%;
	color: #999;
	margin: 20px 0 0 0;	 
 }
.twoColFixRtHdr p {
	font-size: 80%;
	color: #666;
	margin: 20px 0;
	text-align: justify;
}
.twoColFixRtHdr p.footnote {
	font-size: 70%;
	border-top: 1px solid #999;
	font-style: italic;
}
.twoColFixRtHdr p.pretext {
	color: #666;
	padding: 15px 10px;
	background-color: #F2F2F2;
	border: 1px solid #D7D7D7;
	font-weight: bold;
}

.twoColFixRtHdr .positionDesc {
/*	border-top: 1px dotted #999;*/
	color: #666;
	font-size: 75%;
	margin: 5px 0 0 0;
	padding: 5px 0 10px 0;
	width: 570px;
	text-align: justify;
	border-bottom: 1px dotted #CCC;
}
.twoColFixRtHdr .positionDesc img {
	float: left;
	margin: 0 20px 10px 0;
}
.twoColFixRtHdr .name {
	color: #2C4774;
	text-decoration: none;
	padding: 3px 6px;
}
.twoColFixRtHdr .positionDetails {
	color: #666;
	width: 590px;
	text-align: justify;
	margin: 20px 0 20px 20px;
}
.twoColFixRtHdr .positionDetails ul {
	margin: 0;
	font-size: 12px;
}
.twoColFixRtHdr .positionDetails ul li {
	font-size: 12px;
}
.twoColFixRtHdr .positionDetails p {
	font-size: 12px;
}
.twoColFixRtHdr blockquote {
	font-size: 75%;
	color: #666;
	text-align: justify;
}
.twoColFixRtHdr ul {
	margin: 20px 0 0 20px;
	padding: 0;
}
.twoColFixRtHdr ul li {
	font-size: 75%;
	color: #666;
	margin: 10px 0 0 0;
	text-align: justify;
}
.twoColFixRtHdr ul.textLinks li a {
	color: #666;
	text-decoration: none;
}
.twoColFixRtHdr ul.textLinks li a:focus, .twoColFixRtHdr ul.textLinks li a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr ul.sitemap {
	margin: 20px 0 0 20px;
	padding: 0;
}
.twoColFixRtHdr ul.sitemap li {
	font-size: 70%;
	color: #666;
	margin: 10px 0 0 0;
	text-align: justify;
	list-style: none;
	font-weight: bold;
}
.twoColFixRtHdr ul.sitemap li ul li {
	font-size: 100%;
	font-weight: normal;
}
.twoColFixRtHdr a {
	color: #FF6600;
}
.twoColFixRtHdr table {
	margin: 0;
	border-top: 3px solid #2C4774;
	border-bottom: 1px solid #2C4774;
}
.twoColFixRtHdr table td.caption {
	font-size: 80%;
	font-weight: bold;
	color: #2C4774;
	text-align: center;
	border-top: 1px solid #2C4774;
	padding: 5px 0;
}
.twoColFixRtHdr table td {
	font-size: 75%;
	color: #666;
	padding: 5px;
	background-color: #F4F4F4;
}
.twoColFixRtHdr table td a {
	color: #666;
	text-decoration: none;
}

.twoColFixRtHdr table td a:focus, .twoColFixRtHdr table td a:hover {
	text-decoration: underline;
}
.twoColFixRtHdr .checkerStrip {
	margin: 0 5px;
	height: 20px;
	background-image: url(../images/checkerBg.jpg);
}
.twoColFixRtHdr .line {
	border-bottom: 1px solid #2C4774;
	margin: 10px 0 0 0;
}

.twoColFixRtHdr .pagePic {
	float: right;
	margin: 0 0 5px 20px;
	border-bottom: 5px solid #FF6600;
}
.twoColFixRtHdr .pagePic2 {
	float: left;
	margin-right: 20px;
	border-bottom: 5px solid #FF6600;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* 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 */
	padding: 21px 10px 0 10px;
}
.twoColFixRtHdr #sidebar1 ul {
	margin: 0;
	padding: 0;
}
.twoColFixRtHdr #sidebar1 ul.quicklinks {
	width: 238px;
	margin: 0;
	padding: 8px 0 10px 0;
	background-color: none;
	border-top: 5px solid #999;
	border-bottom: 1px solid #999;
}
.twoColFixRtHdr #sidebar1 ul li {
	color: #777;
	font-size: 70%;
	margin: 5px 15px 0 0;
	padding: 0;
	list-style: none;
}
.twoColFixRtHdr #sidebar1 ul.quicklinks li {
	color: #777;
	font-size: 70%;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none;
}
.twoColFixRtHdr #sidebar1 ul li a {
	color: #777;
	text-decoration: none;
	display: block;
	padding: 3px 6px;
	border-bottom: 1px solid #FFF;
}
.twoColFixRtHdr #sidebar1 ul li a:focus, .twoColFixRtHdr #sidebar1 ul li a:hover {
	background-color: #F2F2F2;
	border-bottom: 1px solid #CCC;
}
.twoColFixRtHdr #sidebar1 embed, .twoColFixRtHdr #sidebar1 object {
	margin: 0 0 0 40px;
}
.twoColFixRtHdr #mainContent {
	margin: 0 310px 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: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContentSub {
	margin: 0 310px 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: 0 20px 0 50px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixRtHdr #mainContentSub form {
	padding: 20px;
	margin: 20px 0 0 0;
	width: 380px;
}
.twoColFixRtHdr #mainContentSub form label {
	font-size: 70%;
	color: #666;
	text-align: right;
	display: block;
	width: 150px;
	float: left;
	padding: 3px 5px;
	margin: 0 5px 0 0;
	background-color: #F2F2F2;
}
.twoColFixRtHdr #mainContentSub form input {
	border: 1px solid #CCC;
	width: 200px;
}
.twoColFixRtHdr #mainContentSub form input.button {
	border: 1px solid #CCC;
	width: 70px;
	padding: 3px;
	font-size: 70%;
	color: #666;
}
.twoColFixRtHdr #mainContentSub form textarea {
	width: 365px;
	margin: 10px 0;
}
.twoColFixRtHdr .contact {
	margin: 20px 10px 0 0;
	padding: 0;
	width: 280px;
	float: left;
}
/*.twoColFixRtHdr .contactInnerBox {
	padding: 10px 20px;
	background-color: #FFF;
}*/
.twoColFixRtHdr #footer {
	padding: 5px 15px 7px 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../images/footerBg.jpg);
	background-repeat: no-repeat;
}
.twoColFixRtHdr #footer p {
	font-size: 70%;
	color: #999;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.twoColFixRtHdr #footer p a {
	color: #999;
}
.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;
}
