/* layout */

#top {
	position:absolute;
	width:770px;
	height:115px;
	top:-2px;
	left:-2px;
	}

#bottom {
	position:absolute;
	width:770px;
	top:116px;
	left:0px;
	background-color:#CCC;
	height: 3497px;
	}

#main {
	position:relative;
	width:600px;
	min-height:500px;
	top:0px;
	left:150px;
	padding-top:0;
	padding-bottom:1em;
	padding-left:15px;
	padding-right:5px;
	background-color:white;
	height: 3419px;
	visibility: visible;
	}

#col400 {
	width:400px;
	}

/*lhs navigation bar */

#sitenav {
	position:absolute;
	width:150px;
	top:67px;
	left:-300px;
}

#sitenav ul {
	list-style: none;
	padding: 0 0.5em;
	margin: 0;
}
#sitenav li {
	letter-spacing: 2px;
	line-height: 1.2em;
	border: 1px solid black;
	border-top-color: #888;
	border-left-color: #888;
	margin: 0px 0px 3px 0px;
}

#sitenav a:link, #sitenav a:visited {
	padding: 3px 0.5em;
	display:block;
	color: #333;
	background-color: #CCC;
	text-decoration:none;
	font-weight:bold;
}
#sitenav a:hover, a:active {
	color:white;
	background-color: #999;
}

/*global preferences */

h1 {
	font-size: 1.6em;
	margin-top: 0;
}
h2 { font-size: 1.4em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1em; }
body {
	background-color: #666666;
	margin: 0;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	}
body, td { font-weight: normal; }
img {
	border-width:0;
	padding:1;
	margin:1;
}
.red {
	color: red;
}
.bigger {
	font-size: 110%;
}
:link, :visited { text-decoration: underline; }
:link:focus, :visited:focus { /* buggy in ie, best not to use */ }
:link { color: blue; }
:visited { color: blue; }
:link:hover, :visited:hover { color: #0066FF; }
:link:active, :visited:active {
	color: blue;
	background-color: #FFFFCC;
	text-decoration: none;
	}
p q { font-style: italic; }
cite { font-style: normal; }
li cite { font-style: italic; }
cite.quotee { font-weight: bold; }
a.footnote, cite.quotee a {
	vertical-align: super;
	font-size: x-small;
	font-weight: bold;
	text-decoration: none;
	}
cite.source { font-size: x-small; }
.box_top, .box_right {
	border: 2px solid #000000;
	padding: 0.5em;
	}
.box_top { width: 350px; }
.box_right {
	width: 40%;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
.box_right p {
	margin-top: 0px;
	margin-bottom: 0.5em;
	}
.nospace {
	margin-top: 0px;
	margin-bottom: 2px;
	}
.nospace_top { margin-top: 0px; }
.space_above { padding-top: 1em; }
.space_below { padding-bottom: 1em; }
.margin_below { margin-bottom: 1em; }
p.firstpara { font-weight: bold; }
table.address tr th, table.address tr td {
	vertical-align: top;
	text-align: left;
	}
.links_section ul li {
	margin-bottom: 0.4em;
	margin-top: 0.4em;
	}
.links_section ul :link, .links_section ul :visited { font-weight: bold; }
.bighead { font-size: medium; font-weight: bold}
.fourteen { font-size: 115%; font-weight: normal }
.fourteenbold { font-size: 115%; font-weight: bold}
.bodybold { font-weight: bold}
.caption { font-family: Arial, Helvetica, sans-serif; font-size:x-small; font-weight: bold}
hr {
	height: 0px;
	border: solid #CCCCCC 0px;
	border-top-width: 1px;
	}
.button:link:focus,
.button:visited:focus,
.button:link,
.button:visited,
.button:link:hover,
.button:visited:hover,
.button:link:active,
.button:visited:active {
	background: #dddddd;
	border: 1px;
	border-color: #bbbbbb #000000 #000000 #bbbbbb;
	border-style: solid;
	color: #000000;
	font-size: 8pt;
	line-height: 180%;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	font-weight: normal;
	white-space: nowrap;
	}
.navbuttons { clear: left; }
.button_pressed {
	background: #dddddd;
	border: 1px;
	border-color: #000000 #bbbbbb #bbbbbb #000000;
	border-style: solid;
	color: #000000;
	font-size: 8pt;
	line-height: 180%;
	padding: 1px 3px 1px 3px;
	text-decoration: none;
	font-weight: normal;
	}

/* floating images with or without caption paragraphs */

.leftimg, .rightimg, .blockimg {
	margin-top: 0px;
	margin-bottom: 2px;
	border: 1px solid black;
	}
.leftimg {
	float: left;
	margin-right: 5px;
	margin-left: 0px;
	}
.rightimg {
	float: right;
	margin-right: 0px;
	margin-left: 5px;
	}
.blockimg {
	display: block;
	}
.leftimg img, .rightimg img, .blockimg img {
	display:block;
	margin: 0px;
	padding: 0px;
	}
.leftimg p, .rightimg p, .blockimg p {
	font-size: 75%;
	font-weight: bold;
	text-align: left;
	margin: 0px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	border-top: 1px solid black;
	}
.leftimg :link, .leftimg :visited, .rightimg :link, .rightimg :visited, .blockimg :link, .blockimg :visited {
	text-decoration: none;
	}
.leftimg :link:hover, .leftimg:visited:hover, .rightimg:link:hover, .rightimg:visited:hover, .blockimg:link:hover, .blockimg:visited:hover {
	text-decoration: underline;
	}


/* feature sections for front page */

div.content_section {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
	}
div.content_section p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 0px;
	}

div.content_section>h1 {
	font-weight: bold;
	font-size: 0.9em;
	clear: both;
	}

.bar, div.content_section>h1 {
	clear:both;
	background-color: #CCCCCC;
	border: 1px solid #000000;
	padding: 1px 1px 1px 1em;
	letter-spacing: 0.25em;
	text-align: left;
	margin: 0px 0px 0.5em;
	}

/* document contents box and options box*/

#contents {
	width: 180px;
	}
#options {
	width: 110px;
	}
#contents, #options {
	float: right;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size: 80%;
	background-color: #CCCCCC;
	}
#contents>h1, #options>h1 {
	background-color: #CCCCCC;
	font-size: 120%;
	letter-spacing: 0.5em;
	margin-top: 0px;
	margin-bottom: 2px;
	}
#contents p, #options p { margin: 3px 0px; }
#contents hr, #options hr {
	height: 0px;
	border-top: 1px solid #999999;
	border-right: 0px solid #999999;
	border-bottom: 0px solid #999999;
	border-left: 0px solid #999999;
	}
#contents :link, #contents :visited, #options :link, #options :visited {
	text-decoration: none;
	}
#contents :link:hover, #contents :visited:hover, #options :link:hover, #options :visited:hover {
	text-decoration: underline;
	}

#contents h1 { text-align: left; }
#options h1 { text-align: right; }
