@charset "utf-8";

#MainContainer {
	background-color: 000;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #F30;
	position: relative;
}
#TopOfPage {
	background-image: url(../images/maintitle.jpg);
	height: 120px;
	width: 800px;
	border-bottom-width: 1px;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#Banner {
	background-image: url(../images/secondbar.jpg);
	height: 20px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#NavBar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	color: #000;
	background-color: #CCC;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F30;
	border-bottom-color: #000;
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#MainContent {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	text-align: left;
	padding: 10px;
	float: left;
	width: 625px;
	position: relative;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#RightPane {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	text-align: center;
	padding: 5px;
	width: 140px;
	position: relative;
	float: right;
	height: inherit;
	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;
}
#RightPane a {
	color: #930;
	text-decoration: underline;
}

#Footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9pt;
	background-color: #ccc;
	text-align: center;
	width: 800px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #F30;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-left-color: #F30;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
a {
	text-decoration: none;
	color: #333;
}
#MainContent a {
	color: #930;
	text-decoration: underline;
}
h1 {
	color: #333;
}
#MainContainer #MainContent iframe {
	text-align: center;
	color: #CCC;
}
