/* CSS Document */
div.nav {
	margin: inherit;
	background: #CCCCCC;
	height: 150px;
}

div.nav a {
	padding-right: 0px;
	padding-top: 7px;
	display: block;
	height:20px;
	font-weight:bold;
    padding-left: 11px;
	background: #CCCCCC;
	color:#666666;
	text-align:center;
	width:400px;
	text-decoration: none;
	border-bottom: 2px solid #9EAEC5;
	line-height: 1.6em;
	font-weight: bold;
}

div.nav a:hover {
	color: #000066;
}

div.list {
	margin: inherit;
	background: #CCCCCC;
}

div.copyright {
	text-align:right;
	font-size: 15px;
	font-weight: bold;
}
