/* CSS Document */

body{
background:#ffffff;
text-align:center;
padding:0px; margin:0px;
}
a:link {
	color:#CC9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC9900;
}
a:hover {
	text-decoration: none;
	color: #CC9900;
}
a:active {
	text-decoration: none;
	color: #CC6666;
}
h1{font-size:24px; color:#000000; background-color:#CCCCCC}
h2{ font-size:18px; color: #CC9900; background-color:#CCCCCC}
h3{ font-size:16px; color:#CC9900; background-color:#CCCCCC}

table{ background-color:#eeeeee;}
td,th{padding:0px;margin:0px;}
.header{background-image:url(../images/header.gif); background-repeat:no-repeat; height:198px; width:772px;}
.middle{ }

.leftnav{float:left;  width:150px; background-color:#CCCCCC;}

.content{padding-left:150px;  width:622px;}
.footer{ background-image:url(../images/footer.gif); background-repeat:no-repeat; height:137px; width:772px;}



