body {
	background-color: #505C73;
}

#topnav {
	background-color: #800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	color: white;
	padding: 5px;
}
#topnav a:link,  #topnav a:visited, #topnav a:active{
	color: white;
	text-decoration: none;
}
#topnav a:hover {
	text-decoration: underline;
}

#addnav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .65em;
	font-weight: bold;
	color: black;
	padding: 5px;
}

#autodate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	color: #800;
	padding: 5px 0 0 5px;
}
#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	text-align: right;
	color: #666;
	padding: 5px;
}
#homepageContainer {
	margin: 3px;
	padding: 5px;
	height:100%;
	border:1px solid #505C73;
}
#homepageContainer h1 {
	margin: 0;
	font-size: 16px;
	color: #505C73;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#homepageContainer h2 {
	margin: 0;
	font-size: 10px;
	color: #800;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#homepageContainer p {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#content {
	vertical-align:top;
	padding:15px 40px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:link, #content a:active, #content a:visited {
	color: #800;
	font-size: 13px;
}

#content h1 {
	font-size: 24px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: 1px solid;
}
#content h2 {
	font-size: 15px;
	font-weight: bold;
	color: #505C73;
	margin: 0;
	text-transform: uppercase;
}
#content h3 {
	font-size: 14px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
}
#content h2 a:link, #content h2 a:active, #content h2 a:visited {
	text-transform: capitalize;
	color: #505C73;
	text-decoration: none;
}
#content h2 a:hover {
	text-decoration: underline;
}
#content td, #content p {
	font-size: 13px;
	color: black;
	line-height: 130%;	
}
#content blockquote {
	font-size: 13px;
	color: black;
	line-height: 130%;
}
#content #inside td {
	padding: 5px;
}
#content #faq ol {
	font-size: 13px;
	font-weight:bold;
	color:black;
}
#content #faq ol p {
	padding:7px 0;
	font-size: 16px;
	font-weight: normal;
}
#content ul {
	font-size: 13px;
	color:black;
}
#content ol {
	font-size: 13px;
	color:black;
	padding:10px;
}
hr {
	font-size: 24px;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: 1px solid;
}
