@charset "UTF-8";
/* CSS Document */

<style type="text/css"> 
 
* {margin: 0; padding: 0;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
}
.thrColFix #container {
	width: 778px;  /* 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. */
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 40px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 40px; /* 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: #EBEBEB; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent {
	width: 578px;
	margin-top: 20px;
	margin-right: 100px;
	margin-bottom: 0;
	margin-left: 100px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.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;
}
#head {
	height:auto;
	background-color: #FFFFFF;
}
	
#subhead {
	height: 50px;
	padding-top: 6px;
	}
	
#bodycontent {
	border:thin solid #CCCCCC;
	padding: 10px;
	margin-top: 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;}
	
#descript {
	font-size: 12px;
	font-style: normal;
	border: medium dashed #999999;
	text-align: center;
}
#button {
	text-align: right}
	
.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;
}
#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	line-height: 14px;
	padding-top: 6px;
	padding-bottom: 8px;
	}
#note {
	font-size: 12px;
	font-style:font-style: italic;
	background-color: #999999;
	color: #FFFFCC;
	padding-top: 16px;
	padding-right: 30px;
	padding-bottom: 16px;
	padding-left: 30px;
	text-align: center;
	}
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	background-color: #B6B7BA;
	margin-left: 1px;
	margin-right: 1px;
	padding-bottom: 4px;
	padding-top: 4px;
	font-weight: bold;
}
#nav  a {
	color: #EEEED6;
	text-decoration: none;
	margin-right: 15px;
}

#nav a:hover {
	color: #9E80D0;
}

a#here {
	color:#795BB6;
}
#formblock {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
</style>
[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.thrColFix #sidebar1 { width: 180px; 	font-style: oblique;
	padding: 5px;
	text-align: center;
	font-style: oblique;
	font-style: oblique;
	color: #FFFFCC;
}
.thrColFix #sidebar2 { width: 190px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFix #sidebar2, .thrColFix #sidebar1 { padding-top: 30px; }
.thrColFix #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]
}

