html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	background-color: #660099;
	color: #9966CC;
}
ul {
	margin-right: 5%;
	margin-left: 5%;
	list-style-type: square;
	position: relative;
	list-style-position: inside;
}

.navigation {
	font-size: 120%;
	color: #FFFF99;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-weight: normal;
	line-height: 90%;
	text-decoration: none;
}

p {
	padding-bottom: 6px;
}

.photoLeft {
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	float: left;
	border: thin solid #FFFFFF;
}

.photoRight {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	float: right;
	border: thin solid #FFFFFF;
}

.headline {
	font-size: 140%;
	font-weight: bold;
	color: #006600;
	margin-top: 8px;
	margin-bottom: 4px;
	text-align: center;
}


.subhead {
	font-size: 150%;
	font-weight: bold;
	color: #006600;
	margin-top: 8px;
	margin-bottom: 2px;
	font-style: italic;
}

a {
	font-weight: bold;
	color: #9966CC;
	text-decoration: underline;
}

a:hover, p a:focus {
	text-decoration: underline;
}

.text {
	padding-top: 4px;
	padding-left: 36px;
	padding-right: 36px;
}
.quote {
	font-size: 90%;
	font-style: italic;
	color: #00CCFF;
	font-weight: bold;
	padding-left: 4px;
	line-height: 110%;
}
#footer a:hover, #footer a:focus {
	color: #9966CC;
	text-decoration: none;
}

.navigation a {
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
.navigation a:hover, .navigation a:focus {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	padding-left: 0px;
	text-decoration: none;
	color: #FFCCFF;
}
.footerNav {
	line-height: 45px;
}


.textColor {
	font-weight: bold;
	color: #996600;
}
.address {
	padding-left: 6px;
	padding-top: 12px;
	font-size: 95%;
	line-height: 110%;
	font-weight: bold;
	text-align: center;
	color: #3366CC;
}
#header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 840px;
	height: 220px;
	background-image: url(images/headerBG.jpg);
	z-index: 0;
} 
#left {
	position: absolute;
	top: 90px;
	left: 0px;
	width: 290px;
	height: 465px;
	background-image: url(images/leftBG.jpg);
} 
#right {
	position: absolute;
	left: 805px;
	top: 220px;
	width: 35px;
	height: 380px;
	background-image: url(images/rightBG.jpg);
	z-index: 2;
} 
#center {
	position: absolute;
	top: 220px;
	left: 290px;
	width: 515px;
	height: 335px;
	z-index: 4;
	background-image: url(images/pixelLtBlue.gif);
	background-repeat: repeat;
}
#footer {
	position: absolute;
	top: 555px;
	left: 0px;
	width: 805px;
	height: 45px;
	background-image: url(images/pixelLtViolet.gif);
	background-repeat: repeat;
	z-index: 3;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	font-size: 85%;
} 
#footer a {
	color: #3366CC;
	font-weight: bold;
	text-decoration: none;
}

