@charset "utf-8";
body  {
	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: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-decoration: none;
	background-image: url(../images/bg1.jpg);
}
.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;
}

.thrColFixHdr #container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
} 
.thrColFixHdr #header {
	height: 120px;
	margin: 5;
} 


.thrColFixHdr #header h1 {
	margin: 5; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#quote {
	float: right;
	height: 100px;
	width: 316px;
	font-family: Arial, Helvetica, sans-serif;
	color: #015761;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	margin: 5px;
}


#navbar {
	margin: 5px;
	height: 30px;
}
#searchbar {
	margin: 5px;
	height: 40px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	font-size: 12px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 1;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
}

.thrColFixHdr #sidebar2 {
	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 */
	padding: 1; /* padding keeps the content of the div away from the edges */
	text-align: center;
}
.thrColFixHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	font-weight: bolder;
	text-decoration: none;
	color: #666;
} 
.thrColFixHdr #footer p {
	margin: 5; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
	vertical-align: bottom;
	font-weight: bold;
}
.thrColFixHdr #container table {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
	text-align: left;
}

.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;
}
a:link {
	color: #063F4F;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #DD047B;
	text-decoration: underline;
	text-align: left;
}
.thrColFixHdr #container table tr td table tr td {
	font-weight: bold;
	text-align: left;
}
.txtfieldbg {
	font-family: Arial, Helvetica, sans-serif;
	color: #5C0542;
	background-color: #E9F3FD;
}
