body {
  font-family: "Times New Roman", Times, serif;
  text-align: left;
  font-size: 14px;
  color: black;
  background-color: white;
  background-repeat: repeat-y;
	}

img.fadedbg {
	position: absolute;
	top: 75px;
	left: 300px;
	}

#main {
	width: 645px;
	text-align: left;
	position: absolute;
	top: 5px;
	left: 90px;
	}

div.header {
	height: 55px;
	}

div.topnav {
	align: right;
	text-align: center;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	border-right-width: 0px;
	border-left-width: 0px;
	line-height: 200%;	
		}
img.topnavspacer{
	width: 7px;
	height: 1px;
	}
a.topnav:link , a.topnav:visited{
	font-size: 14px;
	color: #3333ff;
	text-decoration: none;
	}
a.topnav:hover , a.topnav:active{
	font-size: 14px;
	color: #3333ff;
	text-decoration: underline;
	}

p.pagetitle {
	font-size: 16px;
	font-weight: bold;
	}
div.content {
	}
div.notabout {
	float: left;
	font-size: 20px;
	padding: 5px;
	width: 150px;
	border: 2px solid black;
	margin: 10px;
	}
dt.faq {
	font-weight: bold;
	line-height: 150%;
	}
dd.faq {
	font-style: italic;
	line-height: 125%;
	}	

div.aboutpic {
	float: left;
	font-size: 10px;
	padding: 5px;
	border: 2px solid black;
	margin: 10px;
	text-align: center;
	}

.form {
	font-weight: bold;
	}
input.main {
	background: #CCCCCC;
	font-family:  Arial , Helvetica , Sans-serif;
	font-size: 11px;
	color: black; 
	}	
input.buttons {
	background: white;
	font-size: 12px;
	width: 75px;
	background: #CCCCCC;
	}
textarea {
	background: #CCCCCC;
	font-family:  Arial , Helvetica , Sans-serif;
	font-size: 11px;
	color: black; 
	}	

p.quote {
	font-size: 13px;
	line-height: 150%;
	}
	
	
a:link , a:visited{
	color: #3333ff;
	}
a:hover , a:active{
	color: #666666;
	text-decoration: none;
	}
