a:link {
	color: #2B56BB;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
.padded {
	padding: 10px;
}
.style1 {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.style2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.whitetext {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {font-family: Georgia, "Times New Roman", Times, serif}
.style5 {
	font-size: x-small;
	font-family: Georgia, "Times New Roman", Times, serif;
}
body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: small;
}
h1,h2 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #20418C;
}

h3 {
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	color: #20418C;
	margin-bottom: 0px;
	margin-top: 10px;
}

.smallmargin {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: -5px;
	margin-left: auto;
}



#sidebar {
	background-color: #efbe4e;
	width: 120px;
	}

#nav {
	margin: 0;
	padding: 0 0 1em 0;
	list-style: none;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 120%;
	}
	
#nav li a {
	display: block;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid white;
	text-align: center;
	}
	
html>body #nav li a {
	width: auto;
	}

#nav li a:hover {
	background-color: #f7dea4;
	color: #204a8c;
	border-bottom: 1px solid #204a8c;
	}
