body {
	color: #333;
	font-size: 0.77em;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif;
	line-height: 1.5em;
	background-color: #4c618b;
	margin: 0;
	padding: 0;
	background-image: url(../images/backfade.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
h1 {
	color: #242A5C;
	font-size: 1.75em;
	font-weight: normal;
	margin: 0.67em 0;
}
h2 {
	color: #242A5C;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0.8em 0 0;
}
strong {
	color: #242A5C;
}

td { }

a:link {
	color: #3E479F;
	text-decoration: none;
}

a:visited {
	color: #3E479F;
	text-decoration: none;
}

a:hover { color: #a50028; text-decoration: underline; }

a:active { }
.container {
	background-color: white;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #AABDDF;
	border-bottom-color: #AABDDF;
	background-image: url(../images/left-col-back2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.mainbody { margin: 5px; }
.copyright {
	color: #242A5C;
	font-size: 0.8em;
	width: auto;
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AABDDF;
	padding-left: 5px;
	background-color: #FFF;
}
.copyright a:visited  {
	color: #242A5C;
	text-decoration: none;
}
.copyright a:link {
	color: #242A5C;
	text-decoration: none;
}
.copyright a:hover { color: #a50028; text-decoration: underline; }
.tight { margin: 0; padding: 0; }
.topnav {
	color: #7e7e7e;
	float: left;
	margin: 0;
	width: 100%;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AABDDF;
}
.topnav a:link {
	color: #FFF;
	text-decoration: none;
	padding: 4px 15px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AABDDF;
}
.topnav a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 4px 15px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AABDDF;
}
.topnav a:hover {
	color: #000;
	background-color: #AABDDF;
	text-decoration: none;
}
.topnav a:active { color: #fff; background-color: #7a7a7a; text-decoration: none; position: relative; top: 1px; right: -1px; }
.rightcol {
	width: 680px;
	float: right;
}
.leftcol {
	width: 202px;
	float: left;
}
.catchpa {
	color: #ff0;
	font-weight: bold;
	background-color: #000;
	font-size: 1.4em;
	font-style: italic;
}
.bluebox {
	background-color: #F2F4F9;
	padding: 2px;
	font-style: italic;
}
.blueboxborder {
	background-color: #F2F4F9;
	padding: 2px;
	border: 1px solid #305B88;
}
.indent {
	margin-left: 15px;
}
.prices table {
	font-size: 1em;
	background-color: #D8DDF0;
}
.prices table th {
	font-weight: bold;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 5px;
}
.prices table td {
	font-weight: normal;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	padding-left: 7px;
	background-color: #ECF0F9;
}
.smallprint {
	font-size: 8pt;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}
.callout {
	font-style: italic;
	background-color: #BBC8D8;
	padding: 5px;
	width: 99%;
	border: 1px solid #305B88;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

