@charset "utf-8";
/* CSS Document */

<style type="text/css">

body {
	background-image: url(menubackground.jpg);
	background-repeat: repeat-y;
	background-color: #12035F;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #120360;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: bold;
	color: #2E406D;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #50371F;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242553;
}


a:link {
	color: #120360;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a:visited {
	color: #1C0598;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:hover {
	color: #FF3300;
	text-decoration: underline;
}
a:active {
	color: #120360;
	text-decoration: underline;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #D3CCFD;
}
.footer    a, .footer a:visited, .footer a:active, .footer a:hover   {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	text-decoration: underline;
}

</style>#nav a {
	font-family: "Comic Sans ms", "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	font-style: normal;
	padding-left: 10px;
}
#bgColor {
	background-color: #D7D5EC;
	display: block;
	padding-left: 15px;
	padding-bottom: 10px;
}
