@charset "utf-8";
/* CSS Document */

body {
	background-color: #E6E6E6;
	font: 14px Arial, Helvetica, sans-serif;
}
h1,h2,h4 {
	font-size: 16px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
}
h3 {
	color: #FFFFFF;
}
#holder {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#banner {
	clear: both;
	float: left;
	height: 215px;
	width: 800px;
	position: relative;
	background: url(images/screeny.jpg) no-repeat left top;
}

#topmenu {
	float: left;
	height: 42px;
	width: 806px;
	position: absolute;
	clear: both;
	left: 0px;
	bottom: 10px;
}

.lefty {
	background: url(layout/topbuttonsleftindent.jpg) no-repeat left top;
	border-left: 1px solid #999999;
}

#menu .item {
	position: relative;
	z-index: 2;
	float: left;
	height: 40px;
	background: url(layout/topbuttonsleftindent.jpg) no-repeat right top;
	border-right: 1px solid #999999;
	margin-top: 1px;
	width: 199px;
}
#menu a:link, #menu a:active, #menu a:visited {
	display: block;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 3.6em;
	font-weight: bold;
	font-variant: normal;
}
#menu a:hover{
	display: block;
	height: 38px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #0033CC;
	padding-right: 10px;
	padding-left: 10px;
	font-family: verdana;
	font-size: 11px;
	font-style: normal;
	line-height: 3.6em;
	font-weight: bold;
	font-variant: normal;
}
#hometext {
	width: 760px;
	margin-left: 15px;
	position: relative;
	float: left;
	text-align: justify;
	margin-bottom: 10px;
	font-size: 12px;
}
#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	clear: both;
	height: 88px;
	width: 798px;
	position: relative;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.forms{
	float:left;
	width:250px;
	margin-bottom: 2px;
	min-height:25px;
	height:auto !important;
	height:25px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: double;
	border-top-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	padding: 5px;
	font-weight: bold;
}