body {
	font-family: 'Tahoma', Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 9pt;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #666;
	background: #E8E8E8 url('images/bg.gif') center repeat-y;
}

a, a:active { outline: none; }
a:focus { -moz-outline-style: none; }

a {
	text-decoration: none;
	color: #B50B0B;
	font-weight: normal;
}

a:hover {
	color: #fa5b05;
}

#loading {
	position: absolute;
	visibility: hidden;
	z-index:3000;
}

#wrapper {
	width: 770px;
	padding: 0 17px 0 17px;
	margin: 0 auto 0 auto;
	text-align: left;
}

#head {
	position: relative;
	height: 235px;
	background: url('images/head.jpg');
}

#head a {
	position: absolute;
	display: block;
	top: 77px;
	left: 0px;
	width: 295px;
	height: 84px;
	text-indent: -3000px;
}

#mainmenu {
	background: #ededed;
	padding: 0;
	color: #FFF;
	font-size: 9pt;
	font-family: Verdana, 'Tahoma', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	border-bottom: 3px solid #00886e;
}

#mainmenu a, #maincontent .submenu a {
	position: relative;
	display: block;
	float: left;
	margin: 0;
	padding: 6px 10px 6px 10px;
	font-weight: bold;
	color: #006f53;
	font-size: 9pt;
	font-family: Verdana, 'Tahoma', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#mainmenu a:hover {
	background: #006f53;
	color: white;
}

#maincontent .submenu a {
	font-size: 8pt;
	color: #FFF;
}

#maincontent .submenu a:hover {
	background: #00886e;
}

#maincontent .submenu {
	position: absolute;
	width: 770px;
	height: 26px;
	background: #006f53;
	left: -220px;
	top: -10px;
	padding: 0;
	display: none;
	z-index: 10000;
}

#sidebar {
	float: left;
	width: 190px;
	padding: 10px;
	background: #ededed;
	margin: 20px 0 0 3px;
}

#maincontent {
	position: relative;
	float: right;
	width: 510px;
	min-height: 300px;
	background: #FFF;
	margin-top: 10px;
	padding: 20px;
	font-family: 'Tahoma', Verdana, Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 8pt;
}

#maincontent h1 {
	color: #006f53;
	font-size: 14pt;
	border-bottom: 1px solid #CCC;
	margin: 0 0 10px 0;
	padding: 0 0 3px 20px;
}

#maincontent h2 {
	color: #666;
	font-size: 12pt;
	margin: 10px 0 5px 0;
}

#maincontent h3 {
	color: #B50B0B;
        font-size: 7 pt;
        margin: 1px 0 1px 0;
}

#maincontent img {
	padding: 2px;
	border: 1px solid #777;
	margin: 5px;
}

#footer {
	text-align: center;
	border-top: 3px solid #00886e;
	padding: 4px;
	height: 18px;
	color: #9ca1a7;
}

#footer a {
	font-size: 8pt;
	font-weight: bold;
	text-decoration: underline;
	color: #006f53;
	font-family: Verdana, 'Tahoma', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}

#footer a:hover {
	color: black;
}

.copy {
	font-size: 8pt;
	text-align: center;
	padding: 7px 0 7px 0;
}

.clear {
	clear: both;
}

#news {
}

.newart {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}

.newart h2, .newart h2 a {
	margin: 0;
	padding: 0;
	font-size: 10pt;
	font-weight: bold;
}

.newart .date {
	font-size: 8pt;
	color: #888;
}

p {
	margin: 0 0 15px 0;
}

.newart .intro a {
	color: #666;
}

.newart .intro a:hover {
	color: #333;
}

#navpath {
	padding-bottom: 20px;
}