a:link, a:active {
	color: #AC0000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #2F5D34;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #2F5D34;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #222222;
	color: #555555;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: justify;
}
#site {
	background-color: #FCF7E9;
	color: #555555;
	margin: 10px auto;
	width: 500px;
}

#layout {
	background-color: #FCF7E9;
	height: 209px;
	width: 500px;
	z-index: 1;
}

#content {
	background-color: #FCF7E9;
	float: left;
	padding: 10px;
	width: 380px;
	text-align: justify;
	z-index: 2;
}

#navigation {
	background-color: #FCF7E9;
	float: right;
	padding: 10px 10px 10px 0px;
	width: 90px;
	z-index: 2;
}
#navigation a {
	background-color: #F8EAC8;
	border-right: 3px solid #292929;
	display: block;
	margin-top: 1px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #F4DEAA;
	border-right: 3px solid #555555;
}
#footer {
	clear: both;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}
H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 1px;
	COLOR: #000000;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #EAE0E4 0px solid;
	FONT-FAMILY: arial;
	LETTER-SPACING: 2px;
	TEXT-ALIGN: left
}