 
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;
}

tr td {
	vertical-align:top;
}

th {background-color:#CCC;
}
	
	
.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: 175px;
	background-color:#D1D9D9;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 20px;

} 





.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;
}
 

/* Slides */

 <!--
            .slideShow {
                background-color: #ebebeb;
                text-align: center;
                margin-bottom: 10px;
                padding: 5px;
            }
            .slides {
                position: relative;
                z-index: 1;
                display: none;
            }
            .setTitle, .slideTitle {
                font-family: "Franklin Gothic Book", Arial, Helvitica, sans-serif;
            }
            .setTitle {
                color: #995a01;
                font-size: 14px;
                font-weight: bold;
                }
            .slideTitle {
                color: #666666;
                font-size: 12px;
            }
            .controls {
                position: relative;
                z-index: 10;
            }
            #slide1 {
                display: block;
            }
            
            img {
                border: outset 1px #999999;
            }
        -->


