@charset "UTF-8";
body {
	background-color: #9b9ea4;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	text-align: left;
	width: 900px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	background-repeat: repeat;
	background-image: url(images/background.jpg);
}
#header {
	width: 900px;
	height: 135px;
	background-image: url(images/header.jpg);
}
#headerText {
	width: 525px;
	height: 85px;
	float: right;
	margin-right: 55px;
	text-align: right;
	margin-top: 30px;
}
#menu {
	width: 900px;
	height: 30px;
	text-align: center;
}
#menuAlt {
	width: 900px;
	height: 165px;
	text-align: center;
}
#content {
	width: 900px;
}
#contentLeft {
	width: 250px;
	padding-left: 55px;
	float: left;
}
#contentRight {
	width: 512px;
	float: right;
	padding-right: 60px;
}
#footer {
	width: 900px;
	background-image: url(images/footer.jpg);
	clear: both;
	height: 35px;
}
p {
	font-family: Helvetica;
	font-size: 12px;
	color: #000000;
	line-height: 16px;
}
.bold {
	font-weight: bold;
}
h1 {
	font-size: 15px;
	color: #1969bb;
	font-family: Helvetica;
	font-weight: normal;
}
.h1Larger {
	font-size: 50px;
	color: #0a3b6d;
}
.larger1 {
	font-size: 18px;
	color: #0a3b6d;
}
.larger2 {
	font-size: 14px;
	color: #1969bb;
}
