<!-- 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 20px 0px 20px 0px; /* 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:"Times New Roman", Times, serif;
	font-size:85%;

}

html {
height:100%;
margin-bottom:1px;
}

h1 {
font-size:2em;
font-weight:normal;
color:#003366;
margin-bottom:0;
}

h2 {
font-size:1.5em;
font-weight:normal;
color:#003366;
margin:0px;
}

h3 {
font-size:1.25em;
font-weight:normal;
color:#003366;
margin:0px;
}

p {
margin-top:3px;
}

p.footer {
font-size:.75em;
color:#999999;
}

a:link {
color:#003366;
}

a:hover {
color:#999999;
}

a:visited {
color:#666666;
}

a img {border: none; }

a.large {
font-size:1.25em;
line-height:1.5em;
}


td {width:50%;
text-align:left;
vertical-align:top;
padding:5px;

}

.twoColFixLtHdr #container { 
	width: 800px;
	background: #FFFFFF;
	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:url(images/sidebarbackground.jpg)
	
} 
.twoColFixLtHdr #header { 

	padding: 0px; 
	margin: 0px; 
	height: 82px;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; 
	width: 110px;
	padding: 12px 12px 12px 12px;
	
	
}

.twoColFixLtHdr #sidebar1 a:link {
	font-family:"Times New Roman", Times, serif;
	font-size:1em;
	line-height: 1.75em;
	text-decoration:none;
	color:#000000;
	
}

.twoColFixLtHdr #sidebar1 a:hover {
	color:#003366;
}

.twoColFixLtHdr #sidebar1 a:visited {
	font-family:"Times New Roman", Times, serif;
		font-size:1em;
	line-height: 1.75em;
	text-decoration:none;
	color:#666666;
	
}


.twoColFixLtHdr #mainContent { 
	margin: 20px 18px 0px 140px; 
	padding: 0px; 
} 

.twoColFixLtHdr #announcements { 
	float:right;
	width: 150px;
	background-color:#D1D9D9;
	margin: 20px 0 15px 20px;
	padding: 10px;

} 





.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	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;
}
--> 