* 	{
		margin: 				0; 
		padding:  				0; 
		z-index:				0;
} 

html, body 
	{
		margin: 				0; 
		padding:  				0; 
		height:					100%;
	}
		
body 
	{
		font-family:			Verdana, Arial, Helvetica, sans-serif;
		font-size:				10pt;
		background-color:		#29415b;
		text-align:				center;
		height:					100%;
   	}

h4 
	{
   		border-bottom: 			1px solid rgb(50%,50%,35%);
   		color: 					rgb(35%,35%,15%);
		FONT-WEIGHT: 			bold;
    	FONT-SIZE: 				14px; 
		margin: 				0; 
		padding: 	            0 .33em 0 0;
    	WORD-SPACING: 			2px;
		LINE-HEIGHT: 			18px;
    	FONT-FAMILY:  			Verdana, Arial, Helvetica, sans-serif;
	}
#template_01
	{
		text-align: 			center:
	}


#mastDiv
	{
		padding: 	 			12px;
		margin: 	 			0px 0px 0px 0px;
		background-color:		#FFFFFF
	}
#content 
	{
		padding: 	 			12px 2px 0px 7px;
		margin: 	 			0px 0px 0px 5px; 
		background-color:		#f6f6f6;
		background-image: 		url(/images/template_content.jpg);
		background-repeat:		no-repeat;
		text-align:				left;
		width:					647px;
		border:					hidden;
		min-height:				100%; 
	}
	
#navigation 
	{
		padding: 	 			0px 0px 0px 0px;
		margin: 	 			0px 0px 0px 0px; 
		background-color:		#f6f6f6;
		background-image: 		url(/images/template_back.jpg);
		background-repeat:		repeat-y;
		text-align:				left;
		width:					187px;
		border:					hidden;
		min-height:				100%; 
	}
#navigation div
	{
		margin-left:			25px;
		text-align:				left;
		font-size:				9pt;
		font-family:			"Times New Roman", Times, serif;
	}
#rightTD 
	{
		padding: 	 			0px 0px 0px 0px;
		margin: 	 			0px 0px 0px 0px; 
		background-color:		#f6f6f6;
		background-image: 		url(/images/template_right.jpg);
		background-repeat:		repeat-y;
		text-align:				left;
		width:					8px;
		border:					hidden;
	}
h1
	{
		color:					#c4a77f;
		font-size:				12pt;
		font-weight:			900;
		display:				inline;
	}


a 
	{
	color: #2e75cd;
	}
	
a:link
	{
	color: #2e75cd;
	text-decoration:underline;
	}
				
a:visited 
	{
	color: #2e75cd;
	text-decoration:none;
	}
	
a:hover
	{
	color: #036fe1;
	text-decoration:none;
	}

.footer { 
		font-size:				9pt;
		color:					#FFF;
		font-weight:			bold; 
		text-align:				center; 
		position:				relative;
		font-family:"Times New Roman", Times, serif
} 
.footer a {
		color:					#dcd8a9;

<?php
include("navigation.css");
include("programming.css");
?>
