body {
	background: teal;
	padding: 10px;
	margin: 0px;
	font: 14px Verdana;
}

a {
	text-decoration: none;
	font-weight: bold;
	color: #FFFF40;
	background: #800000;
}

a:hover {
	color: black;
}

p {
	text-indent: 2em;
	font: 12px Verdana;
}

p a{
	color: #800000;
	background: white;
}

#title {
	padding: 0px;
	margin: 0px;
	width: 700px;
	//background: #8FC189;
	background-image: url(scback.jpg);
	background-position: top left;
	text-align: center;
	border-bottom: solid 2px black;
}

/* Hide Left Navbar */
#navbar {
	display: none;
}

/* Horizontal Navbar */
#subnav {
	text-align: center;
	float: left;
	width: 700px;
	margin-bottom: 0px;
}

#nav {
	text-align: center;
	float: left;
	width: 700px;
	margin-bottom: 10px;
	clear: left;
}

#nav li {
	float: left;
	position: relative;
	padding: 0px;
	margin: 0px;
}

#nav li a {
	display: block;
	padding: 0px;
	width: 140px;
	height: 2em;
	line-height: 2em;
	border-bottom: solid 2px black;
}

#nav li li a {
	border-left: solid 2px black;
	border-right: solid 2px black;
	width: 225px;
}

#nav li a:hover {
	background: white;
}

li {
	z-index: 10;
	font-size: 9px;
}

ul {
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}

li ul {
	
	display: none;
	position: absolute; 
	top: 100%;
	left: 0;
}

li li {
	clear: left;
	float: none;	
}

li>ul {
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { display: block; }

/* Other Content */
#container1 {
	position: relative;
	left: 50%;
	margin-left: -350px;
	right: 50%;
	width: 700px;
	background: white;
	border: solid 2px black;
}

#container2 {
	clear: left;
	position: relative;
	margin: 0px;
}

p {
	margin: 10px;
}

#footer {
	font: bold 10px Arial;
	clear: both;
	padding: 0px;
	width: 700px;
	line-height: 2em;
	text-align: center;
	border-top: solid 2px black;
	background: #8FC189;
}

/* Images */

.leftimage {
	float: left;
	padding: 0px;
	margin: 5px;
	border: solid 2px black;
}

.rightimage {
	float:right;
	padding: 6px;
}
#leftpanel {
	position: relative;
	width: 547px;
	top: 0;
}
#rightpanel {
	position: absolute;
	text-align: center;
	border-left: solid 2px black;
	border-bottom: solid 2px black;
	top: -20px;
	right: 0px;	
	background: #8FC189;
}
