body {
	color: #000000;
	font-size: 10pt;
	font-family: arial, sans-serif;
	text-decoration: none;
	padding: 0px;
	margin: 0px;
}

#toprightimage {
   float: right;
}
   
#topleftimage {
   margin-right: 232px;
}
   
#searchbar {
  margin-right: 232px;
}

#searchbar a {  
  font-weight: bold; 
  color: #003366;
  text-decoration: none;
}
#searchbar a:active {  color: #FF9900; } 
#searchbar a:hover {  color: #99ccff; }

#content {
  margin-left: 180px;
  margin-right: 10px;
}

#menu {
  float: left;
  width: 180px;
}

#menu ul{
  list-style: none;
    margin: 0px;
	padding: 15px;
}

#menu li{
/*	border-bottom: 1px solid #000000;*/
}

#menu a {
/*    line-height: 40px; */
  font-weight: bold; 
  color: #003366;
  text-decoration: none;
}

#menu a:active {  color: #FF9900; } 
#menu a:hover {  color: #99ccff; }

h1 { color:#666666; }
h2 { color:#666666; }
h3 { color:#666666; }

a { 
text-decoration: none;
font-weight: bold;
color:#003366;
}

a:active { color:#FF9900; }
a:hover { color:#99CCFF; }

#eventbox50 td{
	vertical-align:top;
	padding: 10px;
	border: 3px double #999999;
}

