body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
}
#header {
	height: 200px;
	width: 100%;
}
#header_left {
	float: left;
	height: 158px;
	width: 200px;
}
#header_right {
	text-align: center;
	min-width:534px;
	height: 135px;
	vertical-align: middle;
	padding-top: 20px;
}


#tool {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 60px;
	text-align: center;
	font-size: large;
}
#tool ul {
	padding-top: 20px;
	padding-bottom: 20px;
}
#tool li {
	display: inline;
}
#tool a {
	text-decoration: none;
	color: #F00;
	margin-left: 4%;
	}
#tool a:hover {
	color: #FFFFFF;
}
#page {
	text-align: center;
	width: 100%;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 90%;
	text-align: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
}
#banner {
	float: right;
	width: 18%;
}
#footer {
	height: 50px;
	width: 100%;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ff0000;
	text-align: center;
	line-height: -50px;
}
#footer_logo {
	height: 50px;
	width: 143px;
	float: left;
}
#footer_words {
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 75%;
	margin-top: 10px;
}
#footer_logo a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#footer_inside {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #F00;
	font-size: large;
	text-align: left;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#content a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
#content a:hover {
	color: #FFF;
}
#page img {
	float: right;
}
legend {
	color: #F00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: 900;
}
label {
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
.requiredfield {
	color: #F00;
	font-size: small;
	padding-left: 5px;
}

