body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	background: #ccc url('../images/bg_border2.jpg') repeat-y center top;
}

#top_nav {
	clear: both;
	height: 30px;
	background: url("../images/topbar.jpg") repeat-x center top;
}

#top_nav .links {
	float: right;
}

#top_nav .links .link {
	float: left;
	font-size: 0.8em;
	padding: 5px 5px 0 25px;
	/*position: relative;*/
}

#top_nav .links .link a {
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#top_nav .links a:hover {
	text-decoration: none;
	font-weight: bold;
}

#sidebar {
	float: left;
	width: 199px;
	height: 360px;
}

#side_nav {
	clear: both;
	width: 180px;
	height: 300px;
	padding: 5px;
	margin: 15px 0 0 1px;
}

#side_nav .menuGroup {
	padding: 5px;
	color: #1976B9;
}

#side_nav .menuGroup a {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.9em;
	text-decoration: none;
	color: #1976B9;
}

#side_nav .menuGroup span a {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
	margin-left: 10px;
}

#side_nav .menuGroup a:hover {
	font-weight: bold;
}

#side_nav .menuGroup a:link, a:visited, a:active { text-decoration: none; }

.sidebox {
	clear: both;
	padding: 5px;
	border-top: 1px dotted #000;
}

#content {
	clear: both;
	min-height: 550px;
	padding: 0;
	border-left: 1px dotted #000;
	background: #fff;
}

#main {
	clear: both;
	width: 610px;
	height: 255px;
	background: #fff; /* url("../images/bg_main2.png") no-repeat left top; */
	padding-bottom: 5px;
	margin: 0;
	border-bottom: 1px dotted #000;
}

#main span {
	float: left;
	padding: 5px 5px;
	width: 575px;
	font-size: 1.2em;
	color: #056639; /*#333333; #056839;*/
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

#main .left {
	float: left;
	padding: 0px 5px 0px 5px;
	width: 285px;
	font-size: 0.7em;
	color: #333333; /*#056839;*/
	text-align: justify;
}

#main .right {
	float: left;
	margin: 0 10px;
	width: 290px;
	font-size: 1.2em;
	color: #333;
	background: #fff; /* url("../images/bg_green.jpg") no-repeat left top; */
}

#main .right ul { list-style-type: none; margin: 0; padding: 10px 0 0 0; }
#main .right li { border-bottom: 1px dotted #b1a46f; line-height: 12px; margin: 0; padding: 6px 0; list-style-type: none; color: #fff; font-size: 1.2em; }

#main .right a { color: #fff; text-decoration: none; }
#main .right a:hover { font-weight: bold; }

#starter {
	font-family:"Times New Roman",Georgia,Serif;
	font-style: italic;
	line-height: 1.3em;	
}

#faq .right {
	float: left;
	margin: 0 10px;
	width: 185px;
	height: 215px;
	font-size: 0.7em;
	color: #333;
	background: url("../images/bg_green.jpg") no-repeat left top;
}

#faq .right ul { list-style-type: none; margin: 0; padding: 10px 0 0 0; }
#faq .right li { border-bottom: 1px dotted #b1a46f; line-height: 12px; margin: 0; padding: 6px 0; list-style-type: none; color: #fff; font-size: 1.2em; }

#faq .right a { color: #fff; text-decoration: none; }
#faq .right a:hover { font-weight: bold; }

#info {
	clear: both;
	margin-top: 10px;
	width: 610px;
	height: 250px;
}

.infobox {
	width: 190px;
	float: right;
	margin: 0 5px 0 0;
	padding: 0 5px;
	background: #F5F9F7;
	position: relative;

}


.infobox_plain {
	float: left;
	/*border-bottom: 1px dotted #000;*/
	background: #fff;
}

.infobox h2 { font-size: 1.2em; font-family: Tahoma, sans-serif; color: #6e6c57; margin: 0 0 8px 0; letter-spacing: 0px; }

.infobox li { margin: 10px 0; }
.infobox ul { list-style-type: circle; margin: 0; padding: 0 0 0 15px; }
.infobox a:link, a:visited, a:active { color: #7F7244; text-decoration: none; }

.headlines { padding: 0; width: 100%; }
.headlines.alt { margin-bottom: 15px; }
.headlines li { border-bottom: 1px dotted #b1a46f; line-height: 12px; margin: 0 15px 0 0; padding: 6px 0; list-style-type: none; color: #999; font-size: 11px; }
.headlines.alt li { border: none; line-height: 16px; margin-top: 2px; padding: 1px 0; }
.headlines li a { font-size: 100%; margin: 4px 0 4px 2px; }
.headlines li a:hover { font-weight: normal; }
.headlines li.more { text-transform: uppercase; font-size: 0.6em; }
.headlines .more { border: none; text-transform: uppercase; font-size: 0.6em; }