@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#enterButton {
	width: 150px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #FFFFFF;
	background-color: #103997;
	text-align: center;
	text-decoration: none;
}
ul#navigation  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	list-style-type: none;
}
ul#navigation li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: 150px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
#thumbnails {
	height: 130px;
	float: right;
	width: 580px;
	background-image: url(../banners/indexpage/indexbanner.png);
	background-repeat: no-repeat;
}
#wrapper {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#header {
	height: 150px;
	padding-top: 6px;
	padding-bottom: 6px;
}
#nav {
	margin: 0px;
	padding: 0px;
}
#temp {
	float: left;
	width: 150px;
}
#temp {
	width: 150px;
	float: left;
}
#content {
	float: right;
	width: 580px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #0E3686;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #0E3686;
}
#footer {
	height: 40px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	padding: 8px;
	background-image: url(../../logos/CreditCardLogos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
}
#logo {
	background-image: url(../../logos/ostlogo_feb09.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	width: 150px;
	height: 150px;
}
#banner {
	float: right;
	width: 580px;
}
ul#navigation li a:hover {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display: block;
	width: 150px;
	background-color: #FF0000;
}
