@charset "utf-8";
/* CSS Document */

/*--- typographic styles ------*/



body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:90%;
	color:#000;
	padding: 0;
	margin: 0;
}
#wrapper {
	padding: 0px;
	width: 1000px;
	text-align: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	border: MEDIUM solid #7F3F00;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 100px;
	width: 100%;
	text-align: left;
	position: relative;
}



#leftbar {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 190px;
}
#content {
	margin: 0px;
	padding: 5px;
	float: left;
	width: 588px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #fff;
	border-left-color: #fff;
}

#sidebar {
	margin: 0px;
	padding: 5px;
	width: 188px;
	float: left;
}
#footer {
	background-color: #999;
	margin: 0px;
	padding: 5px;
	clear: both;
	height: 75px;
	font-size: 0.8em;
	position: relative;
}




.errors {
	color: #F00;
}










a:link, a:visited {
	text-decoration:none;
	color:#33C
}





a:hover {
	color:#C06
	border-bottom: 1px dashed #C06
}

h1,h2,h3 {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:0.4em;
	text-align: center;
}

/*--- area specific styles ------*/

#content h1 {
	font-size: 1.8em;
	color:#666;
	line-height: 1.5em;
}
#content h2 {
	font-size: 1.4em;
	color:#666;
	line-height: 1.4em;

}
.h2AlignLeft {
	text-align: left;
}

#content h4 {
	font-size: 1.2em;
	line-height: 1.5em;
	color: #000;
}
#content ul {
	margin-left: 15px;
	list-style-position: outside;
}

#content p {
	line-height: 1.5em;
	margin-bottom: 1em;
}


.pAlignRight {
	text-align: right;
}





#footer p {
	line-height: 60px;
}
.hitCounter {
	left: 350px;
	position: absolute;
}
.imgDefault {
	padding-right: 10px;
	padding-bottom: 10px;
}
.links {
	text-align: justify;
}
.selected {
	font-weight: bold;
	text-decoration: underline;
	color: #00F;
}
.error404 {
	color: #F30;
	font-size: 80%;
}

