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

body {
	font-family: "Times New Roman", Times, serif;
	background-color: #cc2228;
	color: #000;
	font-size: 100%;
}
h1 {
	font-size: 2em;
	font-weight: bold;
	color: #cc2228;
	text-align: center;
}
h2 {
	font-size: 1.5em;
	color: #cc2228;
	text-align: center;
	font-style: italic;
	font-weight: lighter;
}
h3 {
	color: #cc2228;
	font-size: 1.25em;
	font-style: italic;
	font-weight: lighter;
}
h4 {
	text-align: center;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: lighter;
}
p {
	font-size: .9em;
}
table {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	height: 100%;
	width: 500px;
}
th {
	font-size: 1.5em;
	color: #cc2228;
	font-style: normal;
	text-align: center;
	font-weight: lighter;
}
td {
	font-size: 1.25em;
	text-align: center;
	font-style: normal;
	font-weight: bold;
}
#wrapper {
	background-color: #FFF;
	height: 100%;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-top: -8px;
	border: 4px solid #FFF;
}
#wrapper2 {
	background-color: #cc2228;
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#wrapper3 {
	background-color: #cc2228;
	height: 100%;
	width: 510px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #FFF;
	padding-left: 10px;
	padding-bottom: 5px;
}
#header {
	height: 210px;
	width: 800px;
	position: relative;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cc2228;
}
#leftcol {
	float: left;
	height: 100%;
	width: 195px;
	background-color: #FFF;
	padding-left: 3px;
	padding-right: 2px;
}
#rtcol {
	float: right;
	height: 100%;
	width: 195px;
	background-color: #FFF;
	padding-right: 2px;
	padding-top: 25px;
	padding-left: 3px;
}
#rtcol2 {
	background-color: #FFF;
	float: right;
	height: 100%;
	width: 285px;
	padding-top: 5px;
	padding-right: 5px;
}
#rtcol3 {
	background-color: #FFF;
	float: right;
	height: 100%;
	width: 300px;
	position: relative;
	padding-top: 10px;
	padding-left: 5px;
}
#midcol {
	height: 100%;
	width: 410px;
	margin-left: 200px;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#midcol2 {
	background-color: #FFF;
	height: 100%;
	width: 315px;
	margin-left: 200px;
	padding-top: 5px;
}
#midcol3 {
	background-color: #FFF;
	height: 100%;
	width: 300px;
	margin-left: 195px;
	padding-top: 5px;
	padding-left: 70px;
}
#midcol4 {
	background-color: #FFF;
	height: 100%;
	width: 295px;
	margin-left: 198px;
	padding-top: 4px;
	padding-left: 3px;
}
#footer {
	background-color: #FFF;
	clear: both;
	height: 100%;
	width: 800px;
	position: relative;
	padding-top: 15px;
	padding-bottom: 2px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cc2228;
}
.pagelinks {
}
.galtext {
	text-align: right;
	margin-right: 75px;
}
.photocaption {
	font-size: .9em;
	font-style: italic;
	color: #cc2228;
}
.imgrule {
	border: 1px solid #cc2228;
}
.copyright {
	font-size: .7em;
	font-style: italic;
	text-align: center;
}
.linktext {
	color: #000;
	text-decoration: none;
}
.linktext:hover {
	color: #cc2228;
}
.testmidbody {
	text-align: right;
	margin-right: 5px;
}
