@charset "UTF-8";
body {
	margin: 0px;
	background-image: url(images/bg_white.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.main {
	width: 955px;
	vertical-align: top;
}
.leftcol {
	height: 684px;
	background-image: url(images/leftcol.gif);
	background-repeat: repeat-x;
	background-position: right 230px;
}
.rightcol {
	background-image: url(images/rightcol.gif);
	background-repeat: repeat-x;
	background-position: left 230px;
}
.bottomlinks {
	color: #717073;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bottomlinks a:link, .bottomlinks a:visited {
	text-decoration: none;
	color: #717073;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.flash {
	height: 684px;
	text-align: center;
}
.bottomlinks a:hover {
	text-decoration: underline;
	color: #717073;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#copyright {
	color: #7b6935;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
}
#leftslice {
	background-image: url(images/leftslice.gif);
	background-repeat: no-repeat;
	background-position: right 230px;
	width: 7px;
}
#rightslice {
	background-image: url(images/rightslice.gif);
	background-repeat: no-repeat;
	background-position: left 230px;
	width: 7px;
}
.maintext {
	font-family: Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size: 11px;
	visibility: hidden;
}
