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

 body  {
	background: #bfbfbf repeat-x left top;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em;
	height: auto;
}

.twoColFixLtHdr #container {
	width: 780px; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left;
	margin-top: 40px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	
} 
.twoColFixLtHdr #header {
	margin: 0px;
	background-image: url(../images/HEADER2-.png);
	height: 176px;
	padding: 0;
	background-position: left top;
	left: auto;
	bottom: auto;
	background-repeat: no-repeat;
	width: 780px;
} 

.twoColFixLtHdr #columnwrapper {
	background-color: #e1ddc2;
	margin: 0px;
	height: 100%;
	width: 100%;
} 

.twoColFixLtHdr #h3 {
	color: #790000;	
}

.twoColFixLtHdr #h1 {
	color: #790000;	
}


.twoColFixLtHdr #container #columnwrapper #mainContent p strong {
	color: #790000;
}

.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 10px;
	margin: 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	line-height: 1.2em;
	border-right-width: 2px;
	border-right-style: dotted;
	border-right-color: #730000;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-style: italic;
	font-style: italic;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 20px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
}

#sidebar1 p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.25em;
	font-weight: normal;
	color: #000;
	padding: 5px 10px;
}



.twoColFixLtHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	font: .75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 15px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
	margin-top: 20px;
}

.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* the background color will be displayed for the length of the content in the column, but no further */
	font: .75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 10px 15px; /* padding keeps the content of the div away from the edges */
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #900;
	margin-top: 20px;
}

.twoColFixLtHdr #mainContent {
	font: .75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-right: 40px;
	margin-left: 160px;
	background-color: #e1ddc2;
	margin-top: 0px;
}

.twoColFixLtHdr #mainContent2 {
	font: .75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 5px 20px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #e1ddc2;
	margin-top: 20px;
	margin-left: 260px;
	margin-right: 160px;
}

.twoColFixLtHdr #floatimgleft {
    float:left;
    margin-top:10px;
    margin-right:10px;
    margin-bottom:10px;
    } 

.twoColFixLtHdr #footer {
	font: 0.75em/1.3em Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	clear: both;
	color: #000;
	background-color: #e1ddc2;
	border-top: 2px dotted #730000;
	border-right: 2px dotted;
	border-bottom: 2px dotted #730000;
	border-left: 2px dotted;
} 
.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 */
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000;
	text-align: center;
	white-space: normal;
	width: 100%;
}
.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;
}

 #table {
	width: 450px;
	padding-left: 20px;
}

	

