/* HTML elements */

body
{
	margin: 0;
	font-family: Baskerville,"Times New Roman",times,serif;
	color: #000;
	background-color: white;
}
	
p, ul, ol, dl, cite {
	font-size: 11pt;
	}
	
h3
{
	font-size: 12pt;
	font-weight: bold;
}
	
q {
	font-size: 12pt;
	font-style: italic;
	}
	
img
{
	display: block;
	border-width: 0;
	margin: 0;
	padding: 0;
}
	
/* ID selectors */

#container
{
	background: transparent;
	margin: 0;
	width: 100%;
}
	
#masthead
{
	display: block;
	border-bottom: 1pt solid black;
	padding: 0 0 5pt 111px;
	margin: 0 0 5pt 0;
	width: 100%;
	height: 100px;
	background-image: url(../images/logo_print.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
	
#masthead h1
{
	display: block;
	padding: 0;
	margin: 0;
}
	
#masthead cite {
	display: block;
	padding: 0;
	margin: 0;
	}
	
#masthead h1 span {
	font-size: 18pt;
	}
	
#masthead cite span {
	font-size: 14pt;
	}
	
#sidebar-a
{
	position: absolute;
	top: 0;
	left: 0;
	width: 176px;
	background: #ebd8af url(../images/logo.gif) no-repeat;
	display: none;
}
	
#primarynav {
	margin: 138px 0 0 28px;
	width: 148px;
	font-size: 11px;
	font-weight: bold;
	padding: 0;
	list-style: none;
	}

#primarynav li a {
	display: block;
	width: 148px;
	margin: 3px 0 0 0;
	padding: 1px 0 2px 22px;
	background: #fff url(../images/pnavtile.gif);
	text-decoration: none;
	color: #000;
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 126px;
	}
	
html>body #primarynav li a {
  	width: 126px;
	}
	
#primarynav li#pnav-home a {
	background: #fff url(../images/pnavtileHome.gif);
	}
	
#primarynav li a:hover, #primarynav li a:focus, #primarynav li#pnav-home a:hover {
	color: #300;
	background-color: #fff;
	background-image: none;
	}
	
#primarynav li#pnav-home a:hover {
	background-image: url(../images/pnavtileHomeOn.gif);
	}

.menu {
	display: none;
	margin: 0;
	padding: 0px;
	list-style: none;
	font-size: 11px !important;
	font-weight: normal !important;
	}
	
.menu li a {
	margin: 1px 0 0 0 !important;
	}
	
.menu li a:hover {
	background: #fff url(../images/pnavtile.gif) !important;
	text-decoration: underline !important;
	}
	
#content
{
	color: #000;
	background-color: white;
	background-repeat: no-repeat;
	margin: 0;
	width: 100%;
}
	
#sidebar-b
{
	position: absolute;
	top: 118px;
	right: 0;
	width: 254px;
	height: 263px;
	background: #300 url(../images/gavel.jpg) no-repeat;
	display: none;
}
	
#footer
{
	margin: 65px 0 0 0;
	padding: 5px 10px 5px 10px;
	border-color: gray;
	border-width: 1px;
	border-style: solid;
	background-color: #EEE;
}

#footer p {
	font-size: 8pt;
	}
	
/* class selectors */

.alt {
	display: none;
	}
	
.photos
{
	float: right;
	border-color: black;
	border-width: 1px;
	border-style: solid;
	margin: 0 0 8px 8px;
	padding: 0;
	display: block;
}

.bio
{
	font-size: 10pt;
}	