@charset "UTF-8";
/* CSS Document */
body, div {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-attachment: scroll;
	background-color: #fef6e8;
	background-image: url(../images/backgroundbar.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: relative;
}
div#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 230px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
}
div#wrapper {
	color: #000000;
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
div#links {
	width: 9.5em;
	float: left;
	text-align: right;
}
div#links a {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
	padding: .3em .3em;
}
div#links p {
	margin: 1.8em 0px;
}
div#links a:link {
	color: #000000;
	text-decoration: underline;
}
div#links a:visited {
	color: #444444;
	text-decoration: underline;
}
div#links a:hover {
	color: #f9dfa7;
	text-decoration: none;
	background-color: #000000;
}
div#maintext {
	margin: 0px;
	margin-left: 10.3em;
	line-height: 1.25em;
	padding-right: 10px;
	border-left: solid 1px #000000;
	padding-left: .8em;
}
h1 {
	font-size: 2.2em;
	font-weight: bold;
	line-height: normal;
}
h2 {
	font-size: 1.7em;
	font-weight: bold;
	line-height: normal;
}
strong {
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}
em {
	font-style: italic;
	font-variant: normal;
	text-decoration: none;
}
a:link {
	color: #850000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #C40000;
	text-decoration: none;
}
.big {
	font-size: 1.7em;
}
.super {
	font-size: .5em;
	vertical-align: super;
}
table {
	margin-right: auto;
	border-style: none;
}
table th {
	font-weight: bold;
	text-align: left;
	padding-top: 1.2em;
}
table td.right {
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
table td.left {
	text-align: left;
	vertical-align: top;
}
#bottomlinks {
	margin-top: 50px;
	margin-bottom: 20px;
	font-size: .85em;
	text-align: center;
}
.creditline {
	font-size: .7em;
	font-style: italic;
	text-align: center;
}
/*no border for images that are links*/
a:visited img {
	border-width: 0px;
	border-style: none;
}
a:hover img {
	border-width: 0px;
	border-style: none;
}
a:link img {
	border-width: 0px;
	border-style: none;
}
a:active img {
	border-width: 0px;
	border-style: none;
}
.center {
	text-align: center;
}
div#special {
	width: 200px;
	height: 145px;
	float: right;
	position: relative;
}
div#special a img {
	position: absolute;
	top: 3px;
	right: 0px;
}
div#special a img.reg {
	z-index: 14;
}
div#special a img.hov {
	z-index: 10;
}



div#hover {
	margin: 0px;
	padding: 0;
	width: 517px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 150px;
}
div#finance img {
	position: absolute;
	top: 10px;
}

/*this creates hover properties*/
#hover a img.reg {
	z-index: 14;
}
#hover a img.hov {
	z-index: 10;
}




