@charset "utf-8";
body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #E9E9E9;
}
h1 {
	color: #990000;
	font-weight: bold;
	font-size: 24px;
}
h2 {
	font-weight: bold;
	color: #990000;
	font-size: 18px;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
img:focus {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#container {
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 934px;
	padding: 0px;
}
.leftFade {
	background-image: url(../images/shadowLeftEnd.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 6px;
}
.centerBox {
	background-color: #FFFFFF;
	vertical-align: top;
	width: 920px;
	margin: 0px;
	padding: 0px;
}

.rightFade {
	background-image: url(../images/shadowRightEnd.jpg);
	background-repeat: repeat-y;
	vertical-align: top;
	width: 6px;
}
#headerTop {
	margin: 0px;
	padding-right: 20px;
	background-image: url(../images/headerTop.jpg);
	text-align: right;
	color: #FFFFFF;
	font-size: 11px;
	height: 17px;
	padding-top: 3px;
	width: 900px;
	background-color: #000000;
	background-repeat: no-repeat;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#headerTop a {
	color: #FFFFFF;
	text-decoration: none;
}
#headerTop a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#headerMid {
	background-color: #A3A3A3;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	color: #000000;
	width: 920px;
	display: block;
}
#headerLow {
	background-color: #000000;
	width: 920px;
	display: block;
}
#body {
	background-repeat: no-repeat;
	background-position: left top;
	width: 920px;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: 12px;
}
#leftSidebar {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	width: 160px;
	float: left;
	list-style-image: url(../images/ul_bullet.gif);
}
#rightSidebar {
	width: 210px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 20px;
	float: right;
	list-style-image: url(../images/ul_bullet.gif);
}
ul {
	list-style-image: url(../images/ul_bullet.gif);
}

#main {
	width: auto;
	padding-top: 10px;
	padding-right: 260px;
	padding-bottom: 50px;
	padding-left: 210px;
}
#footer {
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999999;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 20px;
	font-size: 10px;
	color: #666666;
}
