@charset "utf-8";
body  {
	background-color: #000000;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
}
.setup {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}

#container {
	width: 90%;
	background-color: #000000;
	color: #FFFFFF;
	margin-right: 5%;
	margin-left: 5%;
	border: medium double #FFFFFF;
}
#container #leftsidebar {
	width: 200px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: double;
	border-right-color: #FFFFFF;
	color: #FFFFFF;
	text-align: center;
}
#container #header {
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-image: url(../graphics/mapquill%20%20-%20header.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 180px;
}
#container #mainwindow {
	background-color: #000000;
	color:#FFFFFF;
	height: 600px;
	padding-top: 0em;
	padding-right: 2em;
	padding-bottom: 2em;
	padding-left: 2em;
}
.clearsetup {
	margin-right: 5%;
	margin-left: 5%;
	clear: both;
	height: 0px;
	color: #000000;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #00FFFF;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFFFF;
}
.setup #container #header h1 {
	letter-spacing: .1em;
	text-align: center;
}
.setup #container #header h2 {
	letter-spacing: .1em;
	text-align: center;
}

.setup #container #header h3 {
	letter-spacing: .1em;
	text-align: center;
	font-style: italic;
	color: #000000;
}
.setup #container #header h4 {
	letter-spacing: .1em;
	text-align: center;
	font-style: italic;
	color: #000000;
}

