html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 20px;
	height: 100%;
}
#sclayer {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: auto;
}
#maindiv {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	width: 960px;
	height: 100%;
	overflow: visible;
}
#content {
	position: absolute;
	width: 730px;
	left: 230px;
	top: 290px;
	border: none;
	padding-bottom: 20px;
}
#footer {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0px;
	bottom: 0px;
	border: none;
	z-index: 1000;
	text-align: center;
	background-color: #00347F;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
#searchform {
	position: absolute;
	width: 220px;
	left: 0px;
	top: 80px;
	border: none;
	z-index: 1;
	background-image: url(../images/form2.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
#mainmenu {
	position: absolute;
	width: 735px;
	height: 260px;
	left: 215px;
	top: 20px;
	padding: 5px;
	border: none;
	background-image: url(../images/banner.gif);
}
.data {
	font-size: 14px;
}
p {
	padding: 15px;
	margin: 0px;
	color: #000000;
}
h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
h2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	color: #000000;
}
p, li, td {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
}
