
body#top header nav#headernav ul {
	width: 56px;
}

body#top h2.home {
	background-image: url(images/top_title_bg.gif);
	background-position: left bottom 10px;
	background-repeat: no-repeat;
	border-bottom: 1px dotted #8f8f8f;
	margin: 0 auto;
	padding-bottom: 16px;
	width: 930px;
}

body#top h2.home img {
	padding: 20px 0 0 65px;
}

body#top aside {
	padding: 70px 0 0 45px;
	width: 205px;
}

body#top h1 {
	background-image: none;
	border: none;
}

body#top h1 img {
	padding: 0;
}

body#top div.topbanner {
	text-align: center;
}

body#top div.topics {
	border: 1px dotted #b4e82c;
	border-radius: 5px;
}

body#top div.topics h3 {
	background-color: #edffbf;
	border-bottom: 1px dotted #b4e82c;
	color: #779911;
	font-size: 120%;
	padding: 8px 0  5px 0;
	text-align: center;
}

body#top div.topics p {
	color: #779911;
	margin: 0;
	padding: 10px;
	text-align: center;
}

body#top div.news {
	margin-top: 30px;
}

body#top div.news table th {
	border-bottom: 1px dotted #8f8f8f;
	border-top: 1px dotted #8f8f8f;
	color: #779911;
	font-weight: normal;
	line-height: 1.5em;
	padding: 15px 20px;
	text-align: right;
	vertical-align: top;
	width: 18%;
}

body#top div.news table td {
	border-bottom: 1px dotted #8f8f8f;
	border-top: 1px dotted #8f8f8f;
	color: #64800e;
	line-height: 1.3em;
	margin: 0;
	padding: 10px;
}

body#top div.news table td p {
	line-height: 1.5em;
	margin: 5px 0;
}

body#top aside {
	padding-top: 40px;
}

/***********************************************************************************/
body#error main {
	border: none;
	float: none;
	margin: 0 auto;
	padding: 50px 0 80px 0;
	width: 600px;
}

body#error div.error-img {
	display: inline-block;
	padding-top: 20px;
	text-align: center;
	vertical-align: top;
	width: 200px;
}

body#error div.error-text {
	display: inline-block;
	padding-top: 15px;
	vertical-align: top;
	width: 350px;
}

body#error div.error-text p {
	text-align: center;
}