body	{
		margin: 0px;
		padding: 0px;
		text-align: center;
		background-color: #333333;
		}
		
div		{
		font-size: 10pt;
		line-height: 12pt;
		font-family: arial,helvetica,sans-serif;
		}		

img		{border: 0px}
		
a		{
		font-size: 10pt;
		line-height: 12pt;
		color: #cc6633;
		text-decoration: none;
		}

a:hover	{
		color: #cc6633;
		}	

.headline	{color: #006583; font-weight: bold; font-size: 12pt; line-height: 16pt;}		

.blue	{background-color: #006583;}
.white	{background-color: #ffffff;}
.gray	{background-color: #333333;}
.accent	{background-color: #cc6633;}	

.fix	{vertical-align: top; text-align: center}
.content	{overflow: display;}

				
#container	{
		position: relative;
		width: 750px;
		height: 440px;
		margin: 0 auto 0;
		padding: 0;
		text-align: left;
		background-color: #ffffff;
		}			

#banner	{
		position: absolute;
		text-align: right;
		width: 750px;
		height: 79px;
		left: 0px;
		top: 0px;
		background-color: #ffffff;
		}				

#nav	{
		display: none;
		}	
		
#pleft	{
		position: absolute;
		text-align: left;
		width: 200px;
		height: 240px;
		left: 20px;
		top: 101px;
		padding: 16px 12px 12px 12px;
		}	
		
#pright	{
		position: absolute;
		text-align: left;
		width: 500px;
		left: 240px;
		height: 300px;
		top: 101px;
		padding: 32px 0px 24px 12px;
		}					
		
#footer	{
		display: none;
		}		

.indent {margin-left: 24px}

.p24	{
		font-size: 24px; 
		line-height: 24px
		}	
		
.p16	{
		font-size: 14px; 
		line-height: 14px
		}	
		
.p8		{
		font-size: 8px; 
		line-height: 8px
		}							

.p4		{
		font-size: 4px; 
		line-height: 4px
		}	
