/* CSS layout */
.noborder {
	border-width: 0;
}
#left_container {
	background-color: #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
}
a:hover {
	color: #FF0000;
}
.smallredtext {
			font-weight: 900;
			font-size: 120%;
			color: #BB0000;
			font-style: italic;
			font-family: "Trebuchet MS", "Lucida sans", "san serif";
}
.rednormal {
	font-size: 110%;
	font-weight: 900;
	color: #BB0000;
}
.float_right {
			float: right;
}
.float_left {
			float: left;
}
* {
	padding: 0px;
	margin: 0px;
}
body {
	padding: 0;
	background-color: #BB0000;
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 110%;
	font-weight: 600;
	color: #FFFFFF;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 930px;
}
h1 {
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 100%;
	font-weight: 600;
	font-style: italic;
	color: #FFFFFF;
}
h2 {
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 190%;
	color: #BB0000;
	font-weight: 900;
	text-align: center;
	font-style: italic;
	padding-bottom: 5px;
}
#masthead {
	border-style: solid dashed dashed dashed;
	border-width: 8px 10px 10px 10px;
	border-color: #000000 #FFFFFF #FFFFFF #FFFFFF;
	right: auto;
	left: auto;
	background-color: #CC0000;
	width: 930px;
}
#logo {
	float: left;
	width: 300px;
	background-color: #FFFFFF;
	height: 325px;
	vertical-align: middle;
}
#container {
	text-align: center;
	background-color: #FFFFFF;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-top-width: 10px;
	border-top-color: #000000;
}

.redtext {
	font-size: 175%;
	color: #BB0000;
	font-weight: 900;
}
a {
	color: #888800;
	font-size: 100%;
	font-weight: 600;
	text-decoration: none;
}
#center {
	padding: 10px;
	text-align: center;
	background-color: #FFFFFF;
	width: 930px;
	right: auto;
	left: auto;
	font-size: 125%;
}
.small_text {
	font-size: 120%;
	color: #000000;
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-weight: 600;
}
#divider {
	border-top: 8px solid #000000;
background-image: url('images/stripe2.jpg');
		height: 75px;
		width: 950px
}
#middle_header {
	text-align: center;
	height: 325px;
	background-color: #FFFFFF;
}
.pad_img {
	padding-top: 15px;
}
#page_content {
	border: 10px double #FFCC00;
	background-color: #000000;
	margin-top: 10px;
	margin-right: 302px;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.smallblacktext {
	font-size: 110%;
	font-weight: 800;
	font-style: italic;
	color: #000000;
}
#right_col {
	float: right;
	width: 302px;
	background-color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
}
h3 {
	font-family: "Comic Sans MS", Arial, sans-serif;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: 800;
}
h4 {
	font-size: 125%;
	font-weight: bold;
	color: #BB0000;
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
}
a:active {
	color: #CC3300;
}
h5 {
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 120%;
	font-weight: bold;
	color: #FFFFFF;
	font-style: italic;
}
#footer {
	padding: 10px;
	clear: both;
	background-color: #FFFFFF;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	font-size: 105%;
}
#footer_right {
	padding: 10px;
	width: 450px;
	float: right;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#footer_left {
	padding: 10px;
	margin-right: 450px;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
h6 {
	font-family: "Trebuchet MS", "Lucida sans", "san serif";
	font-size: 70%;
	font-weight: bold;
	color: #000000;
	text-align: center;
	padding-top: 20px;
	font-style: italic;
}