@charset "utf-8";
/* CSS Document */

body {
  background-color: #333333;
  height: 100%;
  margin-bottom: 0.01em;
  padding: 0;

}
img a:active, a:focus { outline-style: none; -moz-outline-style:none; }


#MasterFrame {
	position:relative;
	width: 960px;
	height:730px;
	background-color: black;
	border: 1px solid #555555;
	overflow: hidden;
}


#Header
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 49px;
	margin: 0px;
	padding: 0px;
	background-color: black;
	overflow: hidden;
}

#TopNav
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 55px;
	margin: 0px;
	padding-left: 0px;
	background-color: black;
	overflow: hidden;
}

#Content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 960px;
	height: 519px;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}

#Footer
{
	margin-top: 6px;
	height: 86px;
	left: 0px;
	background-color: black;
	overflow: hidden;
}

#LowerNav
{
	padding-right: 20px;
	overflow: hidden;
}

.scrollv5 {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	padding-left: 85px;
	padding-right: 85px;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: auto;
	height: 600px;
}

