a:link {
	color:#000099;
}
a:visited {
  color: #000099;
}
a:hover {
	text-decoration: none;
	color:#333333;
}
a:active {
	color: #000099;
}
li {
list-style:inside;
}
.content {
	 width:700px;
	 text-align:left;
	 margin:0px auto;
	 height:100%;
	 background:#FFFFFF;
	 border-left: medium black solid;
	 border-right: medium black solid;
	 border-bottom: medium black solid;
	 padding-bottom: 0px;
}
.footer {
	margin:0px auto;
	width:700px;
	color:#cccccc;
	text-align:center;
	background:#000000;
}
.texty {
	border:thin #000099 solid;
	padding:3px;
	margin: 20px;
	background: white;
}
.includes{
	margin:10px 20px 20px 10px;
	padding:10px 20px;
}
body {
	background-color:#000000;
	text-align:center;
}
body,td,th {
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #000000;
}
a.smallLink{
font-size:smaller;
color:#999999;
text-decoration:none;
}

.homepage {
background: url(images/homepage.jpg) no-repeat top right;
padding-right:215px;
margin-right:40px;
}

#navlist
{
	margin: 0;
	padding: 7px 0 20px 10px;
	border-bottom: 1px solid #000099;
}

#navlist ul, #navlist li
{
	margin: 0;
	padding: 0;
	display: inline; 
	list-style-type: none;
}

#navlist a:link, #navlist a:visited
{
	float: left;
	line-height: 14px;
	/*font-weight: bold;*/
	margin: 0 10px 4px 10px;
	text-decoration: none;
	/*color: #666666;*/
	font-size: smaller;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
	border-bottom: 4px solid #000099;
	padding-bottom: 2px;
	background: transparent;
	color: #000;
}

#navlist a:hover { color: #000099; }
