body {
	font-family: "Franklin Gothic Book", Arial, sans-serif;
	font-size: 90%;
}
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(Images/header.gif);
	background-repeat: no-repeat;
	clear: right;
	height: 70px;
	width: 760px;
}
#nav {
	height: 27px;
	width: 760px;
	clear: right;
	float: left;
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 760px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EE2E24;
	clear: both;
	height: 100px;
	font-size: small;
	text-align: center;
	padding-top: 8px;
	margin-top: 50px;
}
h1 {
	font-size: 150%;
	color: #EE2E24;
	font-weight: bolder;
}

h2 {
	font-size: 115%;
	background-color: #EE2E24;
	color: #FFFFFF;
	padding-left: 10px;
}
.rightalignarrow {
	padding-right: 15px;
	text-align: right;
}

h3 {
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.gray {
	font-size: 100%;
	color: #666666;
}
#container #footer .gray a {
	color: #EE2E24;
	font-style: normal;
}
#container #footer .gray a:hover {
	font-style: italic;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #EE2E24;
}
a:hover {
	font-weight: normal;
	color: #EE2E24;
	text-decoration: none;
	font-style: italic;
}
.boldlink {
}
a.boldlink {
}
a.boldlink:hover {
	font-style: normal;
	font-weight: bolder;
}

a:visited {
	color: #EE2E24;
	text-decoration: none;
}

.jumplink {
	color: #000000;
}
a img {
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.jumplink {
	color: #666666;
}
a.jumplink:hover {
	font-weight: normal;
	color: #000000;
	font-style: normal;
}
