* {
	margin: 0;
}
html, body {
	height: 100%;
	text-align: center;
	background-image: url(images/header_bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}



/* Site Wide Basic Element Layout Styles */

body {
	text-align: center;
	background-image: url(images/bkgnd.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

.clear {
	clear: both;
}
#navigation_wrapper {
	background-image: url(images/skyline_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 250px;
	width: 850px;
}
#content_wrapper {
	width: 850px;
	background-image: url(images/content_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
}
#content {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #000;
}
#content h2 {
	font-size: 1em;
	color: #0723BF;
	margin-bottom: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0723BF;
	width: 400px;
	font-family: futura, Verdana, Geneva, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.top {
	text-align: right;
}

#content a {
	color: #0123BF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
#content a:hover {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
	color: #999;
}
#content a:visited {
	color: #0123BF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
#content a:hover:visited {
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}



#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%; /* the bottom margin is the negative value of the footer's height */
	width: 850px;
	position: relative;
	margin: 0 auto 0px;
	text-align: left;
	background-image: url(images/content_bkgnd.jpg);
	background-repeat: repeat-y;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	background-image: url(images/header_bkgnd.jpg);
	width: 850px;
}





/* Footer Styles */


.footer, .push {
	height: 10px;
}
.footer_wrapper {
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e5e9f8;
}
.footer {
	position: relative;
	height: 150px;
	width: 850px;
	background-image: url(images/footer_bkgnd.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: center top;
	padding-top: 10px;
	font-family: "futura. Arial", Helvetica, sans-serif;
	font-size: 1em;
}
.footer_meta {
	font-family: futura, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #FFFFFF;
}
.footer_yellowline {
	background-color: #fffac3;
	height: 4px;
	background-image: url(images/yellow_line_bkgnd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer_navigation {
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 8px;
	font-weight: bold;
}
.nav img {
}
.footer a {
	color: #0123BF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
.footer a:hover {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
	color: #FFEF00;
}
.footer a:visited {
	color: #0123BF;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
.footer a:hover:visited {
	color: #FFEF00;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}

.request {
	float: right;
	width: 222px;
	height: 41px;
	padding-top: 109px;
}
#content h1 {
	color: #0123BF;
	font-family: futura, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}
.bold {
	font-weight: bold;
}
.bold_underline {
	font-weight: bold;
	text-decoration: underline;
}
.gray_bkgnd {
	background: #e3e3e3;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: .8em;
}
.clear_bkgnd {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: .8em;
}.img_float_right {
	padding: 5px;
	float: right;
	margin-right: 5px;
	margin-left: 15px;
	border: thin solid #0123BF;
}

.img_float_left {
	padding: 5px;
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	border: thin solid #0123BF;
}
