/*Most of these styles are self explanitory...*/
.maintheme {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

body,td,th {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
body {
	background-attachment: fixed;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a {
	color: #CC0000;
	text-decoration: none;
	font-weight: bolder;
}
a:hover {
	text-decoration: none;
	color: #F1434B;
	font-weight: bolder;
}
.dropdownbg {
	background-image: url(../images/dropdownbg.gif);
	background-repeat: repeat-x;
}

a:active {
	text-decoration: none;
	color: #CC0000;
	font-weight: bolder;
}
img {
	border:0px;
}
h1 {
	font-size: 16px;
	color: #CC0000;
}
h2 {
	font-size: 14px;
	color: #FF3333;
}
h3 {
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
/*This Style is the background for the Masthead. It's the map picture.*/
}.masthead-bg {
	background-image: url(../images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
/*This style is so you can click the upper half of the map and it will take you to the home page.*/
.div-url-masthead {
	margin: 0px;
	padding: 0px;
	height: 150px;
	width: 780px;
}
/*This is for the text for the dropdown headings on the main navi bar or "menu".*/
.navibar-settings {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

/*These are for the javascript (MENU) files styles*/
td.menu {
	background:#FFFFFF;
	background-image: url(../images/dropdownbg.gif);
	background-repeat: repeat-x;
}
.twenty-pixels-of-space {
	width:35px;
	background-color:#ED1C24;
}
table.menu {
	font-size:100%;
	position:absolute;
	visibility:hidden;
	top: 183px;
}
hr {
	color: #FFFFFF;
	size:2px;
}
.copyright {
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
}
.footer {
	background-image: url(../images/footer.gif);
	background-repeat: repeat;
	background-position: center top;
}

