@charset "utf-8";
/* CSS Document */
body  {
	font: Arial, sans-serif;
	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-style: normal;
	font-weight: normal;
}
a:link {
	font-family: Arial, sans-serif;
	color: #33A1DE;
	text-decoration: none;
}
a:visited {
	font-family: Arial, sans-serif;
	color: #33A1DE;
	text-decoration: none;
}
a:hover {
	font-family: Arial, sans-serif;
	color: #0000FF;
	text-decoration: none;
}
a:active {
	font-family: Arial, sans-serif;
	color: #000;
	text-decoration: none;
}#container  {
	width: 800px;  /* 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. */
} 
#header  {
	vertical-align: bottom;
	font-family: Arial, sans-serif;
} 
#header2  {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 20px 0 0 20px;
	width: 200px;
	float: left;
	border-bottom: dashed thin #33A1DE;
} 
#header2_3col  {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 20px 0 0 20px;
	width: 180px;
	float: left;
	border-bottom: dashed thin #33A1DE;
} 
#header3  {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 20px 0 0 50px;
	float: left;
	width: 530px;
	border-bottom: dashed thin #33A1DE;
} 
#header4  {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding: 20px 0 0 50px;
	float: left;
	width: 530px;
	border-bottom: dashed thin #33A1DE;
} 
#header3_3col  {
	vertical-align: bottom;
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	padding: 20px 0 0 20px;
	width: 580px;
	float: left;
	border-bottom: dashed thin #33A1DE;
} 
#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	width: 220px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 14pt;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#sidebar1Basic  {
	width: 200px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 1.4;
	float: left;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	font-style: normal;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1Basic  ul   {
	text-indent: 0px;
	color: #77B5EF;
	text-align: left;
	list-style-position: outside;
	display: inline;
	line-height: 14px;
	border: thin solid #009;
}
#mainContent  ul   {
	display: inline;
	text-indent: 0px;
	text-align: left;
	list-style-position: outside;
}


#sidebar1Basic3col  {
	width: 140px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 0 0 20px;
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: x-small;
	float: left;
	line-height: 1.4;
}
#midColumnBasic3col  {
	width: 180px;
	text-align: center;
	font-family: Arial, sans-serif;
	font-size: x-small;
	line-height: 14px;
	height: 100%;
	float: left;
	padding: 8px;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent  {
	text-align: left;
	font-family: Arial, sans-serif;
	padding: 15px 0 0 50px;
	width: 530px;
	float: left;
} 
#mainContentBasic3Col  {
	text-align: left;
	font-family: Arial, sans-serif;
	font-size: small;
	float: left;
	padding: 15px 0 0 20px;
	width: 420px;
	line-height: 1.3;
} 
#footer  {
	font-size: x-small;
	text-align: left;
	color: #33A1DE;
	vertical-align: bottom;
} 
.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;
}
#navCorner {
	font-family: Arial, sans-serif;
	font-size: x-small;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	padding-top: 10px;
}
#script {
	vertical-align: bottom;
	float: right;
	padding-top: 50px;
}
#logo {
	vertical-align: bottom;
	float: left;
	width: 180px;
}
#navBarHorz {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	width: auto;
	text-align: left;
	padding: 10px 0 10px 20px;
	font-size: 12px;
}
#navBarHorzWht {
	font-family: Arial, sans-serif;
	font-weight: bold;
	background-color: #FFFFFF;
	width: auto;
	text-align: left;
	vertical-align:bottom;
	padding: 40px 0 0 200px;
	font-size: x-small;
}
#barGld {
	background-color: #E7D600;
	height: 12px;
	width: auto;
}
#barBlk {
	background-color: #000000;
	height: 12px;
	width: auto;
}
.style2 {
	font-weight: bold;
}
.style3 {
	font-size: small;
}

.style4 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.style5 {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	color: #33A1DE;
}

#aNavWht {
	color: #FFFFFF;
}
#aNavBlk {
	color: #000000;
	vertical-align:bottom;
}
#mti {
	font-size: xx-small;
	color: #B6DEF3;
	vertical-align: bottom;
	padding: 0 0 5px 0;
}
h3    {
	font-size: 14px;
}
label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.twoColFixLtHdr #container #sidebar1Basic {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}
.twoColFixLtHdr #container #mainContent div strong u {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}
.twoColFixLtHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Times New Roman, Times, serif;
}
#container #mainContent {
	font-family: Times New Roman, Times, serif;
}
.twoColFixLtHdr #container #mainContent div strong u {
	font-family: Arial, Helvetica, sans-serif;
}
.mainfront {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.sidebar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #container #mainContent {
	font-family: Arial, Helvetica, sans-serif;
}
