HTML {
	overflow: -moz-scrollbars-vertical;
}

BODY {
	text-align: center;
	font: 11px Verdana,Arial,sans-serif;
	background: white url(../images/bg.gif) repeat-x;
}


A { 
	color: #1D3B11; 
	text-decoration: underline;
}
A:hover { 
	color: #B3C7AB; 
	text-decoration: none;
}

IMG {
	border: none; /* JUST TO BE SURE */
}

H1, H2, H3 {
	font: bold 14px Verdana,Arial,sans-serif;
	color: #1D3B11;
}

H4, H5, H6 {
	font: bold 12px Verdana,Arial,sans-serif;
	color: #1D3B11;
}

HR {
	color: #1D3B11;
	height: 1px;
}

P.path A { 
	color: #1D3B11; 
	text-decoration: none;
}
P.path A:hover { 
	color: #B3C7AB; 
	text-decoration: none;
}

#container {
	width: 768px;
	margin: 0 auto;
	background: white;
	border: black 1px solid;
}

#navigation {
	width: 173px;
	background: white url(../images/bg_navigation.gif) top no-repeat;
	text-align: center;
	float: left;
}

#navigation_text {
	width: 148px;
	margin: 0 auto;
	font: 12px Verdana,Arial,sans-serif;
	text-align: right;
	font-weight: bold;
	line-height: 24px;
	margin-right: 7px;
	padding-right: 4px;
	background: none;
}
	#navigation_text A {
		text-decoration: underline;
		color: #1D3B11;
	}

	#navigation_text A:hover {
		text-decoration: none;
	}



#content {
	width: 595px;
	float: right;
}

#footer {
	width: 768px;
	height: 30px;
	font-weight: bold;
	padding-top: 8px;
	border-top: 1px solid black;
	background-color: white;
}

.clear {
	clear: both;
	float: none;
}
