html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-family : Tahoma, sans-serif;
	text-align: center;
	font-size: .9em;
	color: #800000;
	background-color: #565454;
}
#main {
	width: 88%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
#header-main {
	position: relative;
	height: 137px;
	min-width: 650px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
#header {
	height: 110px;
	min-width: 650px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFFFFF;
}
#page_title {
	position: relative;
	height: 1.5em;
	color: #996633;
	width: 250px;
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
	top: 45px;
	line-height: 1.5em;
	margin-left: 140px;
	padding-right: 10px;
	padding-top: 5px;
	float: left;
	border-right: 2px solid tan;
	border-bottom: 2px solid tan;
}
#outer-main {
	min-width: 650px;
	padding-left: 10px;
	background-color: #F3EDDC;
}
#inner-main {
	position: relative;
 	min-height: 400px; 
	min-width: 650px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: top;
	padding-bottom: 20px;
	border: 1px solid #E1E1E1;
}
#left_nav {
	float: left;
	vertical-align: top;
	font-size: .9em;
	text-align: left;
	padding-top: 10px;
	margin-top: 15px;
	padding-bottom: 20px;

	width: 120px;
	font-weight: bold;
	padding-left: 5px;
	z-index: 3;
	background-image: url("Images/bricks.gif");
	background-repeat: repeat-y;
}
#content {
	vertical-align: top;
	min-height: 420px;
	font-size: .9em;
	text-align: left;
	color: #000000;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-left: 129px;
	margin-bottom: 20px;
	background-color: #F7F7F7;
	border-left: 1px solid #BBBBBB;
}
#content table {
	position: relative;
}
#content ul {
	padding-left: 25px;
	font-size: 1.0em;
	list-style: none;
}
#content ul ul {
	font-size: 1.1em;
	list-style: none;
}
#content li {
	left: 15px;
	list-style: none;
}
.spacer {
	clear: both;
	height: 0px;
}
.spacer-two {
	clear: left;
	height: 0px;
}
p {
	color: #585858;
	margin: 10px;
	width: auto;
	min-width: 120px;
}
img {
	border: 0px;
}
#content ul{
	margin-left: 10px;
	padding-left: 10px;
}
.contact-left {
	width: 35%;
	float: left;
	font-size: .9em;
	font-weight: bold;
}
.contact-right {
	width: 40%;
	float: right;
	font-size: .9em;
	font-weight: bold;
}
Input{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	border-style: inset;
	-moz-border-radius: 3px;
}
Input:focus{
	background-image:url("Images/b.gif");
}
Select{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	font-size: 1.0em;
	border : solid 1px #989898;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea{
	background-color: #EEEEEE;
	font: Verdana,san-serif;
	border : solid 1px #989898;
	background-image:url("Images/input_fade.png");
	background-position: top left;
	background-repeat: repeat-x;
	border-style: inset;
	-moz-border-radius: 3px;
}
TextArea:focus{
	background-image:url("Images/b.gif");
}
input.Submit {
	font-weight: bold;
	font-size: .8em;
	border: 2px solid #000066;
	border-style: outset;
	background-image:url("Images/button-off.png");
	background-position: bottom left;
	margin-top: 5px;
	-moz-border-radius: 5px;
}
input.Submit:hover{
	background-image:url("Images/button-on.png");
	background-position: bottom left;
}
input.Submit:active{
	background-image:url("Images/button-down.png");
	background-position: top left;
}
.message {
	color: #CC0000;
	font-weight: bold;
}
.Normal { 
	font-weight: normal;
}
.Bold { 
	font-weight: bold;
}
.BoldUnderline { 
	font-weight: bold;
}
.BoldItalic { 
	font-weight: bold;
	font-style:italic;
}
.BoldLargeNavy { 
	font: 1.2em; 
	font-weight: bold;
	color: #000080;
}
.BoldSmall { 
	font: .9em; 
	font-weight: bold;
}
.BoldUnderline {
	font-weight: bold;
	text-decoration:underline;
}
.smallbold {
	font-size: .9em;
	font-weight : bold;
}
.small {
	font-size: .8em;
}
h1 {
	font: bold 1.2em;
}
h2 {
	font: bold 1.3em; 
	background-color: transparent;
}
h3 {
	font: bold 2.1em;
	font-variant : small-caps;
}
Span.super {
	font: bold .75em;
	vertical-align : super;
}
ol {
	font-size: .9em;
}
a:link{
	color: #800000;
}
a:visited{
	color: #800000;
}
a:hover{
	color: #F78D8D;
}
a:active{
	color: #F78D8D;
}
#pagefooter {
	text-align: center;
	width: 99%;
	margin-top: 10px;
	bottom: 5px;
}
.tteddo {
	font-size:.6em;
	font-weight: bold;
	color: #996633;
	font-style : italic;
	text-decoration: none;
}