body {
	margin: 0px;
	padding: 0px;
	font-family: arial;
	color: #7A5878;
	background: #7A5878 url(Images/Background2.jpg) no-repeat scroll bottom right;
	text-align: left;	
	/* part 1 of 2 centering hack */	
	scrollbar-face-color: #C3C6CE;
         scrollbar-highlight-color: #ccc;
         scrollbar-shadow-color: #999;
         scrollbar-3dlight-color: #ccc;
         scrollbar-arrow-color: white;
         scrollbar-track-color: white;
         scrollbar-darkshadow-color: #999;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #FBAB18;
	outline: none;
	}
a:hover {
	text-decoration: underline;
	}

p {
	font-size: 16px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: justify;
	color: #FECF77;
	margin: 15px;
	}

#links {
	background: #F8B8A7 url(images/LinksBG.jpg) no-repeat scroll top left;
	padding: 10px;
	padding-bottom: 3px;
	padding-top: 3px;
	border: none;
	border-left: 1px solid black;
	border-right: 1px solid black;
	}
#links p {
	color: #aaa;
	font-size: 12x;
	margin: 0px;
	margin-left: 5px;
	line-height: 20px;
	font-family: verdana;
	text-align: center;
	}
#links a {
	font-weight: normal;
	color: black;
	}
#links a:hover {
	text-decoration: none;
	color: white;
	font-weight: normal;
	}

#banner, #content, #highlight {
	margin-center: left;
	margin-center: left; 	/* opera does not like 'margin:20px center' */
	text-align:left; /* part 2 of 2 centering hack */
	/*width: 750px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	/*width: 690px;*/
	}
html>body #content {
	/*width: 750px; /* ie5win fudge ends */
	}
#banner {
	padding: 00px;
	background: #7A5878 url(images/banner.jpg) no-repeat scroll top center;
	border: 0px solid black;
	border-top: none;
	height: 120px;
	}
#banner p {
	display: none;
	}	
#content {
	background: #7A5978 url(images/links.jpg);
	padding: 5px;
	border: 1px solid #70536E;
	border-bottom: none;
	width: 144px;
	}

#highlight {
	background: #7A5978 url(images/links.jpg);
	padding: 5px;
	border: 1px solid green;
	border-bottom: none;
	width: 144px;
	}
.Header {
	font-weight: bold;
	font-variant: normal;
	font-size: 22px;
	color: #000000;
	margin: 10px;	
	text-align: left;
}

.SubHeader {
	font-weight: bold;
	font-variant: normal;
	font-size: 20px;
	color: #E8B205;
}
.address {
	font-weight: bold;
	font-variant: normal;
	font-size: 16px;
	color: #E8B205;
}

.PartInfo {
	color: #FFFFFF;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.MoreInfo {
	font-size: small;
	color: #CCCCCC;
	font-style: italic;
}
.PageTitle {
	font-size: 14px;
	font-weight: bold;
	color: #85DA59;
}
.center {
	font-size: 16px;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: center;
	color: #000000;
	margin: 15px;
	}

