html {
	overflow: -moz-scrollbars-vertical;
}
body {
	background:#4B6173 url(bkg2.gif) repeat-x;
	margin: 10px;
	margin-bottom:20px;
	padding: 0px auto;
	text-align: center;
	font: normal 11px Georgia, Times New Roman, Serif;
}
A:link {
	text-decoration:  none;
	color: #990000;
}
A:visited {
	text-decoration: none;
	color: #990000;
}
A:active {
	text-decoration: none;
	color: #990000;
}
A:hover {
	text-decoration: underline;
	color: #990000;
}
h1 {
	font-family: Georgia, Times New Roman, Serif;
	margin-top:20px;
  font-size: 22px;
	color: #444;
}
h2 {
	font-size: 16px;
	color: #444;
}
#horizon {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 0px;
	width: 100%;
	background-color: transparent
}
#back {
  background-color: #F2F2EE;
  border:8px solid white;
  border-top: 0;
  padding-bottom:10px;
	margin: 0 auto 10px auto;
	width: 950px;
}
#banner {
	margin: 0px auto;
	padding:auto;
	height:167px
}
#tabs2 {
	display: table;
	width: 100%;
	line-height: normal;
	position: relative;
	top: -13px;
	left: 18px;
	z-index: 2;
}
#tabs2 ul {
	margin: 0;
	padding: 10px 10px 0 0;
	list-style: none;
}
#tabs2 li {
	display: inline;
	margin: 0;
	padding: 0;
}
#tabs2 a {
	float: left;
	background: url("tableft2.gif") no-repeat left top;
	margin: 0 2px 0 0;
	padding: 0 0 0 4px;
	text-decoration: none;
}
#tabs2 a span {
	float: left;
	display: block;
	background: url("tabright2.gif") no-repeat right top;
	padding: 6px 14px 6px 10px;
	color: #777777;
	font-weight: bold;
	font-size: 14px;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabs2 a span {
	float: none;
}
/* End IE5-Mac hack */
#tabs2 a:hover span {
	color: #990000;
}
#tabs2 a:hover {
	background-position: 0% 1px;
	color: #990000;
}
#tabs2 a:hover span {
	background-position: 100% 1px;
	color: #990000;
}
#tabs2 #current a {
	color: #222222;
	background-position: 0% -42px;
}
#tabs2 #current a span {
	color: #222222;
	background-position: 100% -42px;
}
#content {
	margin: 0 12px;
	float: none;
	line-height: normal;
	height: 100%;
	width: 898px;
	background: #FFFFFF;
	text-align: left;
	padding: 0 12px 12px 12px;
	border: 1px solid #8F8F8F;
	color: #222222;
	position: relative;
	left: 0px;
	top: -14px;
	z-index: 1;
	overflow: auto;
	font: normal 12px Arial, Helvetica, Sans-Serif;
}
#content ul{
margin-top:10px;
}
#content ul li{
padding-bottom:2px;
list-style-image: url(bullet.gif);
}