BODY { 
  background: #666666;
  color: #ffffff;
  font-family: arial, times new roman, sans-serif ,helvetica;
  font-size: 11pt;
  text-align: center;
  margin: 0;
}
a:link { color: #ffffff; }
a:active { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #b90101; }

#container { width: 810px; margin-left: auto; margin-right: auto; background: #666666; text-align: left; border: 0px solid #000; position: relative; }

.text { padding: 10px; font-size: 11pt; font-family: times new roman, sans-serif ,helvetica; }
.background { background: url('images/bgrdsquare.jpg') no-repeat;}
.background3 { background: url('images/bgrd3.png') no-repeat;}
p { margin: 10px; }


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
        font-size: 10pt;
	}
#nav a:hover {
        color: yellow;
	}

#nav li { /* all list items */
	float: left;
        text-align: left;
	 /* width needed or else Opera goes nuts */
         padding: 5px;
         top: 10px;
}

#nav li ul { /* second-level lists */
        padding-top: 10px;
	position: absolute;
	background: #A3A3A3;
	width: 7em;
        border-right: 5px solid #666666;
        border-bottom: 5px solid #666666;
	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:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}
#navContainer { margin-left: 550px; position: absolute; top: 20px; right: 200px; }
