

a:link {color:red;}
a:visited {color:red;}
a:hover {
	background-color:#C0BCB0;
	}

		
.ul { 
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
	}
.li {padding-left: 16px;	}		

.td {FONT-SIZE: 80%; COLOR: #092907;  FONT-FAMILY: "MS Sans Serif", Arial, sans-serif
}
		
		
		
.button {font-family: verdana, Arial, Helvetica, sans-serif; margin: 10px; padding: 5px; font-size: 100%; background-color: blue; background-position: bottom; background-repeat: repeat; border: none; color: white; cursor: pointer; font-weight: bold; border-left: 1px solid #ffffff; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; border-bottom: 1px solid #ffffff; }

.heading {font-size: 200%; font-weight:bold;  COLOR: #092907;  FONT-FAMILY: "MS Sans Serif", Arial, sans-serif; text-align:center }

.day {font-size: 150%; font-weight:bold;  COLOR: #092907;  FONT-FAMILY: "MS Sans Serif", Arial, sans-serif; text-align:left }

.notice {background-color:FFFFCC; padding-left:5px}

 .lefty {
    float: left;
	padding: 10px;
 }

 .righty {
    float: right;
	padding: 10px;
 }



<!-- ---------- bar menu stuff -->
html, body {
text-align: center;
}
body {
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	background-color:#9CBD8C;
}

#page
{
  margin: 0 auto 0 auto; 
  margin-top:15px;
  display: block; 
  height:auto;
  position: relative; 
  overflow: hidden;
  width: 800px;
}


#logo
{
  background-image:url(../images/bg/spring11.jpg);
  background-repeat: no-repeat;
  height:100px;
  width:800px;
}


#bar
{
background-image:url(../images/barbg.jpg);
background-repeat:repeat;
height:38px;
width:800px;
line-height:40px;
padding-left:10px;
padding-right:10px;
}

#bar a
{
font-size:13px;
font-weight:bold;
color:#FBFDFB;
margin-left:12px;
margin-right:12px;
}

#bar a:hover
{
color:#C7E0C2;
}


#footer {
width: 738px;
height:53px;
text-align:center;
font-size:12px;
color:black;
padding-top:10px;
}
