.wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	padding-bottom: 0px;
}

/* prevents Firefox from outline on links */
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
a {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #D9D9D9;
}
ul {
	line-height: 1.4em;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h1 {
	font-size: 14px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-top: 0px;
}
.topBar {
	float: right;
	height: 18px;
	width: 900px;
}
.bottomBar {
	height: 29px;
	width: 900px;
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
}
.topNav {
	float: right;
	height: 37px;
	width: 450px;
	margin-top: 111px;
}
.interiorWrapper {
	background-color: #FFF;
	padding-bottom: 120px;
}
body {
	background-color: #999999;
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 19px;
	color: #333;
}
.logo {
	height: 135px;
	width: 80px;
	float: left;
	margin-left: 0px;
	position: absolute;
	z-index: 100;
	top: 9px;
	left: 25px;
}
.masthead {
	height: 170px;
	width: 900px;
	position: relative;
}

.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;
}
.navRow {
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	padding-top: 3px;
	width: 630px;
}
.navRow ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navRow li {
	margin: 0px;
	padding: 0px;
	float: left;
}
.navRow li a {
	font-size: 10px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #CACACA;
	text-decoration: none;
	text-align: center;
}
.navRow li a:hover {
	color: #D9D9D9;
	text-decoration: none;
}
.homeImage {
	height: 300px;
	width: 900px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

