@charset "UTF-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #666666;

	margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */

	padding: 5px 0 0px 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: #FAF8C2;

	top: 0px;

	padding-top: 10px;

	border-left: 0 px;

	border-left-color: #967559;

	border-right-color: #FFF;

	border: 0px;

}

.twoColFixLtHdr #container {

	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	background: #090065;

	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */

	border: 10px solid #090065;

	text-align: left;

	padding: 10 10px 0 10px;

	font-size: 10px;

	margin-bottom: 0px;

} 

.twoColFixLtHdr #header {

	background: #DDDDDD;

	padding: 0 10px 0 0px;  /* 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. */

	height: 172px;

	background-image: url(../images/tops02e.jpg);

	margin-bottom: 0px;

	border-bottom-width: 10px;

	border-bottom-color: #A23E1C;

	border-bottom-style: solid;

} 
t   {

	margin: 30px 0 0 40px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 20 px 0 0 40px;

	text-align: left;

	float: inherit;

	border: 0;

	margin-left: 80 px;

	border-width: 0;

}

.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 120px; /* 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: #090065; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0 5 0 0px;

	margin-top: 1px;

	border-top: 20px;

	font-size: 14pt;

	height: 0px;

	border-right-style: none;

	border-right-width: 10 px;

	margin-right: 0px;

}

.twoColFixLtHdr #mainContent {

	margin: 0 0 40px 130px; /* 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 0 0 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

	font-family: Tahoma, Geneva, sans-serif;

	text-align: center;

	background-color: #FAF8C2;

	border-left-color: #A23E1C;

	border-left-style: solid;

	border-left-width: medium;

	border-top: 1 px;

	border-top-style: inherit;

	border-top-color: #a23e1c;

} 

bigPara {

	font: bold 14px Tahoma, Geneva, sans-serif;

}

.twoColFixLtHdr #footer {

	padding: 0 0px 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */

	background:#090065;

	text-align: center;

} 

.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 */

	color: #69F;

	text-align: center;

	font-size: 10px;

	font-weight: lighter;

}

.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;

	padding-right: 8px;

	padding-left: 60px;

	text-align: justify;

	margin: 0px;

	padding-top: 0px;

}

.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;

}

.twoColFixLtHdr #container #mainContent p {

	color: #13007B;

	padding: 10px 5px 0;

	text-align: center;

	font-weight: normal;

	font-family: Tahoma, Geneva, sans-serif;

	font-style: normal;

	font-variant: normal;

	font-size: 16px;

	border-top-style: none;

	margin-top: 0px;

	text-underline-position: center;

	vertical-align: middle;

}

textHdr {

	font: bolder normal 16px Tahoma, Geneva, sans-serif;

}

.hdg01 {

	color: #0D007D;

}

.hddg02 {

	color: #0D007D;

	border-width: 2 px;

	border-bottom: 2 px;

	font-size: 16px;

	font-weight: bolder;

}

.twoColFixLtHdr #container #header p img {

	position: absolute;

	left: 100px;

	top: 40px;

}

.twoColFixLtHdr #container #header img {

	position: absolute;

	top: 0px;

	left: -121px;

	width: 287px;

	height: 39px;

}

.headings {

	font-size: 16px;

	font-weight: bolder;

	font-variant: normal;

}

.twoColFixLtHdr #table {
	
	border-collapse: collapse;
	
	padding: 4px;

}