@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 0.8em;
	text-align: left;
}

html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}
#banner {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#banner_text {
	float: left;
}
#balance {
	float: left;
	padding-left: 17px;
}
#content {
	background-image: url(images/background_white_shadow.png);
	background-repeat: repeat-y;
	width: 760px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
p {
	line-height: 1.3em;
	margin: 0px;
	padding: 0px;
}
#footer {
	text-align: center;
	width: 726px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #999;
	padding-top: 10px;
}
#footer img {
	padding-right: 20px;
}
#balance_bottom {
	width: 156px;
	padding-left: 17px;
	float: left;
	text-align: right;
}
#top_nav {
	float: right;
	margin-right: 44px;
	margin-top: 30px;
	margin-bottom: 20px;
}
#left_nav {
	float: left;
	clear: both;
	width: 142px;
	margin-left: 45px;
	height: auto;
}
#right_content {
	width: 505px;
	padding-bottom: 40px;
	min-height: 400px;
	clear: right;
	margin-left: 210px;
}
#left_nav ul  {
}
#left_nav ul li {
}
#left_nav ul li a {
}
#left_nav ul li a:hover {
}
.bottomSpace {
	margin-bottom: 30px;
}
.topSpace {
	padding-top: 20px;
}
.noBorder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
h1 {
	font-size: 1.65em;
	color: #2C4882;
	margin-bottom: 3px;
}
h2 {
	font-size: 1.25em;
	color: #F67222;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	color: #173470;
	margin: 0px;
}
#content #right_content ul {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.3em;
}
#content #right_content ul li {
	margin-left: -20px;
	margin-bottom: 5px;
}
#content #right_content ol {
	line-height: 1.3em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
#content #right_content ol li {
	margin-bottom: 5px;
}
