/* CSS Document */

body{
margin:0 auto;
padding:0;
text-align:center;
font-size:12px;
}
.clear{
	clear:both;
}
#header,#bennar,#context,#footer
{
	margin:0 auto;
	width:1003px;
}

#context{
margin:10px auto;
}

#menuleft{
	float:left;
	width:230px;
}
#pagelist{
	margin:0 auto;
	float:right;
	width:773px;
}
#footer
{
	background:#E6E6E6;
	border-top:#CCCCCC solid 1px;
	height:80px;
}
.nav{
	font-size: 16; 
	font-weight: bold; 
	color: #FFFFFF;
}

.nav a{
	font-size: 16; 
	font-weight: bold; 
	color: #FFFFFF;
	text-decoration: none;
}
.nav a:hover {
	font-size: 16;
	font-weight: bold;
	color:#FFCC66;
	text-decoration: none;
}

a{
color:#0066CC;
text-decoration: none;
}
a:hover{
color:#FF9900;
text-decoration: none;
}


