﻿body {
	margin: 0;
	padding: 0;
}
#container {
	background-color: #F4A100;
}


.masthead {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

#masthead {
	background-image: url('images/header_back.gif');
	width: 1600px;
}
.mastheadstyle1 {
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}


#page-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-left: 15px;
	margin-right: 15px;
}
#page-content ul {
}
#page-content ul li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 30px;
	font-weight: bold;
}
#page-content ul li a {
	text-decoration: underline;
	color: #000000;
}
#page-content ul li a:hover {
	color: #FFFFFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}


.footer {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	background-image: url('images/address.gif');
}

.emailLink {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.emailLink:hover {
	color: #FFFFFF;
}

