body {
	margin: 0;
	padding: 0;
	background: #464646;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
	font-size: 100%;
	line-height: 13px;
}
p {
	font-size: 100%;
}
li ul {
	line-height: 0.8em;
}
a:link {text-decoration: none;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active {text-decoration: none;}
#mainWrapper {
	padding: 0px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-size: 11px;
}
#topBanner {
	height: 70px;
	width: 1186px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#navBar {
	height: 22px;
	width: 1186px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #333;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 8px;
}
#navBar a:link {color: #999;}
#navBar a:visited {color: #999;}
#navBar a:hover {color: #FFF;}
#navBar a:active {color: #FFF;}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.largeWhite {
	font-size: 1.5em;
	font-weight: bold;
	color: #FFF;
}
.smWhiteBold {
	font-size: 0.8em;
	font-weight: bold;
	color: #FFF;
}
.smOrangeBold {
	font-size: 0.9em;
	font-weight: bold;
	color: #FF6600;
}
.smGray {
	font-size: 0.9em;
	color: #666;
}
.mdWhiteBold {
	font-weight: bold;
	color: #FFF;
}
.mdWhite {
	color: #FFF;
}
.navSpacing {
	padding-left: 5%;
}
#thumbNail {
	background-color: #333;
	padding: 13px;
	width: 264px;
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-top: 5px;
}
#footer {
	height: 50px;
	width: 1186px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 30px;
}
