﻿body {
	background: #EAEAEA;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}
a:visited {
	color: #5D0102;
	text-decoration: underline;
}
a:link {
	color: #5D0102;
	text-decoration: underline;
}
a:active {
	color: #5D0102;
	text-decoration: none;
}
a:hover {
	color: #5D0102;
	text-decoration: none;
}
.shell {
	width: 85%;
	border: 1px #969595 solid;
}
.topNav {
	/*width: 296px;*/
	width: 50%;
	background: url('images/topRight.jpg') top right no-repeat;
	font-family: arial;
	font-size: 11px;
	vertical-align: top;
	text-align: right;
	color: #FFFFFF;
	padding: 5px;
}
.topNav a {
	color: #FFF;
	text-decoration: none;
}
.topNav a:hover {
	text-decoration: underline;
}
.sideNav {
	background: #FFFFFF url('images/leftGradient.jpg') top center repeat-x;
	width: 160px;
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	vertical-align: top;
	text-align: center;
	border-right: 1px #969595 solid;
	padding-bottom: 10px;
}
.sideNav A {
	color: #FFF;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
}
.sideNav A:hover {
	text-decoration: underline;
}
.sideNav #Remote a {
	color: #5D0102;
}
.mainNav {
	border-top: 4px #AAAAAA solid;
	border-bottom: 4px #AAAAAA solid;
	background: #5D0102;
	vertical-align: middle;
	padding-left: 10px;
}
.content {
	background: #FFFFFF url('images/watermark.gif') center no-repeat;
	width: 85%;
	padding: 5px;
	/*font-size: 80%;*/
	vertical-align: top;
	font-family: "Times New Roman", Times, serif;
}
.content h1 {
	font-size: 1.5em;
	color: #5D0102;
	font-style: italic;
	border-bottom: 1px #CCC solid;
}
.content h2 {
	font-size: 1.1em;
	color: #000;
	font-style: normal;
}
.content h3 {
	font-size: 1.1em;
	color: #5D0102;
	font-style: normal;
}
.bottom {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	background: url('images/bottomBack.gif') top right repeat-x;
	text-align: right;
	padding-right: 8px;
	padding-top: 16px;
	padding-bottom: 8px;
	vertical-align: top;
}
.bottom A {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom A:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.maroonTxt {
	color: #5D0102;
	font-style: italic;
	font-weight: bold;
}
.ssb {
	color: #5D0102;
	font-style: italic;
	font-weight: bold;
	font-size: .8em;
}
.ssbreg {
	color: #000;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
}

.txtR {
	text-align: right;
}
.txtC {
	text-align: center;
}
.txtSmall {
	font-size: x-small;
}
.txtBig {
	font-size: x-large;
}
a[href^="mailto:"] {
	background: url('images/email.gif') no-repeat left top;
	padding: 0 0 2px 18px;
}
table.rate {
	border-color: #CCC;
	border-collapse: collapse;
}
table.rate td {
	border-color: #CCC;
	border-collapse: collapse;
}
a.btn {
	background-color: #CCC;
	border: 1px #5D0102 solid;
	padding: 0 20px;
	text-decoration: none;
	color: #000;
}
