/* CSS Document */
body	{	
		background: #405477; 
		color: #FFFFFF; 
		font: 24px "Estrangelo Edessa", Arial, Verdana, sans-serif; 
		width: 100%; height: 90%;
		padding-left:10%; padding-right:10%
		}
h1		{
		font: 36px "Cooper Black", Constantia, sans-serif;
		color:#405477;
		background-color:#C4B26A;
		width:80%;
		border:ridge;
		text-align:center;
		margin-bottom:0;
		}
h2		{
		font: 24px "Cooper Black", Constantia, sans-serif; 
		background-color:#405477;
		width:80%;
		border:ridge;
		text-align:center;
		margin-top:0; margin-bottom:0;
		}
h3		{
		font: 24px "Cooper Black", Constantia, sans-serif;
		color:#405477;
		background-color:#C4B26A;
		width:80%;
		border:ridge;
		text-align:center;
		margin-top:0; margin-bottom:0;
		}
h4  	{
		font: 16px sans-serif;
		color:#FFFFFF;
		text-align:center;
		}
h5		{
		font: 18px "Cooper Black", Constantia, sans-serif; 
		font-size: 18px;
		color:#405477;
		background-color:#C4B26A;
		border:ridge;
		text-align:center;
		vertical-align:text-top;
		width:100%;
		}
h6 		{
		width: 100px;
		}		
#banner	{
		height: 80px;
		width: 100%;
		text-align: center;
		}
#main_body{
		padding-top:20px;
		width: 100%;
		text-align:center
	}
#footer	{
		width: 100%;
		text-align: center;
		height: 100%;
	}	
	#footer h6 {
			width: 100px; 
			font-size:9px}
#copyright{
		width: 100%;
		text-align: center;
		height: 100%; 
	}	
img {	border-style: none;}
table {	text-align:center; vertical-align:middle;}
a:link {	
		color: #FFFFFF;
		font-size:18px
	   }

