﻿BODY {
	background-image: url('img/steelbg.gif');
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
}


A {
	text-decoration: underline;
	color: navy;
}

A:Hover {
	text-decoration: none;
	color: blue;
}

.style2 {
	color: Maroon;
	font-weight: bold;
	font-size: 11px;
	font-family: Tahoma;
}

.left H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-weight: bold;
	color: #000080;
	text-align: center;
	padding: 2px;
}
#header {
	width: 920px;
	height: 214px;
	margin: 0px auto;
	font-size: x-small;
	text-align: left;
	border: 1px solid #C0C0C0;
	position: relative;
	background-color: #FFFFFF;
}
#content {
	width: 920px;
	height: 1000px;
	margin: 0px auto;
	text-align: justify;
	position: relative;
	top: 10px;
}
#text {
	width: 480px;
	height: auto;
	margin: 2px;
	text-align: justify;
	position: relative;
	float: left;
}
