body {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	text-align:left;
	font-size:75%;
	color:#00245d;
	margin:0;
	padding:0;
	background-repeat: repeat;
	background-color: #000;
}
p {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:1em;
	color:#00245d;
	margin:0;
	padding:0;
}

#nav {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:1em;
	color:#00245d;
	font-weight: normal;
}


#welcome {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:0.9em;
	padding: 3px;
	overflow: auto;
}

#content {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:1.2em;
	width: 580px;
	height: 325px;
	padding: 3px;
	overflow: auto;
}

a {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:1em;
	color:#00245d;
	font-weight: bolder;
	text-decoration: underline;
}

#footer {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", serif;
	font-size:0.9em;
	color:#845b02;
	font-weight: normal;
}

#navcontainer ul
{
	padding-left: 0px;
	margin-left: 0px;
	background-color: #DEB515;
	color: #0B255C;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
	padding: 0.2em 1em;
	background-color: #DEB616;
	color: #0B255C;
	text-decoration: none;
	float: left;
	border-right-width: 1px;
	border-right-color: #0B255C;
}

#navcontainer ul li a:hover
{
	background-color: #E5E8ED;
	color: #0B2161;
}


#scroll {
	background:#e5e9ee;
	padding: 4px;
	width: 160px;
	height: 300px;
	overflow: auto;
}
