body {
	background-color: #F3E2D6;
	font-family: Verdana, Arial, Sans-Serif;
	padding:0px;
	margin:0px;
}

a:link, a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #21A413;
	text-decoration: underline;
}

#AllDistricts {
	background-image: url("../images/memo2.jpg");
	background-repeat: no-repeat;
	position: absolute;
	width: 210px;
	height: 400px;
	left: 770px;
	margin: 5px;
	padding: 15px 0px 15px 15px;
}

#AllDistricts a:link, a:visited {
	text-decoration: none;
	color: blue;
}

#AllDistricts a:hover {
	color: #21A413;
}

#BackToHighlight {
	position: absolute;
	width: 225px;
	left: 770px;
	top: 440px;
	background-image: url("../images/memo1.jpg");
	background-repeat: no-repeat;
	height: 100px;
	font-size: 12pt;
	text-align: center;
	padding: 35px 0px 15px 0px;
	margin: 5px;	
}

#Main {
	position: absolute;
	left: 10px;
	width: 690px;
}

#Main .top {
	background-image: url("../images/sticky1.jpg");
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	padding: 0px 20px 0px 50px;
}

#Main .center {
	background-image: url("../images/sticky2.jpg");
	background-repeat: repeat-y;
	width: 100%;	
	padding: 0px 20px 0px 50px;
	margin-top: -10px;
}

#Main img {
	vertical-align: middle;
}
#Main .bottom {
	background-image: url("../images/sticky3.jpg");
	background-repeat: no-repeat;
	height: 40px;
	width: 100%;
	padding: 0px 20px 0px 50px;
}

#AllCategories {
	float: left;
	width: 200px;
}

#AllCategories div {
	padding: 5px 5px 5px 5px;
	border-bottom: 1px solid #E0D65A;
}

#AllCategories p.image img {
	float: right;
	border: 1px solid #E0D65A;	
}

#AllCategories p.image {
	margin-top: 0px;
}

#AllCategories p.text {
	margin: -19px 80px 1px 0px;
	height: 75px;
	overflow: visible;
}

#AllCategories a:hover {
	color: #21A413;
}

#AllCategories a:link, a:visited {
	text-decoration: none;
	color: blue;
	cursor: hand;
}

#MainContent {
	margin-left: 210px;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #E0D65A;
	width: 450px;
}

#MainContent li {
	padding: 5px 0px 5px 0px;
	margin-left: -15px;
	color: #B025A8;
}

#ContentDistrict img {
	float: left;
}

#ContentCategory img {
	float: right;
}

#ContentHeader {
	border-bottom: 1px solid #E0D65A;
	height: 110px;
	margin-right: 10px;
	text-align: right;
}

#ContentHeader div div {
	border-bottom: 1px dotted #E0D65A;
	padding-top: 10px;
	padding-right: 10px;
	margin-left: 220px;
	margin-right: 110px;
}

#ContentHeader img {
	float: left;
}

#ContentHeader div img {
	float: right;
	border: 1px dotted #E0D65A;
}

.fontStyle1 {
	font-size: 120%;
	font-weight: bolder;
	color: #B025A8;
}

.fontStyle2 {
	font-size: 100%;
	font-weight: bolder;
	color: #B025A8;
}

.fontStyle3 {
	font-size: 100%;
	font-weight: normal;
	color: #B025A8;
}

.alignRight {
	text-align: right;
	padding: 0px 10px 0px 10px;
}





