﻿h1 {
	font-family: "Lucida Sans", Helvetica, Arial, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #990000;
	margin-bottom: 0px;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: medium;
	font-weight: bold;
	margin-bottom: 0px;
	color: #808080;
}
h3 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #990000;
	font-weight: bold;
}
h4 {
	font-family: "Trebuchet MS";
	font-size: small;
	color: #808080;
	font-weight: bold;
}
h5 {
	font-family: "trebuchet MS";
	font-size: small;
	font-weight: bold;
	color: #000000;
	margin-bottom: 0px;
}
h6 {
	font-family: "trebuchet MS";
	font-size: medium;
	font-weight: bold;
	color: #000000;
}
p {
	font-family: "Trebuchet MS";
	font-size: small;
	margin: 0px 0px 12px 0px;
}
a {
	color: #990000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: underline;
}
ul {
	list-style-type: square;
	font-size: small;
	font-family: "Trebuchet MS";
}
li {
	margin-bottom: 9px;
	margin-top: 0px;
}
p.index {
	font-family: "Trebuchet MS";
	font-size: 14px;
	margin-right: 12px;
	margin-bottom: 18px;
}
p.quicklinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #808080;
	margin: 0px 0px 18px 18px;
}
a.breadcrumbs {
	color: #990000;
	text-decoration: none;
}
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #990000;
	text-align: right;
}
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	background-color: #fff;
	color: #999999;
	border: 1px solid #ffffff;
}

ul.nav{
/*Remove all spacings from the list items*/
	margin: 0;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
	display: table;
	border: 1px solid #ffffff;
	background-color: #fff;
	color: #99999;
}
.nav a{
	text-decoration: none;
	color: #9a0000;
}

ul.nav>li{
	display: table-cell;
	position: relative;
	padding: 6px 10px 6px 2px;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

.nav ul li a{
	background-color: #fff;
	}
.nav ul li a:hover{
	background-color: #edcaca;
	}

ul.nav li:hover{
	background-color: #edcaca;
}

.nav ul li a:active{
	background-color: #edcaca;
	color: #ffffff;
}

ul.nav li:active{
	background-color: #edcaca;
	color: #ffffff;
}

.blockquote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #494949;
	margin: 0px 10px 0px 25px;
}
.data {
	font-family: Verdana;
	font-size: 10px;
	color: #333333;
	text-transform: uppercase;
}

ul.sidebar {
	padding: 0px;
	list-style-type: square;
	font-size: small;
	font-family: "Trebuchet MS";
	margin-left: 1.5em;
}

