body
{
	margin: 0;
	padding: 150px 0 80px 0;
	background-color: White;
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	line-height: 18px;

}


.content a		      	{text-decoration: none;color: #CD3301;}
.content a:visited	   {text-decoration: none;color: #CD3301;}
.content a:hover	      {text-decoration: none;color: #000000;}
.content a:active	      {text-decoration: none;color: #CD3301;}

.menu a		      	{text-decoration: none;color: #000000;}
.menu a:visited	   {text-decoration: none;color: #000000;}
.menu a:hover	      {text-decoration: none;color: #4A8934;}
.menu a:active	      {text-decoration: none;color: #000000;}

div.content td
{
	height: 100%;
	overflow: auto;
	font-family: Verdana, Sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
	top: 0px;
	text-align: center;
	z-index: 5;
	vertical-align: top;
}

div.top
{
	background-color: #FFFFFF;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 height: 96px;
  z-index: 4;
}

span.flash1
{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 133px;
	text-align: center;
	background-repeat: repeat-x;
	background: url(top_bg.jpg) repeat-x;

}


span.flash4
{
 position: absolute;
 top: 100px;
 left: 210px;
 width: 100%;
 z-index: 2;
}

div.bottom
{
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 98px;
	z-index: 6;
	background: url(bottom_bg.jpg) repeat-x;
	text-align: center;
}




@media screen
{
 body>div.top
 {
  position: fixed;
 }

 body>div.bottom
 {
 position: fixed;
 }
}

* html body
{
 overflow: hidden;

}

* html div.content
{

	
		height: 100%;
	overflow: auto;
	font-family: Verdana, Sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #000000;
	top: 0px;
	text-align: center;
	z-index: 5;
	vertical-align: top;
}

* html div.menu {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 210px;
	height: 550px;
	z-index: 5;
	text-align: right;
	line-height: 22px;
	
}


