/* Stylesheet for the content pane of the various pages. */

a:link {      /* unvisited link */
	color: #CC0000;
}
a:visited {   /* visited link */
	color: #880000;
}
a:hover {   /* mouse over link */
	background-color: #CC0000;
	color:#EEEEEE;
	font-weight:bold;
}
a:active {   /* selected link */
	color: #FF0000;
	font-weight:bold;
}
.centeredImage {
	text-align:center;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
h1 {
	font-family: "Agency FB", Arial, Veranda;
	font-weight:bold;
	font-size:24px;
	margin-right:10px;
	margin-left:10px;
	color:#000080;
	text-align:center;
}
h2 {
	font-family: "Agency FB", Arial, Veranda;
	font-weight:bold;
	font-size:20px;
	font-style:italic;
	margin-right:10px;
	margin-left:10px;
	color:#FF0000;
	text-align:center;
}
h3 {
	font-family: Arial, Veranda;
	font-weight:bold;
	font-style:italic;
	font-size:16px;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:10px;
	margin-left:10px;
	color:#000080;
}
p {
	font-family: Arial, Veranda;
	font-weight:normal;
	font-size:12px;
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:4px;
	color:#000080;
}
p.footer {
	font-family:Arial;
	font-size:9px;
	text-align:center;
	vertical-align:bottom;
	margin-bottom:0px;
	color: #000080;
}
b.intro {
	font-weight:bold;
	color:#FF0000;
}
b.list {
	font-weight:normal;
	color:#FF0000;
}
i.paren {
	font-style:italic;
	font-size:10px;
}
ul {
	font-family: Arial, Veranda;
	font-weight:normal;
	font-size:12px;
	margin-top:0px;
	margin-bottom:4px;
	color:#000080;
	list-style-image:url("../images/bulletRedArrow.gif");
	list-style-type:disc;
	list-style-position:outside;
}
ul.innerList {
	font-family: Arial, Veranda;
	font-weight:normal;
	font-size:12px;
	margin-top:0px;
	margin-bottom:4px;
	color:#000080;
	list-style-image:url("../images/bulletBlueDisc.gif");
	list-style-type:disc;
	list-style-position:outside;
}
dl {
	font-family: Arial, Veranda;
	font-weight:normal;
	font-size:12px;
	margin-right:10px;
	margin-left:10px;
	margin-top:0px;
	margin-bottom:4px;
	color:#000080;
}
dt {
	font-family: Arial, Veranda;
	font-weight:bold;
	font-size:12px;
	color:#CC0000;
	margin-top:4px;
}
td {
	font-family: Arial, Veranda;
	font-weight:normal;
	font-size:12px;
	color:#000080;
}

