html
{
  margin: 0px;
  padding-top: 0px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;  
  border: 0;
}

body
{
  font-size: 11pt;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  background-color: #000000;
  margin: 0px;
  color: #FFFFFF;
}

#navigation 
{
  float: left;
  padding-top: 5px;
  padding-left: 8px;
  margin-left: 30px;
  border-left: 4px solid white;
  min-height: 200px;
}

#navigation a.head {
	cursor: pointer;
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 4px;
	text-indent: 11px;
	text-decoration: none;
}
#navigation a.head:hover
{
	background-color: #202020;
}
#navigation a.current
{
	background-color: #FFFF99;
}
#navigation ul
{
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: 0px;
	overflow: hidden;
}
#navigation li 
{
	list-style: none outside none;
	display: inline;
	overflow: hidden;
}

#navigation li li a {
	color: #FFFFFF;
	display: block;
	text-indent: 9px;
	text-decoration: none;
}
#navigation li li a:hover {
	background-color: #202020;
}

#holder
{
width: 100%;
height: 100%;
margin: 0px;
}

#Left
{
  vertical-align: top;
  float: left;
}

#Right
{
  position: absolute;
  top: 0px;
  left: 645px;
  margin-left: 5px;
  margin-top: 5px;
  vertical-align: top;
  background-color: #000000;
  min-width: 320px;
}

A
{
  color: #FFFFFF;
  text-decoration: none;
}

A:visited
{
  color: #FFFFFF;
  text-decoration: none;
}

A:hover
{
  color: #EEEEEE;
  text-decoration: underline;
}

.center
{
  text-align: center;
}

.left
{
  text-align: left;
}

.right
{
  text-align: right;
}

.text9pt
{
  font-size: 9pt;
}

.text10pt
{
  font-size: 10pt;
}

.text11pt
{
  font-size: 11pt;
}

.text12pt
{
  font-size: 12pt;
}

.text14pt
{
  font-size: 14pt;
}

.text16pt
{
  font-size: 16pt;
}

.blackText
{
  color: #000000;
}

.whiteText
{
  color: #FFFFFF;
}

.backgroundColor
{
  background-color: #0C1707;
}

IMG
{
  border: 0px;
}

IMG.centeredImage
{
  display:block;
  margin-left: auto;
  margin-right: auto;
}