body {
	background: white;
	color: black;
	margin: 0;
	padding: 0;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 12px;
}
/* default hyperlinks *
a {
	color: mediumslateblue;
	text-decoration: none;
}
a:hover {
	color: dodgerblue;
}
/* the #page table encompasses the entire viewport */
#page {
	margin: 0;
}
/* the #title division runs the full width of the viewport
** at the very top of the screen */
#title {
	background: white;
	font-family: georgia,times new roman,times,serif;
	font-weight: bold;
	vertical-align: bottom;
	font-size: 30px;
}
/* this little menu immediately follows the #title and acts as a
** separator for the remainder of the page */
#topmenu {
	font-size: 10px;
	font-weight: bold;
	background-color: #88A9DA;
	color: #FFFFFF;
	padding: 2px;
	border-top: 1px gray solid;
	border-bottom: 1px gray solid;
	text-align: right;
}
#topmenu a {
	color: #FFFFFF;
	text-decoration: none;
}
#topmenu a:hover {
	color: #FFFFFF;
}

/* the #main division covers the entire rest of the viewing space */
#main {
}
#left{
	width: 140px;
	font-size: 11px;
	background: white;
}
#right {
	width: 120px;
	font-size: 11px;
	background: white;
}

#left {
	padding: 0;
	white-space: nowrap;
}
#left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#left li {
	border-bottom: 1px black solid;
	margin: 0;
	font-weight: bold;
}
#left li.title {
	padding: 2px 2px 2px 7px;
	background-color: #88A9DA;
}
#left li.info {
	padding: 2px 2px 2px 7px;
	font-weight: normal;
}
#left li a {
	display: block;
	width: 100%;
	text-decoration: none;
	background: white;
	color: navy;
	padding: 2px;
	border-left: 5px #88A9DA solid;
}
html>body #left li a {
	width: auto;
}
#left li a:hover {
	background-color: #88A9DA;
	color: darkslategray;
	border-left: 5px red solid;
}
#left ol {
	list-style-type: decimal;
	margin: 0;
	padding: 0;
	border: none;
}
#left ol li {
	border-bottom: 0px black solid;
	margin: 0;
	font-weight: bold;
}
#left ol li.title {
	padding: 2px 2px 2px 7px;
	background-color: #88A9DA;
}
#left ol li.info {
	padding: 2px 2px 2px 7px;
	font-weight: normal;
}
#left ol li a {
	display: block;
	width: 100%;
	text-decoration: none;
	background: white;
	color: navy;
	padding: 2px;
	border-left: 5px #88A9DA solid;
}
html>body #left ol li a {
	width: auto;
}
#left ol li a:hover {
	background-color: #88A9DA;
	color: darkslategray;
	border-left: 5px red solid;
}



#right a {
	color: navy;
	text-decoration: none;
}
#right a:hover {
	color: slateblue;
}
#right {
	line-height: 150%;
	font-size: 11px;
	padding: 5px;
}
#right p {
	margin: 0 0 5px 0;
}
#center {
	background: white;
	color: black;
	padding: 10px;
	margin: 0 145px 0 132px;
	border: 1px gray solid;
	border-top: none;
}

/* the content area is where the primary text goes */
#content {
	line-height: 150%;
}
#content a {
	color: navy;
	text-decoration: none;
}
#content a:hover {
	color: slateblue;
	text-decoration: underline;
}
#content a:active {
	color: crimson;
	text-decoration: none;
}

/* the footer goes at the bottom */
#footer {
	color: gray;
	font-size: 10px;
	margin-top: 20px;
}
#footer a {
	color: darkslategray;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

ah1 {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: gray;
}
h1{
	font-size:42px;
	font-family: arial, sans-serif;
	padding:10px 30px;
	border-bottom:0px solid #666;
	margin-bottom:0px;
	letter-spacing:10px;
}
h2,h3,h4 {
	font-family: arial,helvetica,sans-serif;
	font-weight: normal;
	color: gray;
	margin-top: 20px;
	margin-bottom: 5px;
}

img.logo {
	border: none;
	padding: 2px;
}

