/* Presentation Stylesheet */ 

/* COLOR CHOICES:
	black: #332c33;
	gray: #cccccc;
	white: #ffffff;
	purple 1: #9c889c;
	purple 2: #7c457c;
	yellow: #cccc80; */

body {
	background: #cccccc;
	color: #332c33;
	font-family: sans-serif;
	font-size: 76%;
}

a {
	color: #7c457c;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div.pagehead {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	line-height: 45px;
}

div.pics {
	text-align: center;
}

h1 {
	background: #cccccc;
	border: 1px solid #9c889c;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

h2 {
	border: 1px solid #9c889c;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-size: 1.1em;
	text-align: left;
}

h3.center {
	font-size: 1.1em;
	text-align: center;
}

hr {
	width: 50%;
}

img.cap,
img.icon {
	margin: 10px;
	border: 0px none;
}

li {
	font-size: 1em;
}

p {
	font-size: 1em;
}

p.fineprint {
	font-size: 0.9em;
	margin: 0;
}

span.label {
	font-weight: bold;
}

table {
	border-style: none;
}

/* Layout Stylesheet */ 

#header {
	background: #9c889c;
	border: solid #332c33;
	border-width: 1px 0px;
	text-align: right;
}

div.content {
	background: #ffffff;
	border: 1px solid #9c889c;
}

#topleft {
	border: 0px;
}

#menu a {
	background: #9c889c;
	border: 1px solid #332c33;
	color: #332c33;
	font-weight: bold;
	text-decoration: none;
}

#menu a.sub {
	background: #9c889c;
	border: 1px solid #332c33;
	color: #332c33;
	font-weight: bold;
	text-decoration: none;
}

#menu a:hover {
	background: #cccc80;
	border: 1px solid #332c33
	color: #332c33;
	font-weight: bold;
	text-decoration: none;
}
