body {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #707c90;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #000000;
}

.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {
font-size: 10px;
font-weight: normal;}

.style3 {font-size: 12px}
.style4 {font-size: 10px}




#header {
	width: 900px;
	height: 130px;
	background-image: url(css-images/top-banner.jpg);
}
#header #text {
	width: 890px;
	height: 130px;
	padding-top: 10px;
	padding-left: 10px;
}

#tablist{
padding: 113px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 12px Verdana;
border-bottom: #707c90;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 0px;
border-bottom: none;
background: #ffffff;
}

#tablist li a:link, #tablist li a:visited{
color: #707c90;
}

#tablist li a:hover{
color: #707c90;
background: #ffffff;
text-decoration: underline;
}

#tablist li a.current{
color: #ffffff;
background: #707c90;
}

#right_column {
	width: 900px;
	height: 380px;
	float: right;
	background-color: #707c90;
}
#right_column #text {
	width: 860px;
	height: 360px;
	float: right;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: #000000;
}

#right_scroll {
	width: 900px;
	height: 900px;
	float: right;
	background-color: #707c90;
}
#right_scroll #text {
	width: 890px;
	height: 360px;
	float: right;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	color: #000000;
}
#right_scrolled {
	width: 900px;
	height: 380px;
	float: right;
	background-image: url(css-images/md-rightcolumn.jpg);
	overflow: scroll;
}
#right_scroll #texted {
	width: 890px;
	height: 360px;
	float: right;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 5px;
	color: #000000;
}



#footer_scroll {
	width: 900px;
	height: 40px;
	background-color: #707c90;
	clear: both
}
#footer_scroll #text {
	width: 890px;
	height: 10px;
	float: right;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	color: #000000;
}

#footer_scroll #altnav {
	text-align: right;
	float: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-top: 5px;
}

#footer_scroll a:link {
	text-decoration: none;
	color: #000000;
}
#footer_scroll a:visited {
	text-decoration: none
	color: #666666;
}
#footer_scroll a:hover {
	color: #666666;
	font-style: italic;
	text-decoration: underline;
}
#footer_scroll a:active {
	text-decoration: none
	color: #000000;
}


#footer {
	width: 900px;
	height: 40px;
	background-color: #707c90;
	clear: both
}
#footer #text {
	width: 890px;
	height: 10px;
	float: right;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	color: #000000;
}

#footer #altnav {
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-right: 10px;
}

#footer a:link {
	text-decoration: none;
	color: #000000;
}
#footer a:visited {
	text-decoration: none
	color: #999999;
}
#footer a:hover {
	color: #999999;
	font-style: italic;
	text-decoration: underline;
}
#footer a:active {
	text-decoration: none
	color: #000000;
}
