<style type="text/css">
<!--
body {
  margin: 0px;
  padding: 0px;
  background:#016272;
  font-size: 17px;
  font-family: "Georgia, Times New Roman, Times, serif";
}

/* 
	-- Top Heading Bar --
*/
#header {
    background-image: url(/template/classic_div/);
	background-repeat: no-repeat;
    width: 100%;
    height: 0px;
}

#headerRight {
  margin-left: 750px;
  padding: 0px;
  /*width: 100%;*/
  height: 100px;
  background: #d6d5c3;
}


/* 
	-- Left Navigation Bar --
*/
#navCol {
  background: #ffffff;
  float: left;
  width: 1%;
  height: 100%;
  font-size: 11px;
  font-weight: normal; 
  text-align: left;
  line-height: 1.5em; 
  padding: 0px 0px 0px 0px;  
}                                      
                                       
#navCol A:link {                       
  color: #000080 ;         
  font-weight: normal;       
  text-decoration: underline;                
}                                      
                                       
#navCol A:visited {                    
  color: #000080 ;         
  font-weight: normal;       
  text-decoration: underline;                
}                                      
                                       
#navCol A:hover {                      
  color: #000080;         
  font-weight: normal;       
  text-decoration: underline;           
}                                      
                                       
/*                                     
 -- Right Link Bar --                  
*/                                     
#rightCol {	                           
  background: #FFFFFF; 
  margin: 0px 0px 0px 0px;                
  padding: 0px 0px 0px 0px;            
  float: right;                        
  width: 0px;                          
  font-weight:normal;                  
  font-size:1em;                       
  text-align:right;                                 
  display: inline;                  
}                                      

/*
 -- Main Content Block --
*/
#mainWrapper {
	margin:0 auto; 
	width: 100%;
}

#main { 
  display: inline;
  padding: 0px 0px 0px 0px;
  border-width: 0px 0px 0px 0px;       
  border-color: #f1f1f1;               
  border-style: solid; 
}
#main h1 { /*Where our main section headers go*/
    margin:0;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color:#ff0000;
}
#main h2 { /*search navigation */
    margin:0;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color:#1A3455;
/*    background:#DDFFDD; */
}
#intro_section 
{
 /*   height:360px; */
    width:97%;
/*	background:#DDDDDD; */
}
#intro_text
{
	text-align:left;
	padding-right: 10px;
/*	font-size: 1.2em; */
}

#intro_text h4
{
  font-size: 1em; 
}

#intro_picture 
{
	float: left;
	clear: left;
	margin-right: 3px;
}

#intro_spacer 
{
	float: left;
	clear: left;
	height: 150px;
	width: 1px;
}

#mainAd {
		float: center;
		clear: center;
    width:336px;
    height:280px;
    position:relative;
}

.button
{
    background:#1A3455;
    color: #FFFFFF ;
    padding: 4px;
    text-decoration:none;
    border-width: 2px;
    border-color: #888888;
    border-style: solid;
}

.button_small
{
    background:#1A3455;
    color: #FFFFFF ;
    padding: 2px;
    text-decoration:none;
    border-width: 2px;
    border-color: #888888;
    border-style: solid;
    font-size: .8em;
}

#footer /* {
  background: #0f0;
  clear: both;
  width: 100%;
}*/




.light_rows
{
    background:#EFEACA;
}


.dark_rows
{
    background:#E7E3BD;
}
-->
</style>