﻿body {
	font-family: Arial, Helvetica, sans-serif;
	width: 800px;
	font-size: 16px;
	background-color: #ffffff;
}
td.banner {
	background-position: right bottom;
	background-color: #006699;
	color: #ffffff;
	font-weight: bold;
	padding: 12px;
	height: 235px;
	background-image: url('assets/blue_ant.gif');
	background-repeat: no-repeat;
}
#container {
	background-position: left;
	position: relative;
	width: 100%;
	background-image: url('assets/faux.png');
	background-repeat: repeat-y;
}
td.nav {
	background-position: top;
	padding-top: 20px;
	padding-left: 12px;
	background-image: url('assets/banner_to_nav.PNG');
	background-repeat: repeat-x;
	background-color: #ffcc66;
	vertical-align: top;
}
td.content {
	padding: 20px 5px 20px 12px;
	background-position: left bottom;
	left: 100px;
	margin-left: 170px;
	background-repeat: no-repeat;
	border-right-style: solid;
	border-right-width: 5px;
	border-right-color: #FFCC66;
	background-image: url('assets/bg_ant.jpg');
	vertical-align: top;
}
td.content a {
	color: #006699;
}
td.content a:link {
	color: #006699;
}
td.content a:hover {
	text-decoration: none;
	color: #006699;
}
td.content a:active {
	color: #006699;
	text-decoration: none;
}
td.go {
}
td.bottom {
	padding: 5px;
	background-color: #006699;
	font-size: 12px;
	text-align: center;
}
td.bottom a {
	color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
td.bottom a:link {
	color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
td.bottom a:hover {
	color: #000000;
	background-color: #ffc65b;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
td.bottom a:active {
	color: #000000;
	background-color: #ffffff;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 3px;
}
td.bottom br {
	padding: 0px 0px 12px 0px;
	text-align: center;
}
td.bottom p {
	padding: 0px 0px 12px 0px;
	text-align: center;
}
.compressed {
	font-weight: bold;
	color: #006699;
	letter-spacing: -1px;
	margin-right: 8px;
}
.dropcap {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	padding-right: 8px;
	letter-spacing: 3px;
}
.go {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #006699;
	letter-spacing: -3px;
	word-spacing: 2px;
}
.headline {
	font-size: 32px;
	font-weight: bold;
	background-color: #FFCC66;
	padding-left: 7px;
}
.list {
	font-size: 13px;
	padding-left: 13px;
}
.quoteblue {
	font-size: 21px;
	font-style: italic;
	color: #006699;
	line-height: 90%;
	text-align: center;
	background-color: #BBD0DB;
	width: 150px;
	float: right;
	background-image: url('assets/quoteblue.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 3px 20px 20px;
	margin-left: 6px;
}
.quotegold {
	font-size: 21px;
	font-style: italic;
	color: #D98D00;
	line-height: 90%;
	text-align: center;
	background-color: #ECDDBD;
	width: 150px;
	float: right;
	background-image: url('assets/quotegold.png');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 6px 3px 20px 20px;
	margin-left: 6px;
}
.q {
	background-color: #FFCC66;
	font-weight: bold;
	padding: 2px;
	font-size: 18px;
}
.a {
	background-color: #006699;
	font-weight: bold;
	padding: 2px;
	font-size: 18px;
	color: #ffffff;
}
.topic {
	font-weight: bold;
	font-size: 18px;
	color: #006699;
}
img.left {
	float: left;
	margin-right: 6px;
}
img.right {
	float: right;
	margin-left: 6px;
}

