/* CSS Document */

body {
	margin: 0px;
	text-align: center;
	background-image: url(images/tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
#container {
	width: 780px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #3075B5;
}
#header {
	float: left;
	height: 31px;
	width: 780px;
}
#flash {
	float: left;
	height: 98px;
	width: 780px;
	background-color: #FFFFFF;
}
.lucidaWhite12 {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
}
.lucidaWhite12 a:link, a:visited {
	color: #F8A61B;
	text-decoration: none;
}
.lucidaWhite12 a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#strip {
	float: left;
	height: 13px;
	width: 780px;
}
#menu {
	float: left;
	height: 23px;
	width: 780px;
	background-color: #3075B5;
	padding-bottom: 30px;
}
#logos {
	float: right;
	width: 130px;
	margin-left: 20px;
	height: 400px;
}
#contentContainer {
	float: left;
	width: 780px;
	background-color: #3075B5;
}
#contentLeft {
	float: left;
	width: 235px;
	background-color: #3075B5;
}
#contentRight {
	float: left;
	width: 528px;
	background-color: #3075B5;
	margin-bottom: 20px;
}
#footer {
	text-align: center;
	width: 780px;
	float: left;
	border-top-color: #F8A61B;
	border-top-style: solid;
	border-top-width: 10px;
	padding-top: 10px;
	background-color: #FFFFFF;
}
.footer {
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #3075B5;
}
.footer a:link, a:visited {
	color: #3075B5;
	text-decoration: none;
}
.footer a:hover, a:active {
	color: #FFFFFF;
	background-color: #3075B5;
}
input {
	color: #000000;
	font-size: 0.75em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
}
textarea {
	padding: 2px;
	color: #000000;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.75em;
}
#check {
	border: none;
	background-color: #3075B5;
}
#submit {
	border: 2px;
	color: #000000;
	background-color: #F8A61B;
	font-size: 0.8em;
	font-family: "Lucida Sans", "Lucida Grande", Arial, Helvetica, sans-serif;
	border-color: #FFFFFF;
	border-style: solid;
}
#contentLeftMenu {
	float: left;
	width: 220px;
	background-color: #3075B5;
	padding-left: 15px;
}
