@charset "utf-8";
/* CSS Document */
 

a:active {
	text-decoration:none;}

#main-wrapper {
	background: #CCC;
	padding: 0px;
	width: 720px;
	margin: 0px auto;
	height: auto;
}
#header {
	background:#fff url(../../shermnav_r1_c16.gif) no-repeat right center;
	width: 720px;
	height: 105px;
	margin: 0 auto;
	font: normal 36px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	
	}
#wrapper {
	background:#09F;
}
#div-sidebar {
	background:#FFF;
	width:200px;
	float:left;
}
#div-main-body {
	background:#FFF;
	width: 500px;
	float:right;
}
#footer {
	background:#FFF;
	width:720px;
	clear:both;
}
.content_box {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	color:#000;
	background: #DFDFDF;
	display: block;
	padding: 15px;
	margin: 15px;
	border: thin solid #999;
	list-style: inside;
}
.content_box a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#06F;
	
}
.content_box ul {
	background:#ccc;
	padding:15px;
	margin:15px;
	line-height: 25px;
	list-style: none;
}
.content_box h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#4C1829;
	height: auto;
	width: auto;
	border-bottom: thin solid #4C1829;
}
.content_box h3 a{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#06F;
	text-decoration:none;
}
.content_box div {
	background:#FC3;
	padding:15px;
	margin:15px;
	border-bottom: medium solid #F60;
	font: 16px Georgia, "Times New Roman", Times, serif;
	color: #009;
	border-top: thin solid #F60;
	border-right: medium solid #F60;
	border-left: thin solid #F60;
}
.content_nav {
	font: 12px Georgia, "Times New Roman", Times, serif;
	line-height: 25px;
	color:#000;
	background: #DFDFDF;
	display: block;
	padding: 15px;
	margin: 15px 0px 15px 15px;
	border: thin solid #999;
	list-style: none inside;
}
.content_nav a {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#06F;
}
.content_nav ul {
	background:#ccc;
	padding:5px;
	line-height: 25px;
	list-style: url(none) none;
	border-top: thin solid #333;
	border-right: thin solid #333;
	border-bottom: thin solid #333;
	border-left: thin solid #333;
}
.content_nav li {
	border-bottom: thin dotted #999;
}


.content_nav h3 {
	font: 18px Georgia, "Times New Roman", Times, serif;
	color:#4C1829;
	height: auto;
	width: auto;
	border-bottom: thin solid #4C1829;
}

.content_nav h3 a{
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #06F;
}
.content_nav div {
	padding:15px;
	margin:15px;
}
.content_box li {
	border-bottom: thin dotted #999;
}
