﻿/* CSS-Layout */
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000066;
}
#top_nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-weight: bold;
	color: #FFFF00;
	background-color: #0000FF;
	text-align: center;
	font-variant: small-caps;
}
#page_content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
#footer {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #FFFF66;
}
p {
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
}
a:hover {
	color: #FF0000;
}
a {
	color: #CCCCCC;
	background-color: #0000CC;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000099;
}
a:visited {
	font-size: 12pt;
	color: #FF9933;
	background-color: #0000CC;
}
