body {
     font-family: helvetica, sans-serif;
   }

   
#navigation a 
{
background: black url("http://openUSA.com/CSS/tab-left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a span 
{ 
background: url("http://openUSA.com/CSS/tab-right.gif") right top no-repeat;

text-decoration: none;
padding-right: 10px;
color: white
} 

#navigation a, #navigation a span 
{ 
display: block; 
float: left 
} 

/* Commented backslash hack hides rule from IE5-Mac \*/ 
#navigation a, #navigation a span 
{ 
float: none 
} 
/* End IE5-Mac hack */



#navigation a:hover 
{
color: yellow;
background: black url("http://openUSA.com/CSS/tab-left.gif") left top no-repeat; 
text-decoration: none; 
padding-left: 10px 
} 

#navigation a:hover span 
{ 
background: url("http://openUSA.com/CSS/tab-right.gif") right top no-repeat;
text-decoration: none;
padding-right: 10px
}

#navigation a:link
{
color: white;
}


#navigation 
{ 
list-style: none;
padding: 0; 
margin: 0 
} 

#navigation li
{ 
float: left; 
display: block; 
margin: 0; 
padding: 0
}

#frame {
  width:720px;
  margin-right:auto;
  margin-left:auto;
  margin-top:40px;
  padding:0px;
  text-align:left;
}
		
#contentcenter {
  width:550px;
  margin-top:3px;
  float:left;
  background:#fff;
}
	
#contentright {
  width:160px;
  padding:0px;
  margin-top:3px;
  float:right;
  background:#fff;
}
	
#contentheader {
  background:#fff
}
	
	
a:hover {
  text-decoration: underline;
}

.button {
  border: 1px solid #000;
}

.text {
  border: 1px solid #000;
  color: #000;
}

.raised {
  position: relative;
  top: -12px;
  left: 12px;
  padding: 4px;
  background:#fff;
}

table.calendar {
  margin-left: 10px;
}
