/* Body & Divs */

body {
	background-color: #0033a5;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#mapviewer {
	float:right;
	margin-left:10px;
}

#container {
	width: 800px;
	margin: 0px;
	margin-left: 220px;
	border: #ffe6bb solid 1px;
	background-color: #e3f3ff;
}

#header {
	background-image: url(../images/header_01.gif);
	background-repeat: no-repeat;
	height: 163px;
}

#menu {
	height: 33px;
}

#content {
	padding: 3px 7px;
	padding-top: 0px;
	min-height: 330px;
	background-image:url(../images/header_07.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#footer {
	clear: both;
	width: 800px;
	height: 50px;
	font-size: 0.8em;
	background-image: url(../images/footbg.gif);
	color: #FFFFFF;
	font-weight: bold;
}

/* Gallery & Images */

img {
	border: none;
	margin: 0px;
}

/* Text */

p {
	margin: 0px;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h2, h3 {
	margin: 0px;
	padding: 3px;
	font-size: 1.0em;
	color: #0000CC;
}

h2 {
	border-bottom: 1px solid;
	font-variant: small-caps;
	width: 560px;
}

li {
	margin-bottom: 6px;
}

#content p {
	padding: 3px;
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #3237ff;
}

a:hover {
	text-decoration: underline;
}

#footer p {
	text-align: center;
	padding-top: 30px;
}

/* Classes */

.hidden {
	visibility: hidden;
}

.highlight {
	color: #000099;
	font-weight: bold;
}

.panel {
	margin: 4px;
	padding: 4px;
}