@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	min-width: 720px;
	text-align: center; /* IE5 */
	background-color: #ffffff;
}
body, p, ul, ol, h1, h2, h3, td, th {
	font-family: Georgia, "Times New Roman", Times, serif;
}
p, li {
	margin: 16px 0px 0px 0px;
	font-size: 85%;
	line-height: 150%;
}
ul, ol {
	margin-left: 0;
	padding-left: 0;
}
li {
	list-style-type: square;
	margin-left: 12px;
	padding-left: 0;
}
h1 {
	margin: 32px 0px 0px 0px;
	font-size: 120%;
	font-weight: bold;
	text-transform: uppercase;
}
h2 {
	margin: 32px 0px -16px 0px;
	font-size: 120%;
	font-weight: bold;
	color: #d5472b;
}
h3 {
	margin: 16px 0px -16px 0px;
	font-size: 100%;
	font-weight: bold;
}
strong, b {
	font-weight: bold;
	color: #d5472b;
}
a {
	color: #d5472b;
}
a:hover {
	color: #ecdc2d;
}
#content {
	vertical-align: top;
	text-align: justify;
	margin-top: 16px;
	margin-right: 48px;
	margin-bottom: 8px;
	margin-left: 48px;
}
.navigation-bar {
	background-color: #d5472b;
	text-align: center;
	vertical-align: top;
	padding: 0px 0px 0px 0px;
}
.navigation-bar a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	font-size: 125%;
}
.navigation-bar a:hover {
	color: #fff72e;
}
.navigation-bar ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.navigation-bar li {
	margin: 0px 8px 0px 8px;
	padding: 5px 5px 5px 5px;
	text-transform: uppercase;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 75%;
}
.navigation-odd {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
}
.navigation-even {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}
#main {
	text-align: left;
	vertical-align: top;
}
#logo {
	text-align: center;
	padding-top: 32px;
	padding-right: 8px;
	padding-bottom: 32px;
	padding-left: 8px;
}
#tagline {
	background-color: #d5472b;
	height: 17px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-top: 3px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 8px;
}
#footer {
	font-size: 75%;
	vertical-align: bottom;
	text-align: left;
	background-image: url(images/exclamation.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 64px;
	padding-right: 32px;
	padding-bottom: 0px;
	padding-left: 32px;
	margin: 16px;
}

