﻿body {
	margin: 0px;
	padding: 0;
	font-size: 76.5%;
	font: 0.8125em Verdana, sans-serif;
	line-height: 1.8em;
	color: #333;
	background-image: url('images/background.jpg');
	background-repeat: repeat-x;
}
.page {
	border: 1px solid #CCCCCC;
	width: 745px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

img.floatright {
	float:right;
	margin-left:4px;
}

.toptitle {
	
	background-image:url('images/top.jpg');
	height:148px;
}

#contentbox {
	width:725px;
	height:auto;
	background-color:white;
	
	padding:10px;
	}
#legalbox {
	width: 745px;
	height: 50px;
	background-color: white;
	font-size: x-small;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: normal;
	padding-top: 20px;
	display: block;
	float: left;
}

#menuBox {
	height: 33px;
	width: 745px;
}



/* Top Menu Links */
#nav {
	width: 745px;
	height: 33px;
	margin-top: auto;
	margin-bottom:auto;
	z-index: 99;
	margin-left: 0px;

	background-image:url('images/topmenu_bk.jpg');
		padding-left:0px;

}
#nav li {
	background-position: right;
	display: block;
	float: left;
	height: 33px;
	width: auto;
	text-align: center;
	padding-left: 0px;
	background-image: url('images/topmenu_sep.jpg');
	background-repeat: no-repeat;
	list-style-type: none;
}
#nav li a {
	padding: 5px 15px 5px 15px;
	display: block;
	color: white;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	left: 0px;
	margin-left: 0px;
}
#nav li a:hover {
	margin: 1px 0px 1px 0px;
	padding: 3px 14px 3px 14px;
	border: 1px solid #888787;
	background-color: #464646;
}
h1 {
	font: 1.8em Georgia, Times, serif;
	margin-bottom: 0.5em;
}
h2 {
	font: 1.5em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
h3 {
	font: bold 1em Verdana, Arial, sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
}
h4 {
	font: bold 1.1em Georgia, "Times New Roman", serif;
	letter-spacing: 1px;
}
img {
}
.smalltext {
	font-size: x-small;
}
#copyright a:link, #copyright a:visited {
	color: #808080;
	text-decoration: underline;
}

legend {
	
	font-weight:bold;
	margin-bottom:20px;
}

fieldset {
	
	padding:10px;
}

label{
float: left;
width: 150px;
}

input, textarea{
width: 180px;
margin-bottom: 5px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 150px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}
