

a:link {
	color: #1f3a2e;
}
a:visited {
	color: #8a4500;
}
a:hover, a:focus {
	color: #9a6f09;
	text-decoration:none;
}
ol, ul {
	margin: 1em 0 1em 2em;
}
ol ol, ol ul, ul ol, ul ul {
	margin-top:0;
	margin-bottom:0;
}
ol li {
	list-style:decimal
}
ol li ol li {
	list-style:upper-alpha;
}
ol li ol li ol li {
	list-style:upper-roman;
}
ul li {
	list-style:disc;
}
em {
	font-style:italic;
}
strong {
	font-weight:bold;
}
em strong, strong em {
	font-weight:bold;
	font-style:italic;
}
#container {
	display:block;
	position: absolute;
	padding:0;
	width:550px;
	height:32px;
	background:#fff;
	border: solid #424200;
	border-width:1px;
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;

}
#content {
	position:relative;
	display:block;
	width: 660px;
	left:50%;
	margin:0 0 0 -282px;
	padding:15px 0;
	top:60px;
}

