body {
	background-color: #FFFFFF;
	background-image: url(../_img/pageBg.jpg);
	background-repeat: repeat-x;
	scrollbar-face-color: #636466;
	scrollbar-shadow-color: #EAEAEA;
	scrollbar-highlight-color: #EAEAEA;
	scrollbar-3dlight-color: #EAEAEA;
	scrollbar-darkshadow-color: #697074;
	scrollbar-track-color: #F7F7F7;
	scrollbar-arrow-color: #666666;
}
h1 {
	font-size: 1.2em;
	color: #000;
}

#clearLeft {
	clear: left;
}

#copyright {
	color: #000000;
	text-align: center;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.6em;
	padding-top: 20px;
}
#copyright  a {
	color: #000000;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFCC00;
}
#mainWrapper {
	width: 718px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topNav {
	background-image: url(../_img/navBg.gif);
	background-repeat: repeat-x;
	height: 25px;
	background-color: #ED1C24;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#topBanner {
	height: 183px;
	background-image: url(../_img/topBanner.jpg);
	background-repeat: no-repeat;
}
#contentWrapper {
	background-color: #9E9FA3;
	border-top-width: 3px;
	border-right-width: 3px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#left {
	float: left;
	width: 470px;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #9E9FA3;
	padding-left: 14px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FFF;
}
#right {
	float: left;
	width: 225px;
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
}
.titles {
	font-weight: bold;
	font-size: 1.4em;
}

#pageBottom {
	height: 30px;
	background-image: url(../_img/bottomCurves.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: auto;
	width: 718px;
}
#flashcontent {
	width: 250px;
	height: 200px;
}
#scrollBox {
	height: 240px;
	overflow: auto;
	width: 459px;
	margin-top: 20px;
	padding-right: 6px;
}
a:link {
	color: #ED1C24;
	text-decoration: none;
}
a:visited {
	color: #ED1C24;
	text-decoration: none;
}
a:hover {
	color: #FF9900;
	text-decoration: none;
}
