@charset "utf-8";
/* CSS Document */
#Container {
	width: 970px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
}
#Banner {
	background-image: url(../images/logotrans.gif);
	height: 80px;
	width: 646px;
	background-repeat: no-repeat;
	background-color: #FFF8DC;
	border: thin solid #b8860b;
	padding-top: 25px;
	padding-left: 320px;
	font-family: Verdana, Geneva, sans-serif;
}
#PageTitle {
	width: auto;
	overflow: hidden;
	position: relative;
	left: 0px;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	height: auto;
	text-align: center;
	vertical-align: top;
	font-size: 16pt;
	font-style: normal;
	line-height: normal;
	font-weight: bold;

}
#LeftColumn {
	float: left;
	width: 183px;
	height: 534px;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #b8860b;
	border-right-color: #b8860b;
	border-bottom-color: #b8860b;
	border-left-color: #b8860b;
	border-top-width: thin;
	background-color: #ffe4b5;
	overflow: auto;
}
#MainContent {
	height: 534px;
	width: 781px;
	background-color: #fff8dc;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #b8860b;
	border-right-color: #b8860b;
	border-bottom-color: #b8860b;
	border-left-color: #b8860b;
	float: none;
	overflow: auto;
	font-weight: normal;
}

#Footer {
	height: 25px;
	width: 945px;
	background: #FFFFFF;
	margin-top: 0;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	border: thin solid #b8860b;
}
#AccText {
	padding: 10px;
}
