﻿#header {
	padding: 5px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 200px;
	margin-bottom: 10px;
}
#container {
	margin: 2px auto 5px auto;
	width: 1024px;
	height: 1500px;
}
#topnav {
	width: 1024px;
	vertical-align: middle;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	height: 75px;
}
#leftnav {
	margin: 2px 2px 5px 0px;
	width: 125px;
	float: left;
	text-align: center;
	font-size: medium;
	font-family: "Arial Rounded MT Bold";
	list-style-type: circle;
	list-style-image: inherit;
	list-style-position: outside;
	color: #FF0000;
	background-color: #C0C0C0;
	height: 1000px;
}
#content {
	width: 890px;
	float: right;
}
#rightnav {
	float: right;
	width: 125px;
	text-align: center;
}
#spacer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 35px;
	background-color: #666666;
	color: #FFFFFF;
	font-size: large;
	font-weight: bold;
	vertical-align: middle;
}
.smallred {
	font-family: "Arial Rounded MT Bold";
	font-size: medium;
	text-align: center;
	color: #FF0000;
	text-decoration: underline;
}
.arialmed {
	font-family: Arial;
	font-size: medium;
}

#spacer2 {
	width: 1024px;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	font-family: "Times New Roman";
	font-size: medium;
	color: #FF0000;
	margin-right: auto;
	margin-left: auto;
	width: 1024px;
	height: 75px;
	text-align: center;
	vertical-align: bottom;
	margin-top: 25px;
}

.text_left {
	font-family: "Comic Sans MS";
	font-size: medium;
	text-align: left;
}

.bldcntr {
	font-family: "Arial Rounded MT Bold";
	font-size: x-large;
	color: #000000;
	text-align: center;
}

.img {
	border-width: 0px;
	text-align: center;
}

