@charset "UTF-8";

html {
	height: 100%;
}
body{
	height: 100%;
	text-align: center;
	background-color: #122C73;
}
* {
	margin: 0;
	padding: 0;
}
#wrap {
	width: 800px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #FFFFFF;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #987A2E;
	border-left-color: #987A2E;
	background-image: url(images/wrap.jpg);
	background-repeat: repeat-x;
}
* html #wrap {
	height: 100%
}
#logo {
	width: 800px;
	height: 117px;
	background-color: #666666;
}
#logo img {
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#header {
	width: 800px;
	height: 355px;
	margin: 0px;
	padding: 0px;
}
#lcol {
	width: 200px;
	float: left;
	padding: 5px 0 0 0;
	background-color: #00FF33;
}
#content {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
.floatRight {
	border: 1px none #122C73;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#wrap #content li {
	margin-left: 50px;
}
.rally td {
	vertical-align: top;
	padding-right: 50px;
}
h5 {
	font-size: 12px;
	line-height: 14px;
	color: #122C73;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #987A2E;
	padding-bottom: 20px;
}
.smaller {
	font-size: 10px;
	color: #122C73;
}
#rcol {
	width: 200px;
	float: right;
	padding: 10px;
	background-color: #FFFFCC;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	margin-left: 20px;
	border: 1px solid #987A2E;
}
.rates td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #CCCCCC;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #CCCCCC;
}
.center {
	text-align: center;
}
h3 {
	font-size: 13px;
	color: #122C73;
}
#wrap #content iframe {
	border: 1px solid #122C73;
}
h2 {
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #990000;
}
.blue {
	color: #122C73;
}
#footer {
	width: 800px;
	height: 40px;
	clear: both;
	background-color: #987A2E;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-top: -50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	font-size: 11px;
	line-height: 13px;
}
p {
	margin: 0;
	padding-bottom: 15px;
}
#footer a:link, #footer a:active, #footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #122C73;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
	color: #122C73;
	margin-bottom: 30px;
}
.outline {
	border: 1px solid #122C73;
}
