/* CSS Document */


body		{background-color: #000000;
			padding: 0px;
			margin: 0px;
			font-family: Arial, Helvetica, sans-serif;
			color: white;}

#header		{width: 780px;
			height: 92px;
			background: url(images/header.jpg);}
#border		{width: 780px;
			height: 17px;}

#maincontent{position: relative;
			margin-top: 20px;
			width: 780px;
			height: 250px;}					
#footer		{width: 780px;
			height: 20px;
			padding-top: 8px;
			background-color: #333333;
			font-size: 11px;
			color: white;
			border-top: 4px solid #c51f1f;
			border-bottom: 1px solid white;}										
						
			
/* Text Formatting */

h1			{font-weight: bold;
			font-size: 14pt;}
.heading1	{font-size: 16px;
			font-weight: bold;
			color: #c41F1F;}			
.maintext	{font-size: 12px;}
.disclaimer	{font-size: 9px;}			
									