p {
	margin-top: 0;
	padding-top: 0;
}
p.action {
	clear:left;
}
p.ahem {
	line-height: 200%;
	color: red;
	display: none;
}
p.error {
	font-family: verdana,arial,helvetica,sans-serif;
	color: crimson;
	margin: 10px 0 10px 0;
	line-height: 150%;
}
p.info {
	margin: 5px 0 5px 0;
	color: gray;
	font-size: 10px;
}
p.folderpath {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	color: gray;
	margin: 0;
	padding: 0;
}
p.folderpath a {
	color: gray;
	text-decoration: none;
}
p.folderpath a:hover {
	color: dodgerblue;
}
p.recordset {
	font-size: 10px;
	color: silver;
}
p.recordset a {
	color: gray;
	text-decoration: none;
}
p.recordset a:visited {
	color: lightgray;
}
p.recordset a:hover {
	color: black;
	text-decoration: underline;
}

/* comments */
p.subject {
	background: silver;
	font-weight: bold;
	font-size: 11px;
	padding: 1px;
	margin: 5px 0 2px 0;
	color: black;
}
.comment p {
	margin: 0;
	padding: 0;
}

/* page editing */
#content div.edit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 2px;
	margin: 5px;
	background: snow;
	border: 1px gray solid;
	color: gray;
	font-size: 10px;
	font-weight: bold;
}
#content p.editor {
	margin: 0;
	padding: 0;
}

form {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 11px;
}
form p {
	margin: 0;
	padding: 2px;
}
form p.prompt {
	margin-top: 5px;
	font-weight: bold;
	color: gray;
}
form p.field {
}
textarea {
	font-family: verdana,arial,helvetica,sans-serif;
	width: 600px;
}
/* divisions */
div.imageboxes {
	display: block;
}

/* tables */
table {
	margin: 20px 0 20px 0;
	padding: 0;
}
tr.even {
	background: #eeeeee;
	padding: 1px;
}
th {
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px silver solid;
}
td {
	vertical-align: top;
	font-size: 11px;
}
td.event_date {
	white-space: nowrap;
}
table.list {
	border-bottom: 1px silver solid;
}
table.list td {
	padding: 3px;
	line-height: 130%;
}

/* definition lists */
dt {
	font-weight: bold;
}

/* "box" display for front page */
table.box {
	width: 100%;
	margin: 0;
}
td.box {
	padding: 10px;
	width: 33%;
	height: 200px;
	border: 1px gray dotted;
	font-size: 11px;
}
td.box p {
	margin-bottom: 5px;
	padding: 0;
}
td.box h2, td.box h3, td.box h4, .infobox h2, .infobox h3, .infobox h4 {
	margin-top: 0;
	font-weight: bold;
}

table.box2 {
	width: 100%;
	margin: 0;
	padding: 10px;
	border: 1px gray dotted;
}
td.box2 {
	padding: 10px;
	width: 33%;
	font-size: 11px;
}
td.box2 p {
	margin-bottom: 5px;
	padding: 0;
}
td.box2 h2, td.box2 h3, td.box2 h4 {
	margin-top: 0;
	font-weight: bold;
}

div.infobox {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px silver solid;
}

.q {
	font-family: arial,helvetica,sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: saddlebrown;
}

/* folders */
div.subfolders {
	display: none;
}
div.subfolder {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 10px;
	line-height: 100%;
	width: 90px;
	height: 90px;
	overflow: auto;
	border: 1px gray solid;
	padding: 2px;
	margin: 2px;
	text-align: center;
	float: left;
}

hr {
	height: 1px;
	color: silver;
	margin: 0;
	padding: 0;
}

.portal {
	width: 100%;
}
.portal td {
	margin: 5px;
	padding: 0;
	border: 1px navy solid;
}
.portal td h3 {
	margin: 0;
	padding: 5px;
	background: navy;
	color: white;
	font-size: 14px;
	font-weight: bold;
}
.portal td p {
	padding: 5px;
}
a img {
	border: none;
}

div.notices {
	margin-left: 1em;
	text-indent: -1em;
}
div.notices p {
	display: inline;
}
.darkblue {
	background-color: #446AA0;
}

.lightblue {
	background-color: #88A9DA;
}

.fuzzybox {
	border: 1px solid grey;

}
.fuzzybottom {
	border-bottom: 1px dashed grey;
}

.fuzzybutt {
	border-bottom: 1px dashed grey;
	border-right: 1px dashed grey;
	border-left: 1px dashed grey;
}