@charset "utf-8";
body  {
	font: 75% 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-image: url(../imgs/bg.gif);
}
.twoColFixLtHdr #container {
	width: 780px;  /* 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;
	border: thin solid #90c;
} 
.twoColFixLtHdr #header {
	background: #fff;  /* 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. */
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F93;
	height: 96px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #F93;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 150%;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FFF;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 230px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #F93;
	line-height: 1.5;
}
.twoColFixLtHdr #mainContent h2 {
	color: #F93;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 140%;
}
a {
	color: #9900cc;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #3C0;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color: #993399;
	font-weight: bold;
	text-decoration: none;
}
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#fff;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #90c;
} 
.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;
}
.logofltrt { /* 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-top: 8px;
	margin-right: 12px;
	margin-bottom: 8px;
	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;
}
img{
	border: 0;
}
.imgtn{
	float: left;
	margin-right: 8px;
	border: 0;
	margin-bottom: 20px;
}

.boldtext {
	font-weight: bold;
}
.shorttext {
	padding-bottom: 200px;
}
.vshorttext {
	padding-bottom: 350px;
}
.subhead {
	padding-top:35px;
	font-weight: bold;
}
.subheadnml{
	padding-top:35px;
}
.ongtxt {
	color: #F93;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a{
	color: #90c;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
	display: block;}

.twoColFixLtHdr #sidebar1 a:link{
	color: #90c;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	margin-bottom: 1px;
	display: block;}

.twoColFixLtHdr #sidebar1 a:visited{
	color: #90c;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	margin-bottom: 1px;
	display: block;}

.twoColFixLtHdr #sidebar1 a:hover{
	color: #3C0;
	text-decoration: none;
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
 	border-right-width: thin;
	border-bottom-width: thin;
	border-right-style: double;
	border-bottom-style: solid;
	border-right-color: #666;
	border-bottom-color: #666;
	padding: 2px;
	margin-bottom: 1px;
	display: block;}

.twoColFixLtHdr #sidebar1 a:active{
	color: #993399;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 2px;
	padding-left: 2px;
	background-color: #ebebeb;
	height: 100%;
	width: 100%;
	margin-bottom: 1px;
	display: block;}
	
.jd {
	font-size: 85%;
	font-weight: bold;
}
.dsngr {
	font-size: 80%;
	color: #666666;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-top: 80px;
}
.dsngr:hover {
	font-size: 80%;
	color: #90c;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	float: left;
	padding-top: 80px;
}
