
body {font-size:12pt; 
	position: relative; 
	min-width: 600px; 
	width: 100%; 
	margin: 0; 
	padding: 0; }
#top 
{background-color: rgb(223, 83, 0);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
	 position: absolute;
	  top: 0;
	   left: 0; 
	   min-width: 
	   600px; 
	   width: 100%; 
	   height: 135px; }
#mainmenu
{
	position:absolute;
	top:135px;
	height:20px;
	min-width:600px;
	width: 100%;
	background-color: rgb(21, 98, 161);
}	
#sectionMenu
{
	list-style-type: none;
}	   
#leftCol
{
	position: absolute;
	top: 155px;
	left: 0;
	width: 19%;
	margin-right: 1%;
	margin-top: 1%;
}
	
#middleCol { position: absolute;
	 top:155px;
	  left:20%; 
	  min-width: 360px; 
	  width: 60%; 
	  margin-top: 1%; }
#rightCol { position: absolute; 
	top:155px; 
	left: 80%; 
	width: 19%; 
	margin-top:1%;
	margin-left:1%}
h1
{
	color:rgb(21, 98, 161);
}
h2
{
	color:rgb(21, 98, 161);
}
h3
{
	color:rgb(21, 98, 161);
}
hr
{
	border: 0;
	color:rgb(223, 83, 0);
	background-color:rgb(223, 83, 0);
	height: 3px;
	width: 80%;
}

/* HR styles need for IE/Win. */
HR.holder { width:600px; visibility: hidden; } /* Equal to 'top' */
HR.left, HR.right { width: 120px; visibility: hidden; }
HR.middle { width: 360px; visibility: hidden; } 

/* These HR styles replace the above, and are needed for Netscape 4.x. 
   Left and right margins are half the relevant DIV width */
HR.holder { width:0; margin: 0 300px; } /* Equal to 'top' */
HR.left, HR.right { width: 0; margin: 0 60px; }
HR.middle { width: 0; margin: 0 180px;  } 

/* DIVs must have a border value set in Netscape 4.x */
DIV { border: none; overflow: visible; }

/*
body 
{
 		font-size:12pt;
   		background-color:#F8F8F8 ;
		margin-top: 0px;
		padding-top: 0px;
}
h1
{
	color:rgb(21, 98, 161);
}
h2
{
	color:rgb(21, 98, 161);
}
h3
{
	color:rgb(21, 98, 161);
}
hr
{
	border: 0;
	color:rgb(223, 83, 0);
	background-color:rgb(223, 83, 0);
	height: 3px;
	width: 80%;
}
div#frame
{
	margin-left: 10%;
	margin-right:10%
	
}
div#MainContent
{
	width: 100%;
	float: left;
	clear: none;
}
div#banner
{
	margin: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: rgb(223, 83, 0);
	font-family: Arial,Helvetica,sans-serif;
	font-size: 110%;
}
div#Sponsors
{
	float: left;
	width: 25%;
	border-left: double;
	padding: 10px 10px 10px 10px;
}

#weatherSticker 
{ 
  			right: 0px;
			bottom: 0px;
}
p.FirstPara:first-letter
{
	font-size: x-large;
}

/*
  
div#AdSideBar
{
 			 float:right;
}
  
div#horzNavigation
{
	width: 100%;
	padding-left:5px;
	margin-right:5px;
	background-color: rgb(21, 98, 161);
	
}

*/


