
body {
margin: 0;
padding: 0;
font-family: Arial, Helvetica, sans-serif;
color: black;
background-color: #ffffff;
background-image: url(images/blackbar.gif);
background-repeat: repeat-y;
}

#LayerRedstoneTop {
	position: absolute;
	width:833px;
	height:137px;
	z-index:1;
	top: 0px;
	left: 0px;
	overflow: visible;
}
#LayerContent {
	position:absolute;
	height:115px;
	z-index:3;
	top: 180px;
	left: 161px;
	width: 680px;
	text-align: justify;
	padding-left: 15px;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 145px;
	top: 326px;
}
#LayerNavigation {
	position:absolute;
	width:150px;
	z-index:2;
	top: 160px;
	left: 0px;
	height: 100%;
}


/* Styles for the main text on the page. */

#main-text {
margin-top: 20px;
margin-bottom: 20px;
margin-left: 210px;
margin-right: 110px;
 text-align: justify;
}


h1 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
font-size: 1.3em;
color: #3B98B0;
padding-bottom: 10px;
padding-top: 0;
padding-left: 10px;
padding-right: 0;
font-weight: bold;
}

h2 {
margin-top: 0;
margin-bottom: 15px;
margin-left: 0;
margin-right: 0;
padding: 0;
font-size: 1em;
color: #3B98B0;
font-weight: bold;
}

p, ul, ol, table {
margin-top: 0;
margin-bottom: 17px;
margin-left: 0;
margin-right: 0;
font-size: .75em;
line-height: 1.9em;
}

ol, ul {
margin-left: 25px;
}

a:link, a:visited {
color: #3B98B0;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #00008B;
font-weight: bold;
text-decoration: underline;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 100px;
left: 0;
margin: 20px;
width: 150px;
}

#left-menu p {
border-bottom: 1px #cc6600 dotted;
text-align: right;
line-height: 20px;
font-size: .8em;
padding-bottom: 7px;
padding-top: 7px;
margin-bottom: 0;
}

#left-menu a:link, #left-menu a:visited {
color: #cc6600;
}

#left-menu a:hover, #left-menu a.current {
color: #7f3f00;
text-decoration: none;
}
