﻿body{
	background-color: #deb792;
	margin: 0px;
	font-family: Helvetica, Verdana, Arial;
	font-size: 85%;
	font-weight: normal;
	font-style: normal;
	padding: 0px;
	text-align:center;
	color: #6e6e6e;
}

h1,h2,h3,h4,h5,h6{
	line-height: 100%;
	font-size: 125%;
	margin: 0px;
	padding-bottom: 0px;
	color:#000000;
	text-align:center;
}

A:active{
	font-weight: normal;
	text-decoration: underline;
	color:#6e6e6e;
	background-color: #92c6de;
}

A:visited{
	font-weight: normal;
	color:#6e6e6e;
	background-color: #92c6de;
	text-decoration: underline;
}

A:link{
	font-weight: normal;
	color:#6e6e6e;
	background-color: #92c6de;
	text-decoration: underline;
}

A:hover{
	font-weight: normal; 	
 	color:#ccccff;
	background-color: #919191;
	text-decoration: underline;
}

#menu{
	background-color: #92c6de;
	height: 50px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border-bottom:thin black solid;
}

#bottom{
	background-color: #92c6de;
	height: 20px;
	width: 400px;
	text-align:center;
	position:relative;
	top:20px;
	border-bottom: thin black solid;
	border-left: thin black solid;
	border-right: thin black solid;
	margin-left:auto;
	margin-right:auto;

}

#contentText{
	margin: 25px 25px 25px 25px;
	text-align:left;
}
	
#content{
	background-color: #608292;
	width: 400px;
	height: 450px;
	overflow: auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	color: #000000;
	line-height: 150%;
	position:relative;
	border:thin black solid;
	top:20px;
}

#container{
	height: 100%;
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}
#legendRight{
	float:right;
}
#legendLeft{
	float:left;
}

ul{
	padding:-100px;
}

li{
	list-style:square;
}