@charset "UTF-8";
#divWrapper {
	background-color: #FFFFFF;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-image: url(../img/headbkgrd.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	line-height: 1.3em;
}
#divContentCenter {
	float: right;
	width: 100%;
	text-align: center;
	background-position: center;
	padding-top: 5px;
	padding-right: auto;
	padding-bottom: 25px;
	padding-left: auto;
}
#divContentLeft {
	float: left;
	padding-top: 20px;
	padding-right: 45px;
	padding-bottom: 20px;
	padding-left: 45px;
	width: 425px;
}
#divContentWrapper {
	float: left;
	width: 100%;
}
#divContentRight {
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 250px;
}
#divContentRight  ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#divContentRight a {
	color: #006699;
	text-decoration: none;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-bottom-color: #999999;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	background-position: 6px 14px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	width: 175px;
}
#divContentRight a:hover {
	background-color: #CCCCCC;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#divFooter {
	float: right;
	width: 100%;
	text-align: center;
	background-image: url(../img/footbkgrd.gif);
	background-repeat: no-repeat;
	background-position: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

