body, p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #111;
}
body {
	background: url(bottom_bar.jpg) no-repeat bottom left; 
}
p {
	padding: 0;
	line-height: 15px;
	margin: 3px 0 0 0;
}
h1 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C82537;
	margin: 20px 0 0 0;
	padding: 0;
}

/* DIV SECTION - PRIMARY SECTIONS OF PAGE */

#header {
	background: url(top_background.jpg) top left no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
}
#leftColumn {
	position: absolute;
	top: 101px;
	left: 1px;
	padding: 50px 0 20px 0;
	text-align: right;
	float: left;
	width: 185px;
}
#content {
	position: absolute;
	top: 101px;
	left: 212px;
	padding: 0 30px 0 0;
	margin-bottom: 30px;
}

/* SUB-DIVISIONS WITHIN HEADER */

.logo {
	margin: 20px 0 0 25px;
	border: 0;
}

/* SUB-DIVISIONS WITHIN CONTENT */

#intro p {
	font-size: 13px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #C82537;
	margin-bottom: 3px;
}
#nav {
	position: absolute;
	top: 62px;
	left: 210px;
	white-space: nowrap;
}
#nav a {
	padding: 2px 7px;
	margin: 0 1px 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
	background-color: #C82537;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-decoration: none;
	line-height: 17px;
}
#nav a:hover {
	background-color: #cc0;
	text-decoration: none;
	border: 1px solid #C82537;
}
#content p {
	margin-bottom: 8px;
}
#content p.copy {
	color: #C82537;
}
#content table {
	background-color: #eee;
	margin-top: 7px;
}
#content td {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 11px;
	background-color: #fff;
	padding: 5px 0 5px 10px;
	vertical-align: top;
}
#content tr {
	margin: 2px;
	border: 1px solid #ccc;
}
#content ul {
	margin-top: 5px;
	margin-bottom: 0;
}
#content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 15px;
	padding: 0 0 5px 0;
}
#content td.gray {
	background-color: #ccc;
}
#content form#contact {
	margin-top: 3px;
	padding-bottom: 21px;
}
#content form#contact p {
	clear: both;
	margin: 0;
	width: 350px;
}
#content form#contact p label {
	float: left;
	margin-top: 5px;
}
#content form#contact p input, #content form#contact p submit {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 3px;
}
#content form#contact .text {
	width: 240px;
}
#content form#contact .buttons {
	padding: 2px 7px;
	margin: 3px /*1px*/0 0 0;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	color: #fff;
	background-color: #C82537;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	line-height: 17px;
}
#content form#contact p#message {
	width: 350px;
}
#content form#contact p#message label {
	float: left;
}
#content form#contact p#message textarea {
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 200px;
	margin-top: 3px;
	width: 240px;
}
#content #thankyou p {
	font-size: 13px;
}

/* SUB-DIVISIONS WITHIN LEFTCOLUMN */

#leftColumn p {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #000;
	text-align: left;
	padding: 10px 0 0 25px;
}
#leftColumn p.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 10px;
	padding: 2px 0 5px 25px;
	line-height: 12px;
}
#leftColumn ul {
	list-style-type: none;
	margin: 5px 0 0 0;
	padding: 0 0 0 25px;
	text-align: right;
}
#leftColumn li {
	background-color: #eee;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px;
}
#leftColumn li.header {
	background-color: #C82537;
	border-right: none;
	border-bottom: 2px solid #fff;
	border-left: none;
	border-top: 1px solid #333;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #fff;
}
#leftColumn li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: none;
	text-align: right;
	color: #C82537;
}
#leftColumn li a:hover {
	text-decoration: underline;
}

/* SPAN CLASSES */

.red {
	color: #C82537;
	font-weight: bold;
}
.red a {
	color: #C82537;
	text-decoration: none;
}
.red a:link {
	text-decoration: none;
}
.red a:hover {
	text-decoration: underline;
}