html {
	height:100%;
}
body {
	min-height:100%;
	height:100%;
	background:white url(body_bg_5x5.gif);
	color:black;
	text-align:center;
	margin:0;
	padding:0;
	font-family:Verdana, sans-serif;
	font-size:80%;
}
a.current {
	color:#f90!important;
	text-decoration:none!important;
}
a:hover {
	color:red!important;
}
a {
	text-decoration:underline;
}
a:link {
	color:blue;
}
a:visited {
	color:navy
}

#bodywrapper {
	width:1002px;
	margin:0 auto;
	height:auto!important;
	min-height:100%;
	height:100%;
	text-align:left;
	border-left:1px solid silver;
	border-right:1px solid silver;
	background-color:white;

}
#header {
	height:109px;
	background:white url(header_bg_1x109.gif) repeat-x top left;
	overflow:hidden;
	position:relative;
}
#loginform {
	position:absolute;
	top:10px;
	right:0;
	height:100px;
	margin:0;
	padding:0 0.5em 0.5em 0.5em;
}
#loginform p, #loginform form {
	margin:0;
	padding:0;
}
#loginform .textinput {
	width:30ex;
}
#loginform td {
	padding:0 0.2em;
}
#contactinfo {
	position:absolute;
	right:0;
	bottom:0;
	padding-right:1em;
	line-height:23px;
	color:#f90;
}
#mainmenu {
	height:30px;
	background-color:#86a3c1;
	overflow:hidden;
}
#mainmenu ul, #mainmenu li {
	padding:0;
	margin:0;
	list-style:none;
}
#mainmenu li {
	padding:0 21px;
	float:left;
	line-height:30px;
}
#mainmenu li.menucurrent {
	background-color:white;
}
#mainmenu a {
	color:white;
	font-weight:bold;
}
#mainmenu li.menucurrent a {
	color:navy;
}
#content {
	margin:0;
	padding:0 1em 1em 21px;
}
#content h1, #content h2, #content h3 {
	color:#86a3c1;
	padding:0;
	margin-bottom:0;
}
#content h1 {
	font-size:1.5em;
	margin-top:1em;
	font-weight:normal;
}
#content h2 {
	font-size:1.3em;
	margin-top:1em;
	font-weight:normal;
}
#content h3 {
	font-size:1em;
	margin-top:1em;
}
#content p, #content ul {
	margin:0.5em 0;
}
#content ul {
	padding-left:1em;
}
#content li {
	margin-left:1em;
}
#content img {
	border-width:0;
}
#messages {
	list-style:none;
	padding:1em;
	background-color:yellow;
	border:1px dashed silver;
}
#footer {
	padding:30px 0 0 21px;
	/*
	background:white url(mainmenu_bg_1x30.gif) repeat-x top left;
	*/
	font-size:75%;
	color:gray;
}
#footer p {
	margin:0;
}


.floatleft {
	float:left;
	margin:0.5em 1em 0.5em 0;
}
.floatright {
	float:right;
	margin:0.5em 0 0.5em 1em;
}
.clr {
	clear:both;
	padding:0;
	margin:0;
	height:1px;
	visibility:hidden;
}
.max {
	width:100%
}
.odd {
	background-color:#f5fffa;
}
.even {
	background-color:#ffffe0;
}
.highlight {
	background-color:yellow;
}
.odd:hover, .even:hover, .highlight:hover {
	background-color:#ffc;
}
.comment {
	font-size:80%;
}
.msg, .err {
	font-weight:bold;
	color:green;
}
.err {
	color:red;
}
.abutton {
	border-style:outset;
	background-color:white;
}
table.formtable td {
	vertical-align:top;
}

/* pageslist */
ul.pageslist {
	list-style:none;
	margin:0.5em 0;
	padding:0;
}
ul.pageslist li {
	display:inline;
	margin:0;
	padding:0 0.5ex;
}

.caption_pageslist {
    clear:left;
}
.pageslist_text {
    font-size:130%;
}
.combo_title, .combo_comment {
    clear:left;
}

.tr {
    vertical-align:top;
    text-align:right;
}
.faded {
    color:gray;
}