﻿body {
	margin: 0px;
	font-size: small;
	font-family: 'Verdana Ref', Arial, Verdana, Helvetica, 'Times New Roman';
}

#structure {
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px
}

#banner {
	text-align: left;
	background-position: left 50%;
	background-image: url(images/banner_repeat.gif);
	background-repeat: repeat-x;
}

#navbar {
	background-image: url(images/navbar.gif);
	background-repeat: repeat-y;
	vertical-align: top;
	text-align: left;
}

.navbarbutton {
	font-weight: bold;
	font-size: small;
	background-image: url(images/navbar.gif);
	vertical-align: middle;
	text-transform: capitalize;
	color: #ff9900;
	text-align: left;
	text-decoration: none;
	padding-left: 2px;
}

.navbarbutton:hover 
{
	color: #ffffff;
}

#sitePath {
	background-color: silver;
	background-position: left top;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-y;
	height: 16px;
	text-align: right;
	text-decoration: none;
}

.sidebar {
	border-left: silver 1px solid;
	vertical-align: top;
	text-align: center;
}

#content {
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 10px;
	padding-top: 10px;
}

#bar {
	background-image: url(images/bar.gif);
	background-repeat: repeat-x;
	text-align: center;
	text-align: center;
	font-size: x-small;
	color: silver;
	font-family: 'Verdana Ref', Arial, Verdana, 'Times New Roman';
}

#lowerbar {
	background-image: url(images/lowerbar.gif);
	background-repeat: repeat-x;	
}
a {
	color: #626083;
}
H1
{
	font-size: medium;
	color: #ff6600;
	background-color: #ffefd5;
	border-right: #ff6600 1px dotted;
	border-top: #ff6600 1px dotted;
	border-left: #ff6600 1px dotted;
	text-indent: 3px;
	border-bottom: #ff6600 1px dotted;
}

H2
{
	font-size: small;
	color: #ff6600;
	font-style: italic;
	background-color: #ffefd5;
	border-right: #ff6600 1px dotted;
	border-top: #ff6600 1px dotted;
	border-left: #ff6600 1px dotted;
	text-indent: 3px;
	border-bottom: #ff6600 1px dotted;
}

H3 {
	font-size: small;
	color: #ff6600;
	background-color: #ffefd5;
	border-right: #ff6600 1px dotted;
	border-top: #ff6600 1px dotted;
	border-left: #ff6600 1px dotted;
	text-indent: 3px;
	border-bottom: #ff6600 1px dotted;
}

.nounderline {
	text-decoration: none;
}

.center {
	text-align: center;
}



TH {
	background-color: #ffefd5;
}
CAPTION {
	font-size: small;
	color: #ff6600;
	font-weight: bold;
	padding-bottom: 5px;
}

.invisible
{
	display: none;
}
.doorstreept {
	text-decoration: line-through;
}

.right
{
	text-align: right;
}
