body {
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #031A54;
	background-image: url(../images/background.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px;
}

/* Layout */

#container {
	width: 760px;
	background-image: url(../images/backgroundContainer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
	padding: 35px 20px 0px 20px;
}
.columnLeftLarge {
	width: 550px;
	float: left;
}
.columnRightLarge {
	width: 550px;
	float: right;
}
.columnLeftThin {
	width: 180px;
	float: left;
}
.columnRightThin {
	width: 180px;
	float: right;
}
.clear {
	width: 760px;
	clear: both;
	margin: auto;
	padding-bottom: 20px;
}
#anchorLinks {
	text-align: center;
	margin: auto;
}
#imageLinks {
	text-align: center;
}
.ad {
	width: 170px;
	background-image: url(../images/backgroundAd.gif);
	background-repeat: no-repeat;
	background-position: bottom center;
	padding: 0px 5px 8px 5px;
	margin: auto;
}
#ad {
	width: 170px;
	background-image: url(../images/backgroundAdTop.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	padding: 2px 0px;
	margin: auto;
}
#containerFooter {
	background-image: url(../images/backgroundContainerFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: auto;
}
#footer {
	width: 760px;
	height: 212px;
	color: #646464;
	background-image: url(../images/backgroundFooter.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: auto;
	padding: 5px 20px 0px 20px;
}

/* Headings, links & text */

a {
	color: #2962CA;
	font-weight: bold;
}
a:hover {
	background-color: #E8F5FF;
}
#anchorLinks a {
	margin-left: 15px;
	margin-right: 15px;
}
#title {
	font-size: 24px;
	font-weight: bold;
	color: #578F64;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
#onlineSource{
	font-weight: normal;
	color: #576C8F;
	margin-top: 0px;
	margin-bottom: -5px;
}
h1 {
	font-size: 23px;
	font-weight: bold;
	color: #035593;
	margin-top: 0px;
	margin-bottom: -5px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #035593;
	margin-top: 0px;
	margin-bottom: -5px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FF9000;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4 {
	font-size: 15px;
	font-weight: bold;
	color: #035593;
	margin-top: 0px;
	margin-bottom: -5px;
}
h5 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
a.up {
	width: 22px;
	height: 21px;
	font-size: 11px;
	font-weight: bold;
	color: #035493;
	text-decoration: none;
	background-image: url(../images/buttonUp.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	padding: 11px 0px 0px 10px;
	float: right;
	margin-top: -20px;
}
a.up:hover {
	background-image: url(../images/buttonUpHover.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#footer p {
	margin: 0px 0px 10px 0px;
}
#footer a {
	color: #646464;
}
