/*navbar*/
#navbar
{
  background-color: #3f3;
}
#navbar A
{
  background-color: #3f0;
  display: inline;
}
#navbar A:hover { }
#navbar A:visited { }





abbr {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #300060;
}
h1, h2, h3, h4, h5 {
  padding: 0; margin: 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: 900;
	color: #330066;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 800;
	color: #330066;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #330066;
	margin: 0; padding: 0 0 5px 0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #330066;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: oblique;
	font-weight: 500;
	color: #330066;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #330066;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 300;
	line-height: 18px;
	padding: 3px;
	font-style: normal;
	color: #330066;
	text-indent: 8px;
}
.navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	color: #330066;
	background-color: #FF0033;
	padding: 2px;
	width: 180px;
	display: block;
	text-align: center;
	
}	
.subnavigationblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	color: #330065;
	border-bottom-style: groove;
	border-bottom-width: thin;
	background-color: #B7F5F5;
	display: block;
	bottom: auto;
	background-position: center;
}
.navigationblue {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
	color: #330066;
	background-color: #B7F5F5;
	display: block;
	padding: 8 px;
	width: 190px;
}
.subnavigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: 500;
	color: #330066;
	background-color: #FF0033;
	display: block;
	padding: 8px;
	width: 140px;
	text-indent: 4px;
	position: relative;
	vertical-align: text-bottom;
	text-align: center;
}	
	

/*-------- alterations by Richard Dows -----------*/

/*----------- additions from index.html -----------*/
body {
  background-image: url(images/backgrounds/petals/gray.gif);
  background-repeat: repeat;
}
.style3 { font-size: small; }
	 
.style5 { font-size: medium; }

.tr0 { 
  display: none; 
  cursor: default;
}
.ft2 { 
  font-size: 1px; 
  color:#ccc; 
  text-decoration:none;
  cursor: default;
}
.style79 {
  font-family: Arial, Helvetica, sans-serif;
}
body,td,th {
  font-family: Arial, Helvetica, sans-serif;
}
.style85 { font-size: 14px; }
.style86 { font-size: 16px; }
.style89 { 
  font-style: italic; 
  color: #306;
}
.style90 {
  font-size: 18px;
  color: #f00;
  font-weight: bold;
}

.style88 {
	color: #306;
	font-weight: bold;
}
.style91 { color: #f03; }
.style93 {
	color: #f03;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}
.style94 { font-size: 14px; }
.style95 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.style97 { color: #306; }
.style98 { font-size: 12px; }


/*-------- alterations by Richard Dows -----------*/
#sidebar {
  border: 0;
}
#sidebar a:link,#sidebar a:visited {
	color:#606; 
	font-size: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
}

#sidebar a:hover {
	color: #DD004F;
}
.style2 { font-size: xx-small; }
.style4 {
	font-size: x-small;
	font-weight: bold;
}
.style5 { font-family: Arial, Helvetica, sans-serif; }
.style6 { font-size: 10px; }

.centered { text-align: center; }

ul.list {
  text-align: left;
  font-size: 14px;
  padding: 0;
  margin: 0;
  margin-left: 15px;
  color: #306;
}
ul.nobullets {
  list-style: none;
}

/* This is the overall menu; so, all the headers, sections and links altogether.
    You won't need to style it, except to alter font, or padding around the whole
	block as one. */
#menu { 
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  padding: 0 5px 0 0;
  background-color: #f03;
  border: 0;
}

/* This is for the header of each menu section */
#menu h2 {
  font-size: small;
  font-weight: bold;
  padding: 0 0 0 5px;
}

/* This encapsulates each section, with menu links inside it */
#menu p {
  margin: 0 0 15px 0;
}

/* Each 'span' is a link section, this doesn't styling the link itself, but rather
    styles the size of the font, the area itself, padding around it */
#menu p span {
  display: block;
  padding: 0 0 5px 0;
  width: 187px;
}

/* This styles the individual menu links, visited link, and hover link */
#menu p span a {   
  font-size: 12px !important;
  display: block;
}
#menu p span a:link, #menu p span a:visited {
  color: #fff;
}
#menu p span a:hover {
  color: #000;
  background-color: #3cc;
  text-decoration: none;
}

#menu p.centered {
  font-size: small;
}


/*----------- main content table ----------------*/
table#content { 
  background-color: #fff;
}
table#content td, table#content th {
  text-align: left;
}
table#content ul {
  text-align: left;
}

table#content a:link, table#content a:visited {
  font-weight: bold;
  color: #3cc;
}
table#content a:hover, table#content a:active {
  color: #f03;
}
