/* Old "blue" color: 6666CC
*/
body {
	background: #FFFFFF;
	margin: 0px;
	margin-bottom: 30px;
	font: 0.8em 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #333;
}
a { color: #3366CC; text-decoration: none; }
a:hover { color:#6C8EFF; text-decoration: underline; }

#top-banner {
	background-image: url("/_/images/top-banner.png");
	background-repeat: no-repeat;
	height: 99px;
	width: 900px;
}
#wrap {
	width: 980px;
	margin-top: 30px;
}

#sidebar {
	float: left;
	text-align: left;
}

#container {
	margin-left: 13em;
	border-left: #999 1px solid;
}
.clear {
	clear: both;
}

#content {
	padding: 20px;
	text-align: justify;
}

h2 {
	color: #6b80ac;
	font-size: 1.6em;
	font-weight: normal;
}

h3 {
	border-bottom: solid 1px #6b80ac;
	text-align: right;
	color: #6b80ac;
	font-size: 1.4em;
	font-weight: bold;
}
/*
#title{
	margin-top: 30px;
	margin-left: 10px;
	padding-bottom: 20px;
	border-bottom: solid 1px #CCC;
	text-align: left;
	font-size: 2.2em;
	letter-spacing: -1px;
	color:#6666CC;
}
*/
#footer{
	text-align: center;
	font-size: 0.8em;
	color: #6b80ac;
	padding-top: 10px;
	margin-top: 10px;
	border-top: #999 1px solid;
	text-transform:lowercase;
}

#navcontainer {
	margin-top: 100px;
}

#navlist {
	padding: 0px;
	margin-left: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif; 
	background:#F3F3F3;
	width: 12em;
}

#navlist li {
	list-style: none;
	margin: 0px;
	border-top: #999 1px solid;
	text-align: right;
}
#navlist li a {
	display: block;
	padding: 0.25em 0.5em 0.25em 0.75em;
	background: #F3F3F3;
	text-decoration: none;
}
#navlist li.selected a{ color: #3366CC; }
#navlist li.selected a:hover { color: #3366CC; }

#navlist li a { color: #333; }

#navlist li a:hover {
	border-color: #FE3;
	color: #666;
	background: #FFFFFF;
}

