@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
}
body {
	font: 13px/20px Arial, Helvetica, sans-serif;
	background: url(images/backgroundBody.gif) no-repeat center top;
	text-align: center;
}
p {
	margin-bottom: 10px;
	margin-left: 3px;
}
ul, ol {
	margin-bottom: 15px;
	margin-left: 40px;
}
b, a, strong {
	color: #043965;
}
h1 {
	font: normal 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00376D;
	margin-bottom: 10px;
}
h2 {
	font: normal 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #00376D;
	margin-bottom: 10px;
	padding-top: 10px;
}
#content {
	text-align: left;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(images/header.jpg) no-repeat;
	overflow: auto;
}
#mainMenu {
	margin-left: 25px;
	padding-top: 88px;
	width: 940px;
}
#mainMenu a {
	line-height: 28px;
	background: url(images/tabLeft.gif) no-repeat;
	float: left;
	height: 28px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	padding-left: 46px;
	margin-right: 3px;
	overflow: hidden;
	display: inline;
}
#mainMenu span {
	background: url(images/tabRight.gif) no-repeat right top;
	display: block;
	float: left;
	padding-right: 46px;
	cursor: pointer;
}
#mainMenu a:hover {
	background: url(images/tabLeft.gif) no-repeat left -28px;
}
#mainMenu a:hover span {
	background: url(images/tabRight.gif) no-repeat right -28px;
}
#textContent {
	width: 630px;
	margin-top: 320px;
	margin-left: 40px;
	display: inline;
	float: left;
	margin-bottom: 20px;
}
#supporters {
	background: url(images/supportersBackground.gif) no-repeat left bottom;
	float: right;
	width: 213px;
	margin-top: 330px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	display: inline;
}
#supporters h2 {
	font: normal 14px/30px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	background: url(images/supportersH2.gif) no-repeat;
	text-indent: 7px;
	margin-bottom: 10px;
	padding-top: 0px;
}
#supporterLogos {
	width: 200px;
	margin-left: 5px;
	text-align: center;
}
#supporterLogos img {
	margin-bottom: 7px;
}
#footer {
	font-size: 11px;
	color: #FFF;
	background: url(images/backgroundFooter.gif);
	height: 40px;
	width: 980px;
	padding-top: 2px;
	clear: both;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

