﻿body {
	background-color: #757478;
	font-family: Tahoma, Arial, Helvetica;
	font-size: small;
	margin: 0px;
}
h2 {
	font-size: medium;
	font-weight: bold;
}
#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 900px;
	top: 0px;
	position: relative;
	right: auto;
	left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 900px;
}
#middle {
	background-image: url('../images/background1.jpg');
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
#footer {
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
	color: #EEF7FE;
	font-size: x-small;
	padding: 0px;
	margin: 0px;
	width: 900px;
	height: 60px;
	text-align: center;
}
#content {
	padding: 10px 20px 20px 10px;
	float: right;
	width: 670px;
}
#nav {
	padding: 0px;
	margin: 0px 5px 20px 0px;
	width: 160px;
	height: 90px;
	top: 0px;
	left: 0px;
	float: left;
}
.clear {
	clear: both;
}
.nav_button {
	border-width: 0px;
}

h3 {
	font-size: medium;
	font-weight: bold;
	text-decoration: underline;
}
.img_left {
	border-width: 0px;
	margin: 15px 15px 15px 0px;
	float: left;
}

.footer_nav {
	color: #EEF7FE;
	text-decoration: none;
}

.img_right {
	border-width: 0px;
	margin: 15px 0px 15px 15px;
	float: right;
}
.center_text {
	text-align: center;
}
.underline {
	text-decoration: underline;
}
.img_center {
	border-width: 0px;
	margin: 15px;
	right: auto;
	left: auto;
}

.nav_link {
	color: #000000;
	text-decoration: none;
}

.justify_text {
	text-align: justify;
}

.table_text {
	font-size: medium;
}

