body {
	background: #666666 url(/images/bg.jpg) repeat-x center top;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font: 11px/18px Verdana, Arial, sans-serif;
}
div.window {
	background: #FFFFFF;
	width: 764px;
	height: auto;
	padding: 0px;
	margin: 100px auto 0px auto;
	border: 5px solid #333333;
}
div.content {
	padding: 0px 10px 10px 10px;
	margin: 0px;
}
.leftcol {
	width: 520px;
	height: auto;
	float: left;
	padding: 0px;
	margin: 0px;
}
.rightcol {
	width: 200px;
	height: auto;
	float: right;
	border-left: 1px solid #CCCCCC;
	padding: 0px 0px 0px 20px;
	margin: 20px 0px 0px -10px;
}
h1 {
	font-size: 18px;
	color: #CC0000;
	text-transform: uppercase;
	padding: 0px;
	margin: 40px 0px 5px 0px;
}
h2 {
	font-size: 14px;
	color: #CC0000;
	padding: 0px;
	margin: 30px 0px 5px 0px;
}
h3 {
	font-size: 14px;
	color: #CC0000;
	font-weight: normal;
	padding: 0px;
	margin: 20px 0px 5px 0px;
}
.rightcol ul {
	margin: 0px 0px 0px 0px;
}
ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
li {
	line-height: 14px;
	background: url(/images/bullet.gif) no-repeat 0px 7px;
	list-style-type: none;
	padding: 3px 0px 3px 12px;
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	padding: 0px;
	margin: 10px 50px 10px 0px;
}
div.navigation {
	background: #990000;
	width: auto;
	height: 26px;
	padding: 0px;
	margin: 1px;
}
div.navigation ul {
	padding: 0px;
	margin: 0px;
}
div.navigation ul li {
	text-align: center;
	width: 12%;
	height: 26px;
	float: left;
	background: #FFFFFF url(none);
	padding: 0px 1px 0px 0px;
	margin: 0px;
	white-space: nowrap;
}
div.navigation ul li a {
	color: #FFFFFF;
	width: auto;
	height: 25px;
	text-decoration: none;
	background: url(/images/nav_bg.gif) repeat-x 0px 0px;
	padding: 0px 5px;
	marign: 0px;
	border-top: none;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
	display: block;
	line-height: 24px;
}
div.navigation ul li a:hover {
	text-decoration: none;
	background: #990000 url(none);
}
div.footer {
	width: 764px;
	height: auto;
	padding: 0px;
	margin: 10px auto 20px auto;
	text-align: center;
}
div.footer a {
	color: #333333;
}
table.quote {
	margin: 10px;
	line-height: 14px;
	color: #990000;
}
table.quote th {
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-align: left;
	line-height: 22px;
}
img.border {
	padding: 1px;
	margin: 0px;
	border: 1px solid #333333;
}
input, textarea {
	color: #333333;
	font: 11px Verdana, Arial, sans-serif;
	padding: 2px;
	margin: 2px;
	border: 1px solid #999999;
}
input:hover {
	background: #CCCCCC;
}
.login {
	border: 1px solid #CCCCCC;
	width: 230px;
	height: auto;
	padding: 5px;
	margin: 0px;
}