/* CSS Document */

#mainLinks{
	color: #FFFFFF;
	float:none;
	width:830px;
	height:10px;
	text-align:left;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-left: 5px;
	white-space:nowrap;
}

* html #mainContent {
	height: 350px;
	margin-top: 80px;
}

#mainContent{
	text-align: left;
	padding-left: 40px;
	padding-right: 40px;
	margin-left: 0px;
	margin-top: 40px;
	width: 755px;
	clear: both;	
	min-height:350px;
	height:auto;
}
#mainClear{
	clear:both;
}
.mainLinks{
	font-family: Arial;
	color:#999999;
	font-weight: bold;
    	font-style:  normal;
	text-decoration:none;
}
.mainLinks A{
	font-family: Arial;
	color:#999999;
	font-weight: bold;
   	font-style:  normal;
	text-decoration:none;
}

#nav, #nav ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	cursor:pointer;
}
#nav a {
	display: block;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li { /* all list items */
	float: left;
	padding:12px;
	/* width: 10em;  width needed or else Opera goes nuts */ 
}
#nav li ul li {
	padding:10px;
	clear:both;
}
#nav li ul { /* second-level lists */
	background: #000000;
	position: absolute;
	width:10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't 

read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left:auto;
	margin-top:5px;
	margin-left:-10px;
}

#main{
	width: 695;
	margin-top: -55px;
}