body
{
	background-color: white;
	font-family: "arial", "san-serif";
	color: rgb(80,80,80);
}

div
{	
/*	outline: 1px solid blue; */	 /* 	uncomment for layout work, unlike border 
									this doesn't affect layout. 
									Note doesn't work in IE, borders do work but move the content */ 
	overflow: hidden; 
}

h2
{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}

#all
{
	position: relative;
	max-width: 901px;
	min-height: 510px;
	background-color: white;
	margin-left: auto;			
	margin-right: auto;			
}

#headlogo
{
	position: absolute;
	left: 51px;
	top: 51px;
	width: 261px;
	height: 49px; 
}

#headlogo a img
{
	border: none;
}

#heading
{
	position: absolute;
	left: 630px;
	top: 61px; 
	width: 220px;
	height: 29px; 
}

.bodytext 
{ 
	font-size: 10px;
	line-height: 105%	
}

#menudiv
{
	font-size: 12px;
	font-weight: bold;	
	position: absolute;
	left: 51px;
	top: 143px;
	width: 80px;
	height: 265px; 
}

#menulist
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px;
	line-height: 200%;
}

#menulist li a
{
	text-decoration: none;
	color: rgb(80,80,80); 
}

#pagecontent
{
	position: absolute;
	left: 150px;
	top: 150px;
	width: 700px;
	height: 327px;
	overflow: auto;
}
#footlogo
{
	position: absolute;
	left: 52px;
	top: 437px;
	width: 40px;
	height: 40px;
}

.bodytextheader
{
	text-transform: uppercase; 	
	font-size: 16px;
	line-height: 100%; 
}

#terminator
{
	position: 	absolute;
	left: 		52px;
	top:		500px;
	width: 		798px;
	height: 	2px;
	background-color: rgb(80,80,80);
	color:		rgb(80,80,80);		  		
}