/* CSS Document */
body {
	background-color: #33040E;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	border: none;
}
a:visited {
	text-decoration: none;
	border: none;
}
a:hover {
	text-decoration: none;
	border: none;
}
a:active {
	text-decoration: none;
	border: none;
}

.topnav {
	text-align: left;
	font-weight: normal;
	color: #808080;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
	font-size: .8em;
}

.topnav a:link {
	color: #808080;
	border: none;
	text-decoration: none;
}

.topnav a:link img {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.topnav a:hover {
	text-decoration: none;
	color: #A32D45;
	border: none;
}

.banner {
	background-color: #33040E;
	width: 100%;
	height: 100px;
	background-image: url(../images/banners/online_banner_729x100.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.banner h1{
	margin-left: -5000px;
}

.container {
	background-color: #FFFFFF;
	margin-left: 1px;
	margin-right: 1px;
	
}

.main_content {
	padding-left: 20px;
	padding-right: 20px;
	background-color: #FFFFFF;

}

.thumbnails {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #A0A0A4;
}

.thumbnails p {
	font-size: 75%;
	text-align: center;
	padding-bottom: 10px;
}
th {
	padding: 1em;
	text-transform: uppercase;
	font-size: 1.25em;
	font-weight: normal;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	letter-spacing: .45em;
}

.current {
	font-size: 2.5em;
}
