﻿body {
	background: #F8F8F8;
}
.shell {
	width: 80%;
	border: 1px solid #003A7A;
}
.top {
	height: 79px;
	background: #E6E6E6 url('images/topRight.jpg') top right no-repeat;
	vertical-align: middle;
	text-align: left;
}
.topNav {
	background: #B4B4B4 url('images/topCurve.jpg') top left no-repeat;
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #003A7A;
	font-weight: bold;
	height: 33px;
	text-align: right;
	padding-right: 20px;
	padding-left: 8px;
}
.topNav A {
	color: #003A7A;
	text-decoration: none;
}
.topNav A:hover {
	color: #003A7A;
	text-decoration: underline;
}
.side {
	background: #003A7A;
	width: 140px;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 9px;
	padding-bottom: 18px;
	vertical-align: top;
	text-align: center;
	height: 100%;
}
.login {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #FFFFFF;
	border-bottom: 1px solid #F36E64;
	margin-bottom: 9px;
}
.content {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #003A7A;
	padding: 8px;
	background: #FFFFFF;
	vertical-align: top;
}
.content table {
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #003A7A;
}
h1, .title {
	border-bottom: 1px solid #737373;
	font-size: 13px;
	font-weight: bold;
	color: #003A7A;
}
h2, .subTitle {
	font-size: 12px;
	font-weight: bold;
	color: #003A7A;
	text-decoration: underline;
}

a{
	color: #003A7A;
	text-decoration:underline;
}

a:hover {
	text-decoration: none;
}

.bottom {
	background: #737373;
	border-top: 1px solid #F36E64;
	height: 21px;
	font-family: trebuchet ms, arial;
	font-size: 11px;
	color: #FFFFFF;
	text-align: right;
	padding-right: 10px;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.content table {
	 width: 520px;
}

.content table th {
	text-align: left;
	text-decoration:underline;
	padding: 0 0 12px 0;
}

.contact table td {
/*	padding: 4px; */
}

.content table.rates {
	 width: 85%;
}

.content table.rates th {
	text-align: center;
	background-color: #B4B4B4;
	text-decoration: none;
	border: 1px #fff solid;
	padding: 4px;
}

.contact table.rates td {
	padding: 12px 0;
}


/* FIELDSET CODE
**********************************************/
fieldset {
	padding: 0;
	margin: 0 auto;
	width: 600px;
	text-align: center;
}
fieldset p {
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}
legend {
	font-size: 16px;
	font-weight: normal;
	color: #003A7A;
	padding-right: 10px;
	padding-left: 5px;
	text-align: left;
	margin: 0 auto;
	border: 0px #D0D0BF solid;
}
