body { 
	background: #ccc;
	font-family: Tahoma;
}

#headert {
	padding-top: 25px;
}

#wrap { 
	margin: 0 auto;
	width: 766px;
	background: #fff;
	background-image: url('images/bodybg.jpg');
}

#left { float: left; width: 33px;padding-left: 5px; }
#right { float: right; width: 33px; }

#center { float: left; }

#inner_left { float: left; }
#inner_right { float: right; width: 390px; }

#numbers {
	color: #878576;
	font-size: 9px;
	font-weight: bold;
}

#menu {
	margin-top: 12px;
	background: #a5a6aa;
	margin-left: 10px;
	height: 16px;
	font-family: Tahoma;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 4px 0 0 90px;
	// margin-right: 40px;
}

#menu a {
	color: #fff;
	text-decoration: none;
}

/* Dropdown Menu Stuff */

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

#nav a {
	display: block;
	color: #000;
}

#nav li { /* all list items */
	float: left;
	width: 75px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	padding: 5px 2px 2px 2px;
	padding-left:5px;
	position: absolute;
	background: none;
	width: 12em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	text-align: left;
	// margin-left: -40px;
	background: #a5a6aa;
}

#nav ul li a {
	color: #000;
	line-height: 13px;
} 

#nav ul li a:hover {
	color: #235da5;
}

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

#content {
	clear: left;
	color: #80808c;
}

#nav li ul:hover {
	color: #005b88;
	color: #f00;
}

.con{color:#005b88; padding:10px 15px;}
.con p{line-height:1.5em;}
.con li{margin-left:1em; list-style:disc inside; line-height:1.5em;}
.con h3{font-size:12px;}
