*{
	font-family: "lucida sans";
	font-size: 10pt;
}
body {
	margin: 0px 45px 0px 30px;
	padding: 0;
}
p {
	padding: 0;
}
img {
	border: 0;
}
/* Top Menu */
div#topmenu {
	width: 100%;
}
div#topmenu table {
	padding: 0px;
}
div#topmenu table.menubar {
	width: 100%;
}
td.sideimg {
	width:5px;
	height:35px;
}
div#topmenu td.menu {
	background: url(../images/center_bar.jpg) right repeat-x;
	font-weight: bold;
	text-align: center;
}
/*div#topmenu td.menu:hover {
	background: url(../images/hover_bar.jpg) right repeat-x;
	font-weight: bold;
	text-align: center;
}*/
div#topmenu td.menu a {
	color:white;
	display: block;
	width:100%;
	text-decoration: none

}
div#topmenu table.searchbar {
	width:99%;
	margin-left: 4px;
	margin-right: 3px;	
}
div#topmenu table.searchbar td.search {
	height:60px;
	width:7px;
}
div#topmenu form {
	display:inline;
}
div#topmenu input#searchbox {
	width:235px;
	color:gray;
}
/* Copyright Menu */
div.copyright {
	width:100%;
	padding-top: 10px;
}
div.copyright table.topbar {
	width:100%;
}
div.copyright table.bottombar {
	width:99%;
	margin-left:4px;
	margin-right:3px;
	margin-bottom:20px;
}
div.copyright table.bottombar span {
	color:gray;
	font-size:8pt;
}

a.frontlink:visited,
a.frontlink:active,
a.frontlink:link,
a.frontlink:hover {
  font-size:16px;
  display:block;
  padding:20px 10px 0 10px;
}

