body{
	margin: 5px;
	background-color: rgb(255,255,255);
}

.masthead {
	clear: both;
	border-bottom: medium solid rgb(204, 0, 0); 
	width: 75%; 
	margin-bottom: 30px; 
	margin-top: 10px;
	font-family: sans-serif; 
	font-weight: bold;
}

.introline {
	color: rgb(204, 0, 0); 
}

.masthead h1{
	color: rgb(153, 153, 153); 
	font-size: 2.5em;
	margin: 0pt;
}

.contact {
	margin: 10px; 
	color: rgb(0, 0, 0); 
	font-size: smaller; 
}

.footer{
	clear: left;
	font-size: smaller; 
	margin-top: 20px;
}

h2 {
	color: rgb(120,120,120); 
	font-family: sans-serif;
}

dt {
	color: rgb(204,0,0);
}

.main{
	width:75%;
	float: left;
}
.sidebar{
	width: 22%;
	float: right;
	background: rgb(220,220,220);
	font-family: sans-serif;
	padding: 5px;
	margin-bottom: 20px;
}

.sidebar a:link, .sidebar a:visited{
	color: rgb(204,0,0);
	text-decoration: none;
}

.sidebar a:hover{
	color: rgb(204,0,0);
	background-color: rgb(255,255,255);
}

.sidebar ul{
	margin-left: 0px;
	padding-left: 0px;
}

.sidebar li{
	list-style: none;
}

.crumbs ul{
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px solid rgb(40,40,200);
	margin: 0;
	padding: 2px;
	font-size: smaller;
	font-weight: bold;
}

.crumbs a:link,.crumbs a:visited{
	color: rgb(40,40,200);
	text-decoration: none;
}

.crumbs li{
	display: inline;
	position: relative;
	padding: 2px;
	margin: 2px;
	color: rgb(40,40,200);
	list-style: none;
	border: 1px solid rgb(40,40,200);
	background-color: rgb(255,255,255);
}

.crumbs li.current{
	border-bottom: 1px solid rgb(255,255,255);
	z-index:105;
}

.notify {
	border: 2px solid rgb(200,0,0);
	padding: 10px;
	background-color: rgb(250,250,200);
	font-family: sans-serif;
}

.errorurl {
	font-family: monospace;
	color: rgb(204,0,0);
}

table {
  border: 1px solid;
  border-collapse: collapse;
  }

caption {
  text-align: center;
  text-transform: uppercase;
}

td, th {
  border: 1px solid;
  padding: .6em;
}

th{
  color: rgb(204,0,0);
}
}