﻿body{
 text-align: center;
 background: #c0c0c0;
 margin:0;
 padding:0
}
p {
	margin: 2px;
}
h1{
	margin: 2px;
}
h2{
	margin: 3px;
}
h3{
	margin: 1px;
}
h4{
	margin: 2px 1px;
}
h5{
	margin: 1px;
}
hr{
	margin: 15px 0px;
}
#page {
	margin: 0 auto;
	background-color: #c0c0c0;
	width: 750PX;
	height: auto;
	min-height: 550px;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
}
#topbanner{
	top: 0px;
	margin: 0px;
	width:750px;
	height: auto;
	background-color: #d11c26;
}
#navigation{
	width: 750px;
	height: auto;
	
}
#sub-navigation{
	width: 744px;
	height: auto;
	padding: 3px;
	text-align: center;
}
#content{
	margin: 10px 0px 0px 0px;
	height: auto;
	padding: 5px;
	width: 740px;
	text-align: center;
	line-height:1;
}
#content li {
	margin: 0 0 .1em -2em;
}
#content td {font-size: .75em}
#left-column{
	position:relative;
	background:#CCCCCC;
	float: left;
	left: 20px;
	width: 330px;
	height: auto;
}
#bottom-links{
	width: 100%;
	text-align:center;
	margin:5px 0;
}
#right-column{
	background:#CCCCCC;
	float: right;
	right: 20px;
	width: 330px;
	height: auto;
}
ul {
	list-style:none;
}
.redhighlight{color:#d11c26;font-weight:bold}
.centered {text-align:center;}
.left {text-align:left;}
