@charset "utf-8";
#container {
	height: auto;
	width: 960px;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
#main {
	height: auto;
	width: 800px;
	float: left;
	background-color: #FFFFFF;
	padding: 5px;
}
.mainbox {
	padding: 10px;
	float: left;
	height: auto;
	width: 650px;
	border: thin double #000000;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#content {
	width: 650px;
	float: left;
}
#topbar {
	width: 500px;
	height: 29px;
	float: left;
	margin-top: 25px;
}
.topbutton {
	width: auto;
	background-color: #FFFFFF;
	margin-right: 1px;
	margin-left: 2px;
	float: left;
	margin-top: 2px;
	height: 25px;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px dashed #AA1441;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
}
#footer {
	width: 100%;
	clear: both;
	border: 1px solid #000000;
	font-size: 80%;
	text-align: center;
	color: #000000;
}





body {
	margin: 0px;
	text-align: center;
}

#header {
	height: 185px;
	width: 960px;
	padding: 5px;
}
#logo {
	height: auto;
	width: auto;
	padding: 5px;
	float: left;
}
#leftcolumn {
	height: 500px;
	width: 150px;
	float: left;
	clear: both;
}
#address {
	height: 150px;
	width: 200px;
	padding: 5px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: right;
	clear: none;
}
#topbanner {
	width: auto;
}

#rightcolumn {
	height: 500px;
	width: 150px;
	float: right;
	clear: both;
}

