body {
	background-color:#B3B8C6;
	text-align:center;
	font-family:arial;
	font-size:.8em;
	color:#333B2D;
}

h1{ 
	margin:0px;
	font-size:16px;
	color:#7B5D61;
}
h2{ 
	margin:0px;
	font-size:14px;
	color:#554F50;
}
a:hover {
	text-decoration:underline;
}
/* debug only */
#bodycontainer {border:0px #000 solid;}
/* debug only */

#outcontainer {
	width:755px;
	margin:0 auto;
	background-color:#fff;
	padding:8px;
}

#topheader {
	width:100%;
	height:50px;
	text-align:left;
	background-color:#fff;
}

#navbar {
	background-color:#794D54;
	height:20px;
	color:#fff;
	padding:4px;
}

#navbar a, #navbar a:visited {
	color:#fff;
	text-decoration:none;
}


#navbar a:hover {
	text-decoration:underline;
}

#navbarbanner {
	text-align:left;
	background-color:#DBE1D7;
	width:100%;
}

#emptynavbar
{
	height:20px;
	background-color:#A7B59D;
}

#leftnavbarapp {
	text-align:center;
	width:22%;
	float:left;
	padding:4px;
	font-size:.9em;
	padding-top:200px;
}
#leftnavbar {
	text-align:center;
	background-color:#DBE1D7;
	width:28%;
	height:800px;
	float:left;
	padding:4px;
	font-size:.9em;
}
#leftnavbar .section {
	background-color:#fff;
}

#leftnavbar .linkscontainer {
	text-align:left;
	width: 96%;
	padding: 2px;
	border-bottom: 1px solid #794D54;
	display: block;
}
#leftnavbar  a:hover {
	width: 96%;
	text-decoration:underline;
}
#leftnavbar a {
	text-decoration:none;
	color:#000;
}
#leftnavbar .hdr {
	background-color:#794D54;
	width:96%;
	color:#fff;
	font-weight:bold;
	padding:4px;
	font-size:1em;
}

#leftnavbar .hdr a {
	color:#fff;
	font-weight:bold;
}

#bodyapp {
	text-align:left;
	margin-left:25%;
	padding:8px;
	height:auto;
	color:#333B2D;
}

#body {
	text-align:left;
	margin-left:30%;
	padding:8px;
	height:auto;
	color:#333B2D;
}

#bodycontainer {
	background-color:#FAFCF9;
}

#footer {
	font-size:.75em;
	clear:both;
	margin-top:20px;
}

#footer a {
	text-decoration:none;
	color:#000;
}
.clear {
	clear:both;
}

#applinkdiv {
	text-align:center;
	color:#000;
}

.applinkdiv a,.applinkdiv a:visited {
	text-decoration:none;
}


.quickapp {
	width:260px;
	border-collapse:collapse;
	border:1px #000 solid;
	height:180px;
	background-color:#F0F0F0;
	margin:auto;
}
.quickapp .lblDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:110px;
	text-align:right;
	padding:2px 8px 0px 4px;
	float:left;
	margin:4px 0px;
	font-size:13px;
}


.quickapp .fieldDiv {
	border:0px #000 solid;
	font-weight:bold;
	width:120px;
	text-align:right;
	padding:1px 2px 0px 4px;
	float:left;
	margin:4px 1px;
	font-size:13px;
}

.quickapp .hdrDiv {
	text-align:center;
	font-size:14px;
	padding:4px;
	background-color:#794D54;
	color:#fff;
	font-weight:bold;
}

.app td{
	font-size:12px;
}

.app .lbl {
	font-weight:bold;
	width:150px;
	text-align:right;
}


.app {
	border:2px #5E7488 solid;
	width:400px;
	background-color:#EFEFEF;
}
.app .hdrfield{
	color:#FFFFFF;
	font-weight:bold;
	background-color:#794D54;
	padding:4px 9px;
	font-size:15px;
}

.app .submit{
	font-size:14px;
	background-color:#794D54;
	color:#FFF;
	font-weight:bold;
	width:250px;
}
.quickapp select {
	font-size:12px;
	width:125px;
}
.quickapp input {
	font-size:12px;
}
.quickapp .submit{
	font-size:14px;
	background-color:#DDD;
	color:#000000;
	font-weight:bold;
	width:120px;
}
.app .TermsOfService a{
	color:#888;
}

.app .TermsOfService {
	font-size:11px;
}

td .TermsOfService {
	font-size:11px;
}


.RateTable {
	margin:auto;
	text-align:center;
}

.RateTable table {margin:auto;}
 
.RateTable th {
	width:70px;
	text-align: left;
	font-size:11px;
}

.RateTable td {
	width:50px;
	text-align: left;
	font-size:11px;
}
.RateTable table th { 
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: center;
	background-color: #EEE;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	vertical-align: bottom;
}

.RateTable table td { 
	height: 15px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 4px;
	background-color: #EEE;
	text-align: center;
}

.rateDisclosure {
	font-size:.8em;
	width:80%;
}