body {
	background-color: #A9B9DE;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #646464;
}

/* prevents Firefox from outline on links */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a {
	color: #5879c0;
	text-decoration: none;
}
a:hover {
	color: #646464;
	text-decoration: none;
}
a:visited {
	color: #5879c0;
	text-decoration: none;
}
.wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #000;
	background-color: #FFF;
}
.masthead {
	height: 73px;
	width: 719px;
	padding-left: 31px;
}
.topNavRow {
	width: 719px;
	margin-right: 31px;
	margin-top: 12px;
	height: 13px;
	margin-bottom: 0px;
}
.footer {
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.interiorWrapper {
	padding: 31px;
}
.topNavRow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.topNavRow li {
	margin: 0px;
	padding: 0px;
	height: 23px;
	display: inline;
	float: right;
}
.topNavRow li a {
	font-size: 12px;
	color: #5879c0;
	text-decoration: none;
	display: block;
	width: auto;
	font-weight: bold;
	line-height: 12px;
	padding-left: 20px;
}
.topNavRow li a:hover {
	color: #454545;
	text-decoration: none;
}
.navRow {
	width: 719px;
	margin-right: 31px;
	margin-top: 17px;
	height: 15px;
	margin-bottom: 10px;
}
.navRow ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.navRow li {
	margin: 0px;
	padding: 0px;
	height: 23px;
	display: inline;
	float: right;
}
.navRow li a {
	font-size: 12px;
	color: #646464;
	text-decoration: none;
	display: block;
	width: auto;
	font-weight: bold;
	line-height: 12px;
	padding-left: 37px;
}
.navRow li a:hover {
	color: #000;
	text-decoration: none;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h3 {
	font-size: 15px;
	line-height: 22px;
	color: #5879c0;
	margin-top: 5px;
}
h4 {
	font-size: 13px;
	line-height: 19px;
	color: #5879c0;
}
h5 {
	font-size: 13px;
	line-height: 18px;
	color: #646464;
}
