@charset "utf-8";
/* CSS Document */

#body {
	background-color: #CCCCCC;

}
#TopNav {
	height: 42px;
	background-image: url(images/border1.jpg);
	background-repeat: repeat-x;
	color: #FFFFFF;
	font-size: 24px;
	text-decoration: none;
	z-index: 2;
}

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	background-color: #FFFFFF;
}

#MainBanner {
	width: 800px;
	background-image: url(images/MainBannerBackground.jpg);
	background-repeat: repeat-x;
	height: 150px;
	position: relative;
	z-index: 1;
}

#HomeFlashBanner {
	width: 800px;
}
#content {
	width: 800px;
	background-color: #FFFFFF;
	margin-bottom: 30px;
}
#footer {
	color: #FFFFFF;
	background-color: #000000;
	height: 50px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FF7800;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#LiveSupport {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
}

