@charset "UTF-8";
/* CSS Document */
body  {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background: #ffffcc;
	margin: 0;
	padding: 0;
	color: #000;
	line-height:18px;
}
h1{
	font-size:20px;
	color:#939;
}
h2{
	font-size:19px;
	color:#939;
}
h3{
	font-size:18px;
	color:#939;
}
h4{
	font-size:11px;
	font-weight:400;
	color:#939;
	font-style: italic;
}
.side-nav{
	vertical-align:top;
	width:222px;
}
.content{
	vertical-align:top;
	padding:0 0 0 20px;
	width:728px;
	text-align:justify;
}
.bottom{
	text-align:justify;
	width:930px;
	padding:20px;
}
.sober{
	font-weight:400;
	font-size:12px;
	color:#396;
	text-decoration:underline;
}
.sober:hover{
	font-weight:400;
	color:#939;
	text-decoration:underline;
}
a{
	font-weight:700;
	font-size:18px;
	color:#396;
	text-decoration:underline;
}
a:hover{
	font-weight:700;
	color:#939;
	text-decoration:underline;
}