body {
	background-image:url("images/background.jpg");
	background-repeat:no-repeat;
	margin-top:20px;
	margin-left:2px;
	font-family:Arial, Sans-Serif;
	font-size:10pt;
}

#boundary {
	margin:0px auto;
	background-image:url("images/boundarysmall.jpg");
	background-repeat:no-repeat;
	width:125px;
	height:145px;
}

#container {
	margin:20px auto;
	border:1px solid #000000;
	width:780px;
	min-height:500px;
	background:#ffffff;
}

#content {
	margin-top:20px;
	margin-left:130px;
	margin-right:5px;
	min-height:450px;
}

#menuArea {
	width:125px;
	float:left;
	left:0px;
}

#menu {
	margin-top:53px;
	background:#87c2d6;
}

#validator {
	text-align:center;
}

#menu ul {
	color:#ff0000;
	list-style:none;
	display:block;
	padding:0px;
	margin:0px;
	border-top:1px solid #000000;
	
}

li.historical {
	display:none;
}

#menu li {
	border-bottom:1px solid #000000;
}

a {
	color:#87c2d6;
	font-weight:bold;
}

#menu a {
	color:#000000;
	display:block;
	text-decoration:none;
	font-weight:bold;
	margin-left:2px;
}

#menu a:hover {
	background:#3a97ba;
}

.welcome {
	font-size:16pt;
	font-family:Arial, Sans-Serif;
	color:#87c2d6;
	font-weight:bold;
}

.subHeading {
	font-weight:bold;
}

img {
	border:0px solid #ffffff;
}

.source {
	font-style:italic;
	font-size:9pt;
}

.construction {
	font-weight:bold;
	font-style:italic;
}