/* Better choice */

body {
  text-align:center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:11px;
  color: #000;
  background-color:#003c6d;
  }

.wrapper {
  width:894px;
  _width:940px;
  background-color:#fff;
  text-align: left;
  margin:0 auto;
}

.header {
  padding:5px 5px 10px 0px;  
}

.nav {
  float:left;
  text-align: left;
  width: 180px;
  margin: 0px;
  padding: 0px;
}

.nav ul {
	list-style-type: none;
	margin-top:20px;
	margin-left: 5px;
	padding: 0px;
}

.nav ul li {
	margin-bottom: 1px;
	border-left: 5px solid #003c6d;/*#363636;*/
	behavior: url(hover.htc);
}

.nav ul li a, .nav ul li a:visited {
	display: block;
	text-decoration: none;
	font-weight: bolder;
	color: #fff;
	background-color: #003c6d;/*#363636;*/
	width: 170	px;
	height: 20px;
	border-left: 1px solid #fff;
	padding: 6px 0px 0px 15px;
	margin: 0px;
}

.nav ul li:hover a {
	background-color: #610000;
}

.content {
  float:right;
  text-align: left;
  width: 674px;
  margin: 0px 20px 20px 0px;
}

.footer {
  clear:both;
  height: 50px;
  border-top:1px solid #cccccc;
  text-align: left;
  background-color:#e8e8e8;
  padding: 10px 10px 10px 200px;
}

.footer a {
	color: Black;
	text-decoration: none;
}

.log_btn {
	margin-left: 5px;
	margin-bottom: 20px;
	border: none;
}

.home_left {
	float: left;
	clear: right;
	width: 48.5%;
	text-align: justify;
}

.home_right {
	float: right;
	width: 48.5%;
	text-align: justify;
	padding-top: 12px;
}


.clear_both {
	clear: both;
}
.content_left {
	float: left;
	clear: right;
	width: 49%;
	text-align: justify;
}
.content_right {
	float: right;
	width: 48.5%;
	text-align: justify;
	padding-top: 12px;
}
.content h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #610000;
}

.content h2 {
	font-size: 11px;
	font-weight: bold;
	color: #610000;
}

.content h3 {
	font-size: 14px;
	font-weight: bold;
	color: #610000;
}

.content a, .content a:visited {
  text-decoration: none;
  color: #610000;
  font-size: 13px;
  font-weight: normal;
}

.welcome {
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	color: Black;
}

hr {
	color:#610000;
	background-color:#610000;
	height:1px;
	border:none;
	width: 100%;
}
.rates {
	border: 1px solid #363636;
	text-align: center;
}
.rates th {
	font-size: 13px;
	color: #fff;
	background-color: #363636;
	width: 80px;
}
.rates td {
	border: 1px solid #363636;
	height: 25px;
}

.app_form input {
	border: none;
}