@charset "UTF-8";

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #006699;
	text-decoration: underline;
}

div{
	color: #333333;
}

.IndexInformation {
	width: 280px;
	float: left;
}
.IndexHistory {
	width: 280px;
	float: left;
}
.IndexSidebar {
	float: right;
	width: 250px;
}
.clearBoth {
	clear: both;
}
.IndexSubAdsSpace {
	float: left;
	width: 500px;
}
.IndexMenubar {
              	background-image: url(images/site_menubar.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
              height: 32px;
	padding: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC99;
	border-right-color: #00CC99;
	border-bottom-color: #00CC99;
	border-left-color: #00CC99;
}
.emeraldgreen {
	color: #009999;
}
.emcontainer {
	background-color: #E1E1E1;
	border: 1px solid #666666;
	width: 540px;
	left: 110px;
	padding: 5px;
	position: relative;
}
.emcontainer2 {
	background-color: #E1E1E1;
	border: 1px solid #666666;
	width: 486px;
	padding: 5px;
	position: relative;
}