<style type="text/css"> 

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f2f2f2;
	margin: 0; 
	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: #990000;
}
.thrColFixHdr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #F2F2F2;
	padding: 5px;
} 


.thrColFixHdr #mainContent {
	padding: 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #F2F2F2;
	margin-top: 0;
	margin-right: 180px;
	margin-bottom: 0;
	margin-left: 180px;
} 
.thrColFixHdr #header {
	padding: 0;  /* 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. */
	clear: right;
	background-image: url(images/title01.ai);
	background-color: #F2F2F2;
background-image: url(images/leftnavbar02.jpg);
} 
.thrColFixHdr #header h1 {
	margin: 0; /* 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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	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: 0px; /* padding keeps the content of the div away from the edges */
	background-color: #f2f2f2;
	background-image: url(images/leftnavbar02.jpg);
	height: 800px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	background-color: #f2f2f2;
	height: 800px;
	background-image: url(images/leftnavbar02.jpg);
}
.thrColFixHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#f2f2f2;
} 
.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: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
	font-variant: small-caps;
	color: #990033;
	letter-spacing: 0.3em;

}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bolder;
	color: #003366;
	background-color: #CCCCCC;
	text-align: left;
	letter-spacing: 0.7em;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	letter-spacing: 0.2em;
	font-variant: small-caps;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-variant: normal;
	color: #003366;
	background-color: #CCCCCC;
	text-align: center;
	padding: 2px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: blue;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: red;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F0F0F0;
	text-decoration: none;
	background-color: #006699;
	font-size: 12px;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: purple;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}



td {
	margin: 0px;
	padding: 5px;
	text-align: center;
	background-color: #CCCCCC;
	border-style: 1px;
	
}
table {
	border-style: none;
	margin-top: 5px;
	margin-left: 20px;
	margin-right: 10px;
}
.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;
}
#footer {
	font-size: 10px;
	background-color: #f2f2f2;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	vertical-align: bottom;
	padding-top: 500px;
}
.leftnavbottom	{
	font-size: 10px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #990033;
	}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 0px;
	background-color: none;
	background-color: #FFFFFF;
	background-color: #DDDDDD;
}
.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;
}

.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 #footer{
	padding-top: 0px;
	
}
.thrColFixHdr #mainContent {
	zoom: 1;
}
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

</style>
body {
}
