html { height: 100%; }

body {
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #d6d6d6;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#bg-wrapper {
	width: 850px;
	background-image: url(/images/bg-main.gif);
	background-repeat: repeat-y;
	margin: 0 auto;
}
#wrapper {
	width: 826px;
	background-color: #10356a;
	margin: 0 auto;
}

blockquote {
	text-align: center;
	padding: 5px;
	margin: 0px;
	background-color: #e5e5ff;
	color: #111111;
	font-size: 9px;
	width: 150px;
	margin: 0 auto;
}

blockquote strong {
	display: block;
}
blockquote a:link, blockquote a:visited, blockquote a:active {
	color: #000000;
	text-decoration: underline;
}
blockquote a:hover {
	color: #333333;
	text-decoration: none;
}

h1 {
	font-size: 1.2em;
	font-weight: bold;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: underline;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 1em;
	border-top: 1px #FFFFFF solid;
	width: 100%;
}	

ul {
	margin-top: 20px;
}

li {
	margin-bottom: 15px;
}

caption {
	background: #FFFFFF;
	color: #000000;
	margin: 0 0 5px 10px;
	margin-bottom: -15px;
	text-align: left;
	padding: 0px 10px;
	font-weight: bold;
}

table {
	border: 1px #FFFFFF solid;
	width: 90%;
	margin-left: 10px;
	font-size: 10px;
	border-spacing: 20px 0;
	padding: 20px 0 5px 0;
}
p { padding-left: 10px; }

th {
	text-align: left;
	padding-bottom: 5px;
}
th strong {
	border-bottom: 1px #FFFFFF solid;
	display: block;
	width: 100%;
}

td {
	line-height: 1.2em;
}

dl {
	position: relative;
}
dt {
	position: relative;
	left: 0;
	top: 1.5em;
	width: 12em;
	font-weight: bold;
}
dd {
	margin-left: 12em;
	padding-left: 0;
}

address {
	margin: 15px 35px;
}

cite {
	font-size: 10px;
	line-height: 14px;
	border-top: 1px white solid;
}

a:link, a:visited, a:active, a:active {
	color: #FFFFFF;
	font-size: 1.1em;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#header {
	height: 143px;
	position: relative;
}
#header #right-image {
	float: right;
	margin: 1px 0;
	height: 111px;
	width: 395px;
}
#header #logo-image {
	position: absolute;
	top: 48px;
	left: 25px;
	border: none;
}
#header #centered-logo-image {
	position: absolute;
	width: 267px;
	height: 44px;
	top: 65px;
	left: 25px;
	border: none;
}
#header h1 {
	position: absolute;
	top: 87px;
	left: 20px;
	width: 375px;
	font-size: 13px;
	font-weight: normal;
	padding-left: 5px;
	margin-top: 5px;
}

#left-column {
	width: 200px;
	float: left;
}
#left-column ul {
	margin-top: 40px;
	padding-left: 25px;
	margin-left: 0;
}
#left-column li {
	list-style: none;
	margin: 20px 0;
}
#left-column a {
	font-size: 12px;
	font-weight: bold;
}

#right-column {
	width: 200px;
	float: right;
	padding: 50px 0;
	text-align: center;
}
#right-column h2 {
	font-size: 1.2em;
	text-decoration: none;
}
#right-column a {
	font-size: 12px;
}
#right-column a img {
	border: none;
}

#middle, #middle-index {
	float: right;
	font-size: 1.2em;
	line-height: 1.4em;
	border-left: 1px #3e5e87 solid;
	/* yep, IE6 */
	min-height: 300px;
	height: auto !important;
	height: 300px;
	padding: 50px 55px 50px 50px;

}

#middle {
	width: 520px;
}
#middle-index {
	width: 319px;
	border-right: 1px #3e5e87 solid;
}
#middle-index ul {
	margin: 0;
	padding-left: 0;
}
#middle img {
	display: block;
	margin: 0 auto;
}
#middle a {
	text-decoration: underline;
}
#middle a:hover {
	text-decoration: none;
}

#subnav, #footer, #top-bar {
	clear: both;
	height: 30px;
	background-color: #3e5e87;
	line-height: 30px;
	position: relative;
}
#footer {
	margin-bottom: 1px;
	padding-left: 5px;
}
#sub-footer {
	color: #333333;
	text-align: center;
	background: #d6d6d6;
	padding-bottom: 20px;
}

#subnav ul, #footer ul, #top-bar ul {
	position: absolute;
	right: 15px;
	top: 0px;
	padding: 9px 0;
	margin: 0;
}
#footer ul {
	padding: 9px 0;
}
#subnav li, #footer li, #top-bar li {
	list-style: none;
	float: left;
	margin: 0 0 0 10px;
	padding: 0 10px 0 0;
	line-height: 1.2em;
	border-right: 1px #FFFFFF solid;
}
#subnav li.last-item, #footer li.last-item, #top-bar li.last-item {
	border-right: none;
}
#index {
	margin-right: 175px;
	border-right: 1px #3e5e87 solid;
	padding-right: 25px;
}
#index ul {
	padding-left: 0;
}

.link-button {
	display: block;
	width: 60%;
	margin: 10px auto;
	border: 2px solid black;
	color: #000000;
	text-align: center;
	background-color: white;
	padding: 5px 15px;
	line-height: 12px;
}

a.link-button:link, a.link-button:visited, a.link-button:active {
	color: black;
	font-size: 10px;
}
a.link-button:hover {
	color: black;
	text-decoration: underline;
	border-color: #333333;
	background-color: #CCCCCC;
}

#transactions img {
	float: left;
	border:3px solid #3E5E87;
	margin: 0 12px 12px 0;
}
#transactions .noborder
{
margin:0px !important;
}

#centered-transactions {
	width: 350px;
	margin: 0 auto 15px;
}

#providea-transaction {
	margin-right: 18px;
}

ul#contacts-index{display:block;list-style:none;float:left;width:160px;margin:0;padding:0;}
ul#contacts-index li{cursor:pointer;margin-top:17px;}
ul#contacts-index li a{background-color:#10356A;display:block;color:#FFFFFF;text-decoration:none;height:19px;line-height:19px;padding:0 2px;}
ul#contacts-index li a:hover{border:1px solid #e4e4e4;background-color:#076B9F;color:#FFFFFF;}
ul#contacts-index li a.active{border:1px solid #c5dbf5;background-color:#084D92;color:#333;}
