@charset "utf-8";
#container {
	width: 785px;
	margin-right: auto;
	margin-left: auto;
}
body {
	background-color: #0053A6;
	background-image: url(images/bkg.jpg);
	background-repeat: repeat-x;
	font-size: .8em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#main {
	background-color: #FFFFFF;
}
#content {
	padding-right: 20px;
	padding-left: 20px;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
	font-style: italic;
}
.textbox {
	width: 150px;
	border: 1px solid #0083C1;
}
.button {
	color: #FFFFFF;
	background-color: #0083C1;
}
.required {
	color: #FF0000;
}
.mediumtext {
	width: 80px;
}
.shorttext {
	width: 30px;
}
.longtext {
	width: 120px;
}
#copyright {
	font-size: .8em;
	color: #FFFFFF;
	text-align: right;
	padding-right: 20px;
}
#copyright a:link, #copyright a:visited {
	color: #FFFFFF;
}
#copyright a:hover {
	color: #DBE9F7;
	text-decoration: none;
}
