.locationbar {
	border-bottom: 1px dashed #000000;
	border-top: 1px dashed #000000;
	font-weight: bold;
	text-align: left;
	padding: 3px;
	background-color: #C1C5D1;
	color: #404040;
	width: 100%;
}

.copyrightbar {
	font-size: 7pt;
	text-align:right;
	padding: 3px;
	width: 700px;
	float: inherit;
	background-color: #C1C5D1;
	border-bottom: 1px dashed #000000;
	border-left: 1px dashed #000000;
	border-right: 1px dashed #000000;
	color: #808390;
}

.container {
	border: 1px dashed #000000;
	width: 700px;
	background-color: #FFFFFF;
}

.header {
	width: 100%;
	height: 45px;
	text-align: right;
	padding: 3px;
	background-image: url(./images/site/logo.jpg);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
}

a:link, a:active, a:visited {
	color: #AA6270;
	text-decoration: none;
}

a:hover {
	color: #883040;
	text-decoration: none;
}

big {
	color: #AA6270;
	font-size: 9pt;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	text-align:center;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(./images/site/background.jpg);
	margin: 0px;
	padding: 15px;
	scrollbar-base-color: #C1C5D1;
}

.leftsidebar {
	background-color: #D2D7E2;
	text-align: left;
	padding: 4px;
	width: 125px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}

.rightsidebar {
	background-color: #D2D7E2;
	text-align: left;
	padding: 4px;
	width: 125px;
	float: right;
	margin-top: 3px;
	margin-left: 3px;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
}

.content {
	text-align: left;
	padding: 2px;
}
