@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	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;
}
.twoColFixLtHdr #container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #footer-copyright {
	background-color: #46a6be;
	text-align: right;
	padding-right: 5px;
}

.twoColFixLtHdr #header {
	background: #ffffff;  /* 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. */
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px;
	margin: -3px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 200px; /* the left margin on this div element creates the column down the left 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; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #ContentHeader {
}

.twoColFixLtHdr #footer {
	background:#46a6be;
} 
.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 */
}
.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;
}
.twoColFixLtHdr #ContentHeader iframe {
	border: thin solid #000000;
}

.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;
}
#topheader {
	background-color: #168eaf;
	line-height: 18pt;
}

.a { color: #168eaf; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
.a:link { color: #168eaf; font-size: 9pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
.a:visited { color: #168eaf; font-size: 9pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
.a:active { color: #168eaf; font-size: 9pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
.a:hover { color: #73afd3; font-size: 9pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.sitecolor     { color: black; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
.footer  { color: #ffffff; line-height: 1.4; font-size: 8pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: right; }
a.footerlink  { color: #168eaf; font-size: 7.5pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
a.footerlink:hover  { color: #168eaf; font-size: 7.5pt ; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.copyright  {
	color: #ffffff;
	font-weight: normal;
	font-size: 9px;
	font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	text-align: right;
	background-color: #46a6be;
}
a.copyrightlink  { color: #ffffff; font-weight: normal; font-size: 9px; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline }
a.copyrightlink:hover  { color: #ffffff; font-weight: normal; font-size: 9px; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.Fields   { color: #010101; font-weight: normal; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
.Fields a  { color: #010101; font-weight: normal; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
tr { color: #010101; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; }
.Title  { color: #ffffff; font-weight: normal; font-size: 11pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; background-color: #168eaf; text-align: center; }
.Heading  {
	color: #168eaf;
	font-weight: bold;
	font-size: 11pt;
	font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	text-align: left;
}
.Heading a { color: #373736; font-weight: normal; font-size: 11pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; text-align: left; }
.Data   { color: #373736; font-weight: normal; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
.Data a  { color: #373736; font-weight: normal; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
.SectionSubTitle  { color: black ; font-weight: normal; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.Messages   { color: #010101; font-size: 10pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif }
TD { color: #010101; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif  }
p   { color: #010101; font-size: 9pt; line-height: 2.1; font-family: Berkeley Oldstyle Book, Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left;}
li { color: black; line-height: 1.4em; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-top: 0; margin-bottom: 5px  }
li a { color: black; line-height: 1.4em; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-top: 0; margin-bottom: 5px  }
.credit { color: #373736; font-size: 8pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; line-height: 1.9; text-decoration: none     ; }
h1   {
	color: #168eaf;
	font-weight: bold;
	font-size: 12pt;
	font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif;
	text-transform: normal
}
h2  { color: #0073be; font-weight: normal; font-size: 13pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; font-variant: small-caps; text-align: left; letter-spacing: 0.5px; margin-bottom: -0.5em       }
h3  { color: #0390c6; font-size: 11pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Georgia, "Times New Roman", Times, serif; font-variant: small-caps; text-align: center; margin-top: 1em; margin-bottom: 0   }
h4 { color: black; font-weight: bold; font-size: 13px; line-height: 18px; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: center; clear: both; margin-bottom: 3px }
.nav   { color: #862074; font-weight: normal; font-size: 8pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left; padding-top: 5px; padding-bottom: 5px; }
.caption   { color: #46292d; font-size: 11px; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; }
.toptext  {
	color: #ffffff;
	font-size: 10px;
	font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
.plink   { color: #168eaf; font-size: 9pt; line-height: 1.4; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left; text-decoration: underline; 
}
.socialnet {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9px;
}

a.emaillink  { color: #ffffff; font-size: 8.5pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: underline; }
a.emaillink:hover  { color: #ffffff; font-size: 8.5pt; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-decoration: none; }
.text   { color: #67454c; font-size: 8pt; line-height: 1.4; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; }
.formtext   { color: #373736; font-size: 8pt; line-height: 1.4; font-family: Berkeley Oldstyle Book, Verdana, Arial, Helvetica, sans-serif; text-align: left;}
