@charset "utf-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #065386;
	background-color: #081A50;
	font-family: /*'Eras Bold ITC',*/ Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	z-index: 20;
}
a img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}





p {
	text-align: justify;
}

.errorText {
	color: #FF0000;
	font-weight: bold;
}
#header {
	background-image: url(../images/logoBkrnd.gif);
	display: block;
	background-repeat: repeat-x;
	float: left;
	width: 100%;
}

/*#topNav {
	clear: right;
	float: left;
	overflow: auto;
	background-color: #F36523;
}*/


/*begin contact page specific styling*/
#formSide {
	float: right;
	padding: 1em;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #F36523;
}
#gcSide {
	float: left;
	text-align: center;
	width: 18em;
}

#gcButton {
	text-align: center;
	clear: both;
}
#gcSide div {
	padding-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F36523;
	padding-top: 1em;
}
div#last  {
	border-bottom-style: none;
	border-right-style: none;
	padding-left: 23px;
}


/*end contact page specific styling*/

#bottomNav ul {
	list-style: none;
	text-align: center;
	clear: both;
}
#bottomNav li {
	display: inline;
}
#bottomNav a {
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #081A50;
	color: #FFFFFF;
	padding-right: 10px;
	padding-left: 2px;
}
#topLogo a {
	text-align: right;
	float: left;
	margin-left: 5em;
	margin-right: 5em;
}

#topLogo {
	background-image: url(../images/logoBkrnd.gif);
	/*background-repeat: repeat-x;
	float: left;*/
}
