BODY {
	color: Black;
	background-color: White;
	font-family: Arial;
	font-size: small;
	text-align: left;
}

A {
	color: Navy;
	text-decoration: none;
}

A:HOVER {
	color: Navy;
	text-decoration: underline;
}

H2{
	color: #1218A0;
	padding-left: 20px;
}

H3{
	color: #1218A0;
	padding-left: 20px;
}

H4{
	color: #1218A0;
}

H5{
	color: #1218A0;
}

.footertext {
	font-size: x-small;
	color: White;
}

.maincontent {
	color: Black;
	padding-left: 40px;
	padding-right: 30px;
}
a.one:link {color: #ff0000}
a.one:visited {color: #0000ff}
a.one:hover {color: #ffcc00}

a.menu:link {
	color: Navy;
	font-size: xx-small;
	
}

a.menu:visited {
color: Navy;
font-size: xx-small;
list-style: none;
padding-right: 80px;
}

a.menu:hover {
	color: White;
	background-color: Navy;
	font-size: xx-small;
}

#button {
	width: 100%;
	border-top: 1px solid #1218A0;
	border-right: 1px solid #1218A0;
	padding: 0em 0 0em 0;
	margin-bottom: 1em;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	color: navy;
}
	
#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
#button li {
		border-bottom: 1px solid #1218A0;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: white;
		color: navy;
		text-decoration: none;
		font-size: x-small;
		width: 100%;
		}

html>body #button li a {
		width: 100%;
		}

#button li a:hover {
		background-color: #1218A0;
		font-style: oblique;
		color: #fff;
}

a.whitelink:link {color: white}
a.whitelink:visited {color: white}
a.whitelink:hover {
	color: white;
	text-decoration: underline;
}

.tableheader {
	font-family: Arial;
	color: White;
	font-weight: bold;
	background-color: #1218A0;
	font-size: x-small;
}

.tabletext {
	color: Black;
	font-size: x-small;
}
