<style type="text/css" media="screen">
		body										/*Sets the overall body style*/
		{
			margin:0px 0px 0px 0px;
			padding: 0;
			font-size: 90%;
			font-family: arial, helvetica, sans-serif;
			
		}
	

		body										/*Sets the background color for page*/
		{
			background-color: #000099;		
		}

		
		#header										/*Sets up the header style*/
		{
			position: float;						/*Header expands with window*/
			height: 95px;							/*height of header*/
			padding:0px;		
			border-style: solid;
			border-width: 0px;						/*no border or width around header*/
						
			margin-bottom: 20px;					/*20px margin below header*/
			margin-top: 20px;						/*20px margin above header*/
			margin-left:3%;
			margin-right: 3%;						/*indents header 3% of overall width*/
					
			background-image: url("banner5.gif");	/*places artwork in background of header*/
			background-repeat: no-repeat;			/*no repeating image*/
			background-position: left; 				/*puts image in left of header*/
				
			voice-family: "\"}\"";					/*browser fix*/
		voice-family: inherit;
		height:95px;
		padding: 0px;
		}
	html>body #header {
		height:95px;		
		}
		
		#header1									/*this is your top nav menu area*/
		{		
			float: right;
			height: 102px;
			width: 67%;
			margin-right: 1.5%;	
		}
		
		#header2									/*this is your main title section*/	
		{		
			float: right;
			height: 50px;
			width: 71%;
			margin-right: 1.5%;
			margin-bottom: 20px;		
			font-size: 30px;
			color: #fff;							/*white text*/
			font-weight: bold;		
		}
        
        
        		#header3									/*this is your sub title section*/	
		{		
			float: right;
			height: 60px;
			width: 71%;
			margin-right: 1.5%;
			margin-bottom: 20px;		
			font-size: 16px;
			color: #fff;							/*white text*/
					
		}
	
		
		#gutter										/*sets up gutter size if required*/
		{
			float: left;
			width: 3%;
			height: 1px;
		}
		
		#col1										/*sets up left column, column 1*/
		{
			float: left;
			width: 24%;
			background-color: #000;					/*black background color*/
			margin-bottom: 10px;	
		}
		
		#col2										/*sets up column 2*/
		{
			float: left;
			width: 32%;
			margin-left: 3%;
			background-color: #c0c0c0;				/*light grey background*/
			margin-bottom: 10px;
		}
		
		#col3										/*sets up column 3*/
		{
			float: left;
			width: 32%;
			margin-left: 3%;
			background-color: #c0c0c0;				/*light grey background*/
			margin-bottom: 10px;
		}
        
        
        
        #col4										/*sets up wide column 4*/
		{
			float: left;
			width: 64%;
			margin-left: 3%;
			background-color: #c0c0c0;				/*light grey background*/
			margin-bottom: 10px;
		}
		
		#footer										/*sets up footer*/
		{
			clear: both;							/*Places below all columns*/
			height: 100%;
			background-color: #000;					/*black background to match column 1*/
			margin-left:3%;
			margin-right: 3%;
			padding: 5px;
		}
		
		h1											/*style specs for h1 text*/
		{
			margin: 0;
			padding: 5px;
			color: #fff;							/*white text*/
			font-weight: bold;
		}
		
		h2											/*style specs for subhead h2 text*/
		{
			margin-left: 7px;
			margin-right: 7px;
			color: #000;							/*subhead text black*/
		}
		
		p											/*style specs for paragraph text*/										
		{
			margin-left: 7px;
			margin-right: 7px;
			margin-bottom: 7px;
			Margin-top: 7px;
			color: #000;							/*paragraph text black*/	
		}
		
		.p1											/*p class of text*/
		{			
			color: #ffffff;							/*white text*/				
		}
        
        
        .p2											/*p class of text*/
		{			
			font-size: 16px;
			color: #000;
            font-weight: bold;							/*black text*/				
		}
        
        .p3											/*p class of text*/
		{			
			font-size: 18px;
			color: #000;
            font-weight: bold;							/*black text*/				
		}

        
        .p4											/*p class of text*/
		{			
			font-size: 20px;
			color: #000;
            font-weight: bold;							/*black text*/				
		}
        
        .p6											/*p class of text*/
		{			
			font-size: 20px;
			color: #fff;
            font-weight: bold;							/*white text*/				
		}
        
        
        .p7											/*p class of text*/
		{			
			font-size: 14px;
			color: #fff;
            font-weight: bold;							/*white text*/				
		}
        
        
		a:link										/*specs for a normal links*/
		{		
			font-size: 12px;
			color: #fff;							/*white link text*/
			text-decoration: underline;
			font-weight: bold;
			padding: 5px;		
		}
		
		a:visited 									/* a link that has been visited*/		
		{
			font-size: 12px;
			color: #fff;
			font-weight: bold;
			padding-left: 5px;			
		}


		
		a:active									/*defines an active link*/	
		{		
			font-size: 12px;
			color: #fff;		
			font-weight: bold;
			padding: 5px;		
		}
		
		
		a.col3:link									/*column 3 links*/
		{			
			font-size: 12px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/		
		}
		
		a.col3:visited 								/* avisited link in column 3*/
		{		
			font-size: 12px;
			
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/	
		}

		a.col3:active								/*specs for active link column 3*/
		{		
			font-size: 12px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/				
		}
        
        
        
        a.col4:link									/*column 3 links*/
		{			
			font-size: 16px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/		
		}
		
		a.col4:visited 								/* avisited link in column 3*/
		{		
			font-size: 16px;
			
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/	
		}

		a.col4:active								/*specs for active link column 3*/
		{		
			font-size: 16px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/				
		}
        
        
        a.p4:link									/*column 3 links*/
		{			
			font-size: 20px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/		
		}
		
		a.p4:visited 								/* avisited link in column 3*/
		{		
			font-size: 20px;
			
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/	
		}

		a.p4:active								/*specs for active link column 3*/
		{		
			font-size: 20px;
			color: #000;
            font-weight: bold;
            padding: 5px;							/*black text links in colums 3*/				
		}
        
        a.p5:link									/*column 3 links*/
		{			
			font-size: 30px;
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/		
		}
		
		a.p5:visited 								/* avisited link in column 3*/
		{		
			font-size: 30px;
			
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/	
		}

		a.p5:active								/*specs for active link column 3*/
		{		
			font-size: 30px;
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/				
		}
        
        
        a.p6:link									/*column 3 links*/
		{			
			font-size: 20px;
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/		
		}
		
		a.p6:visited 								/* avisited link in column 3*/
		{		
			font-size: 20px;
			
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/	
		}

		a.p6:active								/*specs for active link column 3*/
		{		
			font-size: 20px;
			color: #fff;
            font-weight: bold;
            padding: 5px;							/*white text links in colums 3*/				
		}
        
                

		a.footer:link								/*link specs in footer*/
		{		
			font-size: 12px;
			color: #fff;							/*white text links in footer*/
			text-decoration: underline;
			font-weight: bold;
			padding: 5px;	
		}

		a.footer:visited 							/*footer visited specs*/
		{	
			font-size: 12px;
			color: #fff;							/*white text visited*/
			font-weight: bold;
			padding-left: 5px;		
		}
	
		a.footer:active								/*specs for active link in footer*/
		{	
			font-size: 12px;
			color: #fff;							/*white text*/
			font-weight: bold;
			padding: 5px;	
		}
		
</style>

