body {
	font-family: "Trebuchet MS", sans-serif;
	font-size: 11pt;
	line-height: 15pt;
	color: #663333;
	background-image:  url(/graphics/yellowbglt.jpg);
	background-repeat: repeat;
	padding: 0px;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 1%;
	margin-left: 2%;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
	text-transform: uppercase;
	color: #660000;
	text-align: center;
}
h2 {
	font-size: 18pt;
	color: #660000;
	line-height: 24pt;
}
h3 {
	font-size: 16pt;
	font-weight: bold;
	color: #660000;
	line-height: 22pt;
}
#maintable {
	background-color: #FFFFFF;
	line-height: 1.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFCC;
	border-right-color: #FFFFCC;
	border-bottom-color: #663333;
	border-left-color: #663333;
	padding: 0px;
}
 #maincontent {
	font-size: 100%;
	font-size: 100%;
	border-right-color: #990000;
	border-right-width: 1px;
	border-right-style: dotted;
	background-color: #FFFFFF;
	padding: 30px;
	width: 90%;
	color: #330033;
 }
  #header {
	background-color: #FFFFFF;
	background-image:  url(/graphics/headerbg.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
 }
 #footer {
	background-color: DCDCBB;
	font-size: 0.9em;
	text-transform: uppercase;
	color: #660000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: 99000;
	background-image: url(/graphics/greenbg.jpg);
 }
 #localnav {
	padding: 20px 20px 0px 0px;
	width: 150px;
 }
#horizontalnav {
	margin: 0px;
	padding: 0px;
	background-color: #CCCC99;
	vertical-align: top;

}
a:link {
	font-weight: normal;
	color: #003333;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: none;
}
a:visited {
	color: #003333;
	text-decoration: none;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
	font-size: 16pt;
	font-weight: bold;
	text-transform: lowercase;
	color: #FFFFFF;
	text-align: left;
}

li {
	line-height: 18px;
}
.arial {
	font-family: Arial, Helvetica, sans-serif;
}
.georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.times {
	font-family: "Times New Roman", Times, serif;
}
.courier {
	font-family: "Courier New", Courier, mono;
}
.verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.emphasis {
	font-weight: bold;
}
.rightjustify {
	text-align: right;
}
.centeredemphasis {
	font-weight: bold;
	text-align: center;
}
.italic {
	font-style: italic;
}
h6 {
	font-size: 12pt;
	font-weight: bold;
}
.floatright {
	float: right;
	padding: 14px 14px 14px 20px;
} 
.floatleft {
	float: left;
	padding: 14px 14px 14px 20px;
} 
.floatrightbox {
	font-size: 14px;
	font-weight: bold;
	padding: 6px;
	float: right;
	border: 1px dotted #990000;
	margin: 10px;
}
.superscript {
	vertical-align: super;
}
.underline {
	text-decoration: underline;
}

