body{
  	margin: 0px;
	background-color:#FFF;
}
input{
  border: 0px;
}
div#top{
  width:900px;
	height:100%;
	background-color:#FFF;
}
div#main{
  width:905px;
	height:100%;
}
div#logo{
	float:left;
}
div#about{
	float:right;
	margin:3px;
	font-size:9pt;
	color:#1894CA;
}
div#mainleft{
  background-color:#FFF;
	border:1px;
	border-style:solid;
	border-color:#CCC;
	float:left;
	width:186px;
	margin:5px;
	height:376px;
	text-align:center;
	padding-top:10px;
}
div#mainright{
  background-color:#FFF;
	border:1px;
	border-style:solid;
	border-color:#CCC;
	float:left;
	width:690px;
	margin:5px;
}
div#buttonbar{
	border-top-color:#C3D9FF;
	border-top-style:solid;
	border-top-width:2px;
	border-bottom-color:#CCC;
	border-bottom-width:1px;
	border-bottom-style:solid;
	background-color:#EAEAEA;
	padding-left:15px;
	text-align:left;
	padding-top: 7px;
	padding-bottom: 6px;
}
td.boardheader
{
	font-size:10pt;
	font-weight:bolder;
	color:#FFF;
	text-align:center;
	padding:2pt;
}
td.boardlist
{
	background-color:#FFF;
	font-size:10pt;
	color:#000;
	text-align:center;
	padding:2pt;
}
a
{
	text-decoration:none;
	color:#000;
}
a:hover
{
	text-decoration:underline;
}

a.rollover img { border-width:0px; display:inline;} 
a.rollover img.over { display:none; } 

a.rollover:hover { border:0px } 
a.rollover:hover img { display:none; } 
a.rollover:hover img.over { display:inline; } 
