body { background-color: #000000;
		font-family: arial, helvetica, sans-serif;		
		margin: 33px; 
		margin-top: 33px;
		margin-left: 33px;
		margin-bottom: 33px;
		margin-right: 33px;
}
#menu{ position: absolute; width: 280px; height: 540px; left: 33px; top: 33px; background-color: #000000; }
#menuItems{ position: relative; width: 280px; height: 280px; background-color: #34240A; }

#contentBox{
	position: absolute;
	width: 640px;
	height: 540px;
	left: 333px;
	top: 33px;
	background-color: #000000;
	visibility: visible;
	overflow: visible;
}
#content{ position: relative; background-color: #000000; }

#copyright{ position: absolute; width: 540px; height: 33px; left: 333px; top: 580px; background-color: #000000; }
#margins{ position: absolute; width: 905px; height: 33px; left: 0px; top: 606px; background-color: #000000; }
		
p, td, ul {	font-size: 8pt; color: #FFFFFF; }
.subTitle { font-size: 11pt; font-weight: bold; color: #666666; }
.quotes { padding-left: 5px; padding-rightt: 5px; font-size: 7pt; color: #5A7064; }
.bold   { font-weight: bold; }

A:link, A:visited, A:active { color: #CCCCCC; text-decoration: none; }			
A:hover  { color: #FFFFFF; text-decoration: none; }
