@charset "utf-8";
/*usual overrides*/
html, body, h1, h2, h3, h4, a {
	padding:0;
	margin:0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin:0;
	padding: 0 6px; /*text away from the edges*/
	color:#000;
}
img {
	border: none;
	position:relative; /*needed only for IE6 disappearance bug*/
}
table {
	border-collapse:collapse;
}
a {
	text-decoration:none;
}
/*end of overrides*/
body {
	background-color:#E0FFFF;  /* lightcyan */
}
td {
	border:1px solid #CCCCCC;
	margin:2px;
	padding:2px;
}
a:hover {
	text-decoration:underline;
}
#container {
	position:relative; /*needed for AP navbar w/ screenres > 1024px*/
	font-size:.83em;
	min-width:794px;
}
#container p {
	padding: 6px 8px; /*text away from the edges*/
}
#head {
	position:relative;
}

img#logo {
	position:relative;
padding: 6px 0 0 6px;
float:left;
	top:0px;
	left:2px;
}
#head h1 {
clear:left;
text-align:center;
font-size:1.2em;
padding-top:.5em;
}
#head h2 {
font-size: 1.2em;
font-style:italic;
text-align:center;
padding:0 0 0 .5em;
}

img#leadpic {
float:right;
padding:10px;
}
h2 {
font-size: 2.25em;
clear:left;
font-weight:bold;
text-align:left;
padding:8px 10px;
}

/* general purpose classes */
.smallertext {
	font-size:.67em;
	font-weight:normal;
}
.notboldtext {
	font-weight:normal;
}
.blacktext {
	color: #000000;
}
.picturecaption {
	text-align:center;
	font-style:italic;
	margin-bottom:1em;
}
.floatright {
float:right;
padding:0 0 10px 12px;
}
.floatleft {
float: left;
padding:0 8px 12px 0;
}
