body 	{
		background-color: white; 
		text-align: center;
		}
		

body, td {
	
		font-family: palatino, Helvetica, Verdana, Arial, Tahoma, sans-serif;
		font-size: 9pt;
		font-weight: normal;
		color: #black;
		}
	
		
	h1	{
		color: #800000;
		font-size: 16pt;
		}

	h2	{
		color: #800000;
		font-size: 11pt;
		}
		
	h3	{
		color: #000066;
		font-size: 10pt;
		}
		

	a, a:visited 	{
		color: #800000;
		font-weight:bold;
		text-decoration:none;
		}

	a:hover
		{
		font-weight:bold;
		text-decoration:underline;
		color: Firebrick;
		}
		
	table.islandtable
		{
		border: 3pt double #800000;
		}


	td.islandtablecell
		{
		padding-left: 20px; 
		padding-top: 10px; 
		padding-right:20px;
		}
				
	td.menutablecell
		{
		height:40px;
		padding-left: 25px;
		padding-right: 15px;		
		background: url("art/box.jpg") center left no-repeat ;
		font-size: 12pt;
		}
	
	td.menutablecell a, td.menutablecell a:visited, #addressbox a, #addressbox a:visited
		{
		color: #FFFF1F;
		}
	
	td.menutablecell a:hover, #addressbox a:hover
		{
		color: #FFFFFF;
		text-decoration: none;
		}
		
	.footer
		{
		font-size: 7pt;
		}


	.maintablecell
		{
		
		padding: 5px;
		}
		
.req
		{
		color: red;
		}
		
		
		
#topdiv
		{
		position: absolute; top: 5px; left: 220px;
		height: 238px;
		width: 770px;
		background: url("art/toplogo.jpg") top left no-repeat ;
		}


#topleftdiv
		{
		position: absolute; top: 5px; left: 5px;
		height: 278px;
		width: 215px;
		background: url("art/topleftlogo.jpg") top left no-repeat ;
		}


#leftdiv
		{
		position: absolute; top: 283px; left: 5px;
		width: 215px;
		height: 1425px;
		background: url("art/bottomleftlogo.jpg") top left no-repeat ;	
		background-color: red;
		}		

#addressbox
		{
		color: #FFFFFF;
		text-align: center;
		}		




#maindiv
		{
		position: absolute; top: 248px; left: 225px;
		width: 765px;	
		background-color: white;	
		text-align: left;
		}	

#mainframe
		{
		position: absolute; top: 248px; left: 225px;
		width: 765px;	
		height: 1031px;

		}


		
#footerdiv
		{
		height: 40px;
		width: 100%;
		background-color: white;	
		}
		
