body {
	margin: 1em;
	padding: 0;
	background-color: #fff;
	color: #000;
}

body, p, div, table, th, td, form, h1, h2, h3, h4, h5, h6 {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}

a.skip {
	position: absolute; left: -1000em; width: 20em;
}

a { text-decoration: none; } 
a:link { color: #00c; }
a:visited { color: #00c; }
a:active { color: #00f; } 
a:hover { text-decoration: underline; }

a.topnav:link, a.topnav:visited, a.topnav:active, a.topnav:hover {
	background-color: #000;
	color: #fff;
}

a.nvc:link, a.nvc:visited, a.nvc:active, a.nvc:hover {
	background-color: #f3f3ff;
	color: #000;
	border: 1px solid #c0c0c0;
	padding: 2px;
	line-height: 2em;
	white-space: nowrap;
	font-weight: bold;
	margin-right: 2px;
}
a.nvc:hover {
	background-color: #000;
	color: #fff;
}

a.na:link, a.na:visited, a.na:active, a.na:hover,
a.nas:link, a.nas:visited, a.nas:active, a.nas:hover,
a.nap:link, a.nap:visited, a.nap:active, a.nap:hover {
	font-size: 12pt;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin-bottom: 1em;
	padding: 0.25em;
}

#pageframe {
	background-color: #fff;
	color: #000;
	width: 740px;
	margin: 1em auto;
	padding: 10px;
}

#sitelogo {
	padding-bottom: 18px;
	background: url(/images/stripes.gif) bottom center no-repeat;
	text-align: right;
}

#topnav {
	background-color: #000;
	color: #fff;
	padding: 0 0 2px 2px;
	margin-bottom: 1em;
	font-size: 8pt;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 4px;
	border: 1px solid #c0c0c0;
}

#greeting { margin-bottom: 1em; }

#search form {
	margin: 0;
	width: 190px;
}

div.centered { text-align: center; }

input.searchterm { width: 100px; }
input.submitgo { font-size: 9pt; }

#poll { margin-top: 1em; }

#content { margin-left: 210px; }

#poweredby {
	font-size: 7pt;
	padding-top: 1em;
}

/* Hides from IE5-mac \*/
* html #content {height: 1%;}
/* End hide from IE5-mac */

.clearboth { clear: both; }

#message {
	border: 1px solid #f00;
	background-color: #fff;
	color: #f00;
	padding: 10px;
	margin: 1em 0;
}

h1#catdesc {
	border-top: 1px solid #c0c0c0;
	margin: 0;
}

p#rss { margin: 0 0 1em 0; }
a.rss {
	background-color: #fff;
	color: #c0c0c0;
}

#catintro { margin-bottom: 1em; }
#catposting { }
#catsubs { margin-bottom: 1em; }

div.artsummary {
	margin-bottom: 2em;
	border: 1px solid #c0c0c0;
	padding: 4px;
}
.artstate {
	color: #f00;
}
h2.artsubject { margin: 0; }
div.artinfo { margin-bottom: 0.5em; }
div.artcat { color: #c0c0c0; font-size: 8pt;}
div.artauthor { color: #c0c0c0; font-size: 8pt;}
div.artdetail { color: #c0c0c0; font-size: 8pt;}
div.artintro { margin-bottom: 1em; }
div.readmore {
	text-align: right;
	font-size: 8pt;
	margin-top: -1em;
}
div.artbody {}

div.artattachset {
	margin: 1em 0;
}
h2.artattachset {
	margin: 0 0 1em 0;
	font-size: 9pt;
}
div.artattachment {
	font-size: 9pt;
	background-color: #eee;
	border-top: 1px solid #fff;
}
span.attachsize { color: #c0c0c0; font-size: 8pt;}

h1.artsubject {
	border-top: 1px solid #c0c0c0;
	margin: 0 0 1em 0;
}
div.artdate { color: #c0c0c0; font-size: 8pt;}

/* admin */

table.title {
	border-top: 1px solid #c0c0c0;
    margin: 0;
}
td.title {
	font-weight: bold;
}

table.adminintro {
}

table.admintable {
    border: 1px solid #c0c0c0;
	margin-bottom: 1em;
}

/* login */

h1#title {
	border-top: 1px solid #c0c0c0;
	margin: 0;
}

form.login td {
	padding: 2px;
}

form.login td.label {
	text-align: right;
	padding-right: 1em;
}

span#persistnote {
	font-size: 8pt;
}
span.recent {
	font-size: 80%;
	font-weight: normal;
    color: #c66;
    padding-left: 4px;
    white-space: nowrap;
}
