@charset "utf-8";
body, p, td, th, li {
	font-family : Times New Roman, Times, Serif;
	font-size : 13px;
}

body {
	text-align : center;
	background-color : #333333;
	margin : 10px 0px 0px 0px;
}

#Container {
	margin : 0px auto;
	width : 779px;
	height : 100%;
}

#Layout {
/*
	margin : 20px auto;
	*/
	text-align : left;
	width : 779px;
	height : 100%;
	background-color : #FFFFFF;
}

#TopBar {
	height : 117px;
}

#NavBar {
	height : 50px;
}

#ContentSpace table {
	width : 100%;
	height : 100%;
}

#FeaturedSpace {
	width : 181px;
	padding : 13px 18px;
	vertical-align : top;
}

#FeaturedSpace table {
	height : auto;
}

.featuredItem {
	background-image : url("images/layout/featuredBkg.gif");
	background-repeat : repeat-y;
	width : 181px;
	height : 159px !important;
	overflow : hidden;
	margin : 0px 0px 5px 0px;
}

.featuredHeader {
	height : 33px;
}

.featuredBody a {
	display : block;
	font-size : 11px;
	text-align : center;
	margin : 5px 5px 0px 5px;
}

.featuredBody a:link,
.featuredBody a:active,
.featuredBody a:visited {
	color : #000000;
	text-decoration : none;
}

.featuredBody a:hover {
	color : #FF7506;
	text-decoration : underline;
}

.featuredBody img {
	margin : 0px auto 5px auto;
	border : 1px #999999 solid;
}

.featuredFooter {
	height : 18px;
}

img {
	border-width : 0px;
}

#Content {
	vertical-align : top;
	padding-top : 20px;
}

#InnerContent {
	padding : 10px 30px;
}

#AddressSpace {
	position : relative;
	top : -25px;
	width : 562px;
	color : #FF7506;
	text-align : center;
	font-weight : bold;
	padding-left : 217px;
}
