html
{
	/*background-color: #999999;*/ 
	background-color:#FFF;
}

body
{	
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	min-width: 784px;
	margin-top: 0;
	font-size: 13px;
}

#container
{
	width: 784px;
	margin-right: auto;
	margin-left: auto;
	/*border: 1px solid #333333;*/
	background-color: #FFFFFF;
    z-index: 9;
	
}

#HeaderBox
{
    width:781px; height:189px;
    border: 4px solid #00BFFF  ;
    text-align: center;
		margin-top:20px;
}


#header 
{	
	width: 772px;
	height: 157px;
/*	background-image: url(images/banner.jpg);*/
	background-repeat: no-repeat;
    z-index: 8; 
	margin-top: 4px;
	margin-bottom:-8px;
	margin-left:4px;
	margin-right:4px;		
}


#bar 
{	
	width: 460px;
	height:33px; background-color:#693;
	background-repeat: no-repeat;
    z-index: 8; 
	margin-botton: 4px;
	margin-left:4px;
	margin-right:3px;
	text-align:left;		
}

.tableFont{
	font-size:14px; 
	font-weight:bold; color:#FFF;	
}

#CallToAction
{	
	width: 450px;
	height:360px;
	background-repeat: no-repeat;	
	margin-left:5px;
	text-align:center;
}


#ReportCover
{	
	width: 650px;
	height:800px;
	background-image: url(images/ReportCover.jpg);
	background-repeat: no-repeat;	
	margin-left:5px;
}


#KlemmBox
{	
	width: 173px;
	height:113px;
	background-color:#CCC;
	padding:5px;
}

#docCell
{ padding: 6px;
}


#content
{
	padding: 0px;
	margin-left:20px;
	margin-bottom:15px;
	margin-right:15px;
	margin-top:15px;

}

#contentReg{
	padding: 0px;
	margin: 15px;
	width: 650px;
}

#footer{
	width: 780px;
	height:5px; 
	background-color:#E97B1E;
	background-repeat:no-repeat;
	z-index:8;
}

h2, h3{
	margin-bottom:10px;
}

div.row {
  clear: both;
  padding-top: 5px;
	padding-bottom: 5px;
}


div.tblRow{
	clear:both;
	padding-top: 5px;
	padding-bottom:10px;
}


div.spacer{
	background-color:#FFFFFF;
	height:1px;
	margin-left:5px;
	margin-right:5px;
}

div.row span.label {
  float: left;
  width: 220px;
  text-align: right;
  padding-top:3px;
}

li#space4{
	margin-bottom:5px;
}

ul{
	list-style-position:outside;
}


