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: 12px;
	line-height: 16px;
	background-image: url(images/PixelBlueLight.gif);
	background-repeat: repeat;
	color: #FFFFFF;
}

.photoLeft {
	margin-right: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: left;
	float: left;
}

.photoRight {
	margin-left: 8px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-align: right;
	float: right;
}



p a {
	font-weight: bold;
	color: #66CCFF;
	text-decoration: underline;
}

p a:hover, p a:focus {
	text-decoration: none;
}
p a:visited {
	color: #99CCCC;
}


#footer {
	color: #003399;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

#footer a {
	font-weight: bold;
	color: #6699CC;
	text-decoration: none;
}

#footer a:hover, #footer a:focus {
	color: #6699FF;
	text-decoration: underline;
}

li a {
	font-weight: bold;
	color: #66CCFF;
	text-decoration: underline;
}

li a:hover, li a:focus {
	text-decoration: underline;
}

ul {
	padding-right: 8px;
	padding-left: 8px;
}

li {
	padding-top: 8px;
}

p {
	padding-bottom: 8px;
}
.subhead {
	font-size: 120%;
	font-weight: bold;
	color: #99CCCC;
	padding-top: 8px;
}
