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: 1em;
	color: #505C73;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
#homepageContainer h2 {
	margin: 0;
	font-size: 0.6em;
	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;
	height:400px;
	padding:15px 40px 15px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content a:link, #content a:active, #content a:visited {
	color: #800;
}

#content h1 {
	font-size: 1.5em;
	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: .9em;
	font-weight: bold;
	color: #505C73;
	margin: 0;
	padding: 12px 0 7px 25px;
	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: .8em;
	color: black;
	margin: 7px 0px;
	padding-top: 5px;
	padding-left: 20px;
	line-height: 130%;	
}
#content #inside td {
	padding: 5px;
}
#content #faq ol {
	font-size: .8em;
	font-weight:bold;
	color:black;
}
#content #faq ol p {
	padding:7px 0;
	font-size: 1em;
	font-weight: normal;
}
#content ul {
	font-size: .8em;
	color:black;
}
#content ol {
	font-size: .8em;
	color:black;
	padding:10px;
}
hr {
	font-size: 1.5em;
	font-weight:bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #800;
	margin:0 0 10px 0;
	padding:0;
	border-bottom: 1px solid;
}

.largeheader {
	color: black;
	font-family: Verdana, Geneva, Arial, Helvetica, Sans-serif;
	font-size: 14px;
}
input.inputcss {
	border-top: 1px solid #4e4e4e;
	border-left: 1px solid #4e4e4e;
	border-right: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
input.reviewbtn {
    border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
	border-bottom:0px solid #FFFFFF;
	background: #FFFFFF;
	color: #585858;
	padding-left:1px;
	height: 14px;
	width:35px;
	font-family: Tahoma, arial, helvetica, sans-serif;
	font-size: 10px;
	cursor:pointer;
}

