body {
	background-image: url(images/purpleBkgd.jpg);
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 2.0em;
	color: #663366;
	font-weight: lighter;
}
/*ID*/
#masthead {
	background-image: url(images/pinkHouseHdr.jpg);
	background-repeat: no-repeat;
	top: 12px;
	width: 800;
	heigth: 132;
}
#left {
	background-image: url(images/leftBkgd.jpg);
	background-repeat: repeat-y;
}
#contentA {
	background-image: url(images/contentBkgdVis.jpg);
	background-color: eff6f4;	
	}
#contentA a {
	color: #000000;
}
#contentA a:hover {
	color: #999999;
	decortation: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.5em;
	color: #FFFFFF;
	background-color: #580001;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #dc8788;
	decoration: none;
}
#map {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .65em;
	line-height: 1.1em;
	color: #000000;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#map a {
	color: #000000;
}
#map a:hover {
	color: #999999;
	decoration: none;
}
#gobut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-weight: normal;
	background-position: left top;
}
#goBut a {
	color: #000000;
}
#goBut a:hover {
	color: #999999;
	decortation: none;
}
#contentType a {
	color: #000000;
}
#contentType a:hover {
	color: #999999;
	decortation: none;
}
#bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
/*Classes*/
.floatLeft {
	float: left;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.floatRight {
	float: right;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
.contentType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
	font-weight: normal;
	background-color: #eff6f4;
	background-image: url(images/contentBkgdVis.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	line-height: 1.4em;
	color: #000000;
	text-align: left;
	vertical-align: top;
}
.signature {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.1em;
	color: #FFFFFF;
	background-color: #580001;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.leftBkgd {
	background-image: url(images/leftBkgd.jpg);
}
.rightBkgd {
	background-image: url(images/contentBkgdVis.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
