@charset "UTF-8";
/* CSS Document */

* {
	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;
}
#header {
	background-repeat: no-repeat;
	background-position: center top;
	height: 187px;
	background-image: url(images/header.jpg);
	width: 800px;
}
#nav {
	padding-top: 166px;
}
#content h1 {
	font-size: 2em;
	line-height: 1em;
	color: #333;
	font-family: "Times New Roman", Times, serif;
	margin-bottom: -10px;
}
.float_right {
	float: right;
}
.float_right_border {
	float: right;
	padding: 5px;
	border: thin solid #B2DBF7;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.float_left {
	padding: 5px;
	float: left;
}
.float_left_border {
	padding: 5px;
	float: left;
	border: thin solid #A8D7F3;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#content h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	color: #666;
	margin-bottom: -15px;
}
#address {
	text-align: right;
	padding-right: 10px;
	float: right;
	padding-top: 10px;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
#content_wrapper {
	width: 800px;
	background-image: url(images/content_header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
}
#content {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #000;
}

#content a {
	color: #09C;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}
#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: underline;
}
#content a:hover:visited {
	color: #999;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}
#footer {
	text-align: center;
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000;
	padding-bottom: 20px;
}

#footer a {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
#footer a:hover {
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
	color: #09C;
}
#footer a:visited {
	color: #000;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
#footer a:hover:visited {
	color: #09C;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: underline;
}

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

