body {
	background-color: #AAAAAA;
	color: #181818;
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
}

a:link {color: #9E0B0E;}
a:visited {color: #9E0B0E;}
a:hover {color: #FF0000;}
a:active {color: #FF0000;}

div#container {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 708px;
	border: 0px;
	vertical-align: top;
}

div#header {
	display: block;
	float: left;
	background: url("../img/nav_header.jpg") no-repeat;
	width: 708px;
	height: 128px;
	margin: 0px;
}

div#columns {
	display: block;
	float: left;
	background: url("../img/nav_bkg.jpg") repeat-y;
	width: 708px;
	margin: 0px;
	padding: 0px;
}

div#navleft {
	display: block;
	float: left;
	width: 20px;
	margin: 5px 0 0 0;
	padding: 0px;
}

div#content {
	display: block;
	float: left;
	width: 665px;
	margin: 5px 0 0 0;
	padding: 0px;
}

div#footer {
	width: 708px;
	height: 26px;
	clear: both;
	background: url("../img/nav_footer.jpg") no-repeat;
}

h1 {
	font-size: 160%;
	text-transform: uppercase;
}

h2 {
	font-size: 140%;
	text-transform: uppercase;
}

h3 {
	font-size: 120%;
	text-transform: uppercase;
}

h4 {
	font-size: 100%;
	text-transform: uppercase;
}

h5 {
	font-size: 85%;
	text-transform: uppercase;
}

img {
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 3px;
}

img.noborder {
	border-style: none;
}

ul {
	list-style-type: square;
}

ul.indentonly {
	list-style-type: none;
}

li.error {
	color: #CC0000;
	text-decoration: none;
	padding: 0 0 0 20px;
	margin: 0 0 0 0;
}

hr {
	height: 3px;
	color: #AAAAAA;
	background-color: #AAAAAA;
	border-style: solid;
}

/* BEGIN -- styles for contact form */

input {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
}

input.text {
	background-color: #E0E0E0;
}

textarea {
	font-family: "Verdana", "Arial", sans-serif;
	font-size: 8pt;
	background-color: #E0E0E0;
}

.button {
	background-color: #D0D0D0;
	text-align: center;
}

/* END -- styles for contact form */

.firstp {
	margin-top: 0px;
	padding-top: 0px;
}

.intro {
	font-weight: bold;
}

.right {
	text-align: right;
}

.centered {
	text-align: center;
}

.boxed {
	padding: 8px;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 3px;
}

.boxedtable td {
	padding: 8px;
	border-style: solid;
	border-color: #AAAAAA;
	border-width: 3px;
	vertical-align: text-top;
}

