﻿html,body,address,blockquote,div,
form,fieldset,caption,
h1,h2,h3,h4,h5,h6,
hr,ul,li,ol,ul,
table,tr,td,th,p,img {
	margin:0;
	padding:0;
}

img,fieldset {
	border:none;
}

hr {
	border-bottom: 2px #AD1010 dotted;
	width: 80%;
	margin-bottom: 1em;
	margin-top: 1em;
}

td {
	text-align: center;
}

table img {
	border: 1px #AD1010 solid;
	padding: 5px;
}

body {
	text-align:center; /* center #pageWrapper IE 5.x */
	font:normal 80%/140% Verdana, Geneva, Tahoma, sans-serif;
	color: #AD1010;
}

#pageWrapper {
	width:900px;
	margin:0 auto;
	text-align:left;
	overflow: hidden;
}

h1 span {
	float: left;
	width: 190px;
	margin-bottom: 10px;
}

#mainMenu {
	list-style: none;
	background-image: url('images/navbg.gif');
	padding: 2.53em;
}

#mainMenu li {
	display: inline;
}

#mainMenu a, #mainMenu a:visited{
	color: #FFF;
	text-decoration: none;
	margin-left: 30px;
}

#mainMenu a:hover {
	color: #AD1010;
	text-decoration: underline;
	margin-left: 30px;
}

h2 img {
	margin-bottom: 1em;
}

#contentWrapper {
	width: 100%;
	overflow: hidden;
}

#contentWrapper img {
	margin-bottom: 1em;
}

#contentWrapper p {
	margin-bottom: 1em;
}

#contentWrapper span {
	font-weight: bold;
}

#contentWrapper a{
	color: #AD1010;
	text-decoration: underline;
}

#contentWrapper a:hover {
	text-decoration: none;
}

#contentWrapper a:visited {
	color: #CCC;
}

#col1 {
	float: left;
	width: 450px;
	margin-right: 70px;
}

h3 {
	font-weight: bold;
}

#footer {
	width:900px;
	margin:0 auto;
	text-align: center;
	color: #FFF;
	background-color: #005fa6;
	padding: 5px;	
}

#bottomMenu {
	list-style: none;	
}

#bottomMenu li {
	display: inline;
}

#bottomMenu a {
	color: #AD1010;
	margin-right: 20px;
	text-decoration: none;
}

#bottomMenu a:hover {
	text-decoration: underline;
}

#bottomMenu a:visited{
	color: #005FA6;
	text-decoration: none;
}