@charset "utf-8";
body  {
	text-align: center;
	font-size: 100%;
	background-color: #F5F5DC;
}
.thrColFixHdr #container {
	width: 780px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/header01.jpg);
	background-repeat: no-repeat;
	padding-bottom: 10px;
} 
.thrColFixHdr #header {
	text-align: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 50px;
	margin-left: 200px;
	padding: 0;
} 
.thrColFixHdr #header h1 {
	margin: 10; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Calibri, Tahoma, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bolder;
	color: #000000;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	font-style: oblique;
}
.thrColFixHdr  #header  p  {
	font-family: Calibri, Tahoma, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bolder;
	color: #000000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}


.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 120px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	color: #000000;
	margin: 0px;
}
.thrColFixHdr #sidebar1 p {
	font-family: Calibri, Tahoma, "Times New Roman", serif;
	font-size: 14px;
	line-height: 125%;
	font-weight: bold;
}
.thrColFixHdr #sidebar1 h1 {
	font-family: Calibri, Tahoma, "Times New Roman", serif;
	font-size: 18px;
	font-weight: bolder;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 175px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: center;
	margin: 0px;
}
.thrColFixHdr #mainContent {
	margin-top: 90px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 150px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	padding-top: 10;
	padding-right: 0px;
	padding-bottom: 10;
	padding-left: 0px;
	margin-right: 200px;
	margin-left: 150px;
} 
.thrColFixHdr #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: Calibri, Tahoma, "Times New Roman", serif;
	font-size: 14px;
	font-weight: bolder;
	font-variant: small-caps;
	color: #999999;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.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;
}
#banner {
	background-image: url(../images/background/blue5.jpg);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

