@charset "utf-8";
body  {
	font: 100% 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-color: #FFF;
	font-size: 10px;
}
.twoColFixLtHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #ffffff;
	background-image: url(images/side_background.png);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #47979D;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: fae07f;
	border-right-color: fae07f;
	border-bottom-color: fae07f;
	border-left-color: fae07f;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px;
	border: 1px solid 26569d;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 15;
	margin-bottom: 0;
	padding-top: 10;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-left: 170px;
	width: 585px;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
} 
.twoColFixLtHdr #footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #6c7078;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: none;
	background-color: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #6c7078;
	text-align: center;
	height: auto;
	line-height: 1.5%;
	clear: both;

} 

.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, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.twoColFixLtHdr #container #mainContent table {
	margin-right: 10px;
	margin-bottom: 10px;
	width: auto;
	text-align: right;
}
#rightCol {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e9eef5;
	float: right;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 5px;
	height: auto;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	text-align: justify;
	margin-right: 20px;
	margin-top: 5px;
	border: 1px solid #95aace;
}
#leftCol {
	float: left;
	height: auto;
	width: 300px;
	margin-left: 20px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 5px;
}

#mainBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-bottom: 5px;
	float: none;
	width: 585px;
	margin-right: 20px;
	margin-bottom: 10px;
	clear: both;
	height: auto;
	margin-top: 10px;
	padding-top: 5px;
	margin-left: 170px;
}

.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;
}

p {
	text-align: left;
	color: #333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	color: #000000;
	border-bottom-color: #6c7078;
	letter-spacing: 3pt;
}
img {
	padding: 0px;
	text-align: center;
}


h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00CC33;
	text-transform: uppercase;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CC0000;
	letter-spacing: 3pt;
	text-align: center;
}

table {
	padding: 5px;
	text-align: left;
}
tr {
	border: 1px solid #ffffff;
}
td {
	text-align: left;
	padding: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
}


.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;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

