a:link{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a:visited{
	background-color: transparent;
	color: #000000;
	text-decoration: none;
}

a:hover{
	background-color: transparent;
	color: #1E90FF;
	text-decoration: none;
}

a:active{
	background-color: transparent;
	color: #1E90FF;
	text-decoration: none;
}

body{
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin: 0px 0px 0px 0px;
}

div{
	font-family: inherit;
}

p{
	font-family: inherit;
	margin-top: 10%;
}

.bottom{
	vertical-align: bottom;
}

.cen{
	text-align: center;
}

.navlist li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: smaller;
	list-style-type: none;
	padding-right: 25px;
}

#content {
	font-size: small;
	margin-left: 255px;
	margin-right: 255px;
	text-align: justify;
	vertical-align: middle;
}

#info{
	font-family: inherit;
	font-size: xx-small;
	margin-right: 5%;
	text-align: right;
}

#leftnav {
	float: left;
	margin: 0;
	width: 250px;
}

#lyndev{
	font-family: inherit;
	font-size: x-small;
	margin-right: 5%;
	text-align: right;
}

#navcontainer{
	background-color: #FFFFE0;
	text-align: center;
}

#rightnav {
	float: right;
	margin: 0;
	width: 250px;
}
div.spacer{
	clear: both;
}
