body { background: #fff;
	font-family: arial, helvetica, serif;}
a:link {color: #000; text-decoration: none; }
a:visited {color: red; text-decoration: none; }

a:hover
{
	color: #06f;
	text-decoration: none;
	background-color: #fff;
}
a:active {color: red; text-decoration: none; }


#container {
	color: #000;
	background-color: #fff;
	width: 765px;
	margin: auto;}
	
#header {
	top: 0;
	left: 0;
	background: #fff;}
	
.main {
	padding: 0;
	font-size: 95%;
	line-height: 1.6em;
	clear: both;}
	
.view {
	float: left;
	background: #fff;
	width: 315px;}
	
.maincontent {
	float: right;
	background-color: #fff;
	width: 450px;
	margin-left: 0px;}
.view p { width: 305px; }



#nav {background-color: #fff;
	height: 3em;}
#nav, #nav ul {
	/* all lists */
	list-style: none;
	line-height: 1.5em;
	margin: auto;}

#nav a {
	display: block;
	width: 30em;}

#nav li
{
	/* all list items */
	float: left;
	width: 6em;
	/*width:120px; --- this was an error */
	/* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #000;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#footer
{
	background: #fff;
	font-size: .5em;
	text-align: center;
	clear: both;
	color: #000;
	margin: 0 auto;
}

h3 {color: #06f;}

#vertspace
{
	height: 30px;
	background-color: #fff; /*space under link image on left*/
}
#vertspace_av
{
	height: 30px;
	background-color: #fgf; /*space under link image on left*/
}
.copy {color: red}