html {
  overflow-y: none;
}
body {
  font-family: playregular, sans-serif;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  background-color: #FFFFFF;
}
h3 {
	font-weight: 300;
}
#top_bar {
	display: block;
	height: 30px;
	width: 650px;
	font-size: 11px;
	color: #666;
	text-align: right;
	clear: right;
	float: right;
}
#top_bar a {
	color: #000;
	text-decoration: underline;
	margin-right: 5px;
}
#top_bar img {
	vertical-align: middle;
}
#header1 {
	display: block;
	height: 75px;
	clear: left;
	float: left;
}
#header1 img {
	margin: 5px 0px 0px 5px;
}
#header2 {
	display: block;
	height: 55px;
	width: 650px;
	clear: right;
	float: right;
	color: #333;
	margin-top: 10px;
}
#header2 img {
	float: right;
	margin: 5px 5px 0px 0px;
}
#main {
  width: 900px;
  height: 80%;
  display: block;
  text-align: left;
}
#menu {
	width: 170px;
	float: left;
	clear: left;
	display: block;
	margin-top: 90px;
}
#under_buttons {
	width: 160px;
	float: left;
	display: block;
	height: 150px;
}
#menu a {
	color: #FFF;
}

#menu a
{
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	height: 20px;
	display: block;
	float: left;
	background-color: #333;
	margin-bottom: 7px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}
#menu a:hover
{
	color: #333;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	width: 150px;
	height: 20px;
	display: block;
	float: left;
	background-color: #ed1c24;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
	margin-bottom: 7px;
}
#content {
	width: 726px;
	height: 40%;
	float: left;
	background-color: #FFFFFF;
}
#footer {
	width: 900px;
	clear: both;
	text-align: left;
}
.space {
	display: block;
	clear: both;
	font-size: 0px;
	height: 15px;
}
.button {
	color: #5C5C5C;
	font-size: 16px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 66px;
	height: 20px;
	display: block;
	padding: 0px 4px 0px 4px;
}
.button_s {
	color: #5C5C5C;
	font-size: 14px;
	text-align: left;
	margin: 0px 0px 0px 0px;
	width: 45px;
	height: 17px;
	display: block;
	padding: 0px 2px 0px 2px;
}
.button_l {
	color: #5C5C5C;
	font-size: 16px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	width: 125px;
	height: 40px;
	display: block;
	padding: 18px 4px 0px 4px;
}
#structure {
	display: block;
	height: 20px;
	float: left;
}
.struct-elem {
	display: block;
	width: 100%;
	float: left;
	position: relative;
	left: 20px;
}
.struct-point {
	display: block;
	width: 20px;
	height: 20px;
	text-align: center;
	float: left;
}
a {
	text-decoration: none;
}
#bod #main #content a:link {
	color: #333;
	text-decoration: underline;
}
#bod #main #content a:hover {
	color: #ff0000;
	text-decoration: underline;
}
#bod #main #content a:visited {
	color: #aa0000;
	text-decoration: none;
}

