body
{
  background-image: url('../images/tile.gif');
  background-repeat: repeat;
  font-family: Lucida Console;
  color:#FFF;
}
body h1
{
	font-size:16px;
	color: #2cea0f;	
}
body a{
	color:#FFF;
	}

div.bodydiv
{
  width: 1000px;
  margin-left: -500px;
  left: 50%;
  position: absolute;
  margin-right: auto;
}
div.header
{
  width: 1000px;
  height: 220px;
}
div.header a
{
	color:#FFF;
}
table.layout
{
  border-spacing: 0px;
  border-width: 0px;
  width: 100%;
}
td.header_logo
{
  background-image: url('../images/logo_decorated2.png');
  background-repeat: no-repeat;
  height: 231px;
  width: 251px;
}
td.menu_line
{
  background-image: url('../images/line_top.png');
  background-repeat: repeat-x;
  width: auto;
}
td.menu_pulse
{
  background-image: url('../images/header_pulse.png');
  background-repeat: no-repeat;
  width: 50px;
}

div.menus
{
  position: absolute;
  top: 156px;
  left: 300px;
  font-family: Lucida Console;
  color: #2cea0f;
}
div.menu
{
  display: inline;
  float: left;
  width: 60px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-family: Lucida Console;
  color: #2cea0f;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 15px;
}
div.menusplit
{
  display: inline;
  float: left;
  width: 10px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-family: Lucida Console;
  color: #2cea0f;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-top: 15px;
}
a.menu
{
  text-decoration: none;
  cursor: pointer;
}
div.menuHover
{
  display: inline;
  float: left;
  width: 60px;
  height: 48px;
  text-align: center;
  vertical-align: middle;
  font-family: Lucida Console;
  color: #FFFFFF;
  background-image: url('../images/menuhighlight.png');
  background-repeat: repeat-x;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 15px;
}

div.menu_left
{
	height: inherit;
	width: 180px;
	float: left;
	padding-top: 40px;
	text-align:right;
	font-family: "Lucida Console", "Comic Sans MS", "Times New Roman";
	font-size:14px;
	
}
div.menu_left h1
{
	font-size:16px;
	color: #2cea0f;	
}

div.content
{
	height: 500px;
	width: 700px;
	float: left;
	//*overflow: auto;*//
	padding-top:80px;
	padding-left: 30px;

}

div.bottom
{

  position: relative;
  padding-top:60px;
 /* bottom: -7px;
  left: 180px;
  z-index: 100; */
  font-size:9px;
 
}
td.bottom_pulse
{
  background-image: url('../images/pulse_left.png');
  background-repeat: no-repeat;
  width: 62px;
  height: 46px;
}
td.bottom_line
{
  background-image: url('../images/pulse_line2.png');
  background-repeat: repeat-x;
  width: 758px;
}

