body {
	font-size: 100%;
	font-size: 0.8em;
	margin: 10px;
	padding: 0px;
	background-color: #CCFFFF;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial;
}
#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#header {
	position: relative;
	width: 772px;
	height: 245px;
	padding: 45px 28px 0 0;
	background-image: url(images/header_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: right;
}
#content_container {
	position: relative;
	width: 800px;
	background-image: url(images/header_side.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#content {
	position: relative;
	float: right;
	width: 517px;
	padding: 0 90px 0 15px;
	border-left: 1px solid #B0DFF0;
	color: #003366;
}
#content p {
	margin: 0 0 8px 0;
}
#content p a {
	color: #6766CC;
}
h1 {
	font-size: 170%;
	font-weight: normal;
	color: #6766CC;
}
h2 {
	font-size: 130%;
	font-weight: normal;
	color: #6766CC;
}
.float_left {
	float: left;
	margin: 4px 4px 4px 0;
}
.float_right {
	float: right;
	margin: 4px 0 4px 4px;
}
#nav {
	position: relative;
	float: left;
	width: 140px;
	padding: 15px;
	margin: 0;
}
#nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#nav ul li {
	border-bottom: 1px solid #FFFFFF;
}
#nav ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 4px;
	display: block;
	width: 132px;
	background-color: #6766CC;
}
#nav ul li a:hover {
	background-color: #336699;
}
#nav p {
	text-align: center;
}
#footer {
	position: relative;
	width: 754px;
	padding: 8px;
	margin: 15px;
	color: #FFFFFF;
	background-color: #6766CC;
}
#footer p {
	text-align: center;
	padding: 0;
	margin: 0 0 8px 0;
}
#footer p a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.spacer {
	clear: both;
	height: 0;
	line-height: 0;
}
#special_offer {
	color: #6766CC;
	border: 1px solid #6766CC;
	width: 325px;
	margin: 10px auto;
}
#special_offer p {
	margin: 0;
	padding: 0;
	text-align: center;
}
#special_offer p strong {
	display: block;
	color: #FFFFFF;
	background-color: #6766CC;
}
table tr th {
	background-color: #6666CC;
	color: #FFFFFF;
	text-align: left;
}
table tr td, table tr th {
	padding: 4px 4px 15px 40px;
}
table tr.highlight {
	background-color: #CCFFFF;
}
#news_flash {
	position: relative;
	background-color: #D1EDFC;
	border: 1px solid #6633FF;
	padding: 4px;
}
#news_flash img {
	position: relative;
	float: left;
	margin: 0 2px 2px 0;
	border: none;
}