﻿Body {font-size:11px; 
      font-family:Verdana, Helvetica, sans-serif;
      color:#000000;
      line-height:1.3em;
      /*text-align:center; */
      /*margin: 0 0 0 0;*/
      }  

p
{
    margin:0 0 1em 0}
    
a:link
{
    text-decoration:none; 
    color: #0000FF}
a:visited
{
    text-decoration:none; 
     color: #0000FF}
a:hover
{
    text-decoration:underline; 
    color:#FFB03C}
    
dl
{
    margin: 0 0 1em 0}

ol
{
    margin: 0 0 1em 0}
/*
ul
{
    margin: 0 0 1em 0}
*/
select
{
    border: 1px solid #ccc; 
    vertical-align: middle; 
    background-color: white; 
    color:#656565}


textarea
{
    border: 1px solid #ccc; 
    vertical-align: middle; 
    background-color: white; 
    color:#656565}


input
{
    border: 1px solid #ccc; 
    vertical-align: middle; 
    background-color: white; 
    color:#656565}


/****************************** Wrapper *****/
#wrapper
{
    
    margin:1px auto; 
    border: solid 1px silver;
    padding: 10px;
    background-color: white; 
    width:900px;
    height:100%;}

#header
{
    margin:0 auto; 
    border: solid 0 black; 
    width: 100%;   
    background-color: White;}
   
/****************************** Navigation Bar *****/
#navbar
{
    margin:0 auto; 
    min-height:3.0em;
    background:url(../images/nav_background.png) bottom repeat-x; 
    width: 100%;}    
    
#navbar ul{float:left; margin:0;} /*** Controls Alignment of menu ****/
#navbar li{ list-style-type: none; float:left} 
#navbar li a
{
    line-height:2.5em; 
    text-decoration:none;
    font-size:1.2em;
/*    font-size: 10px; */
    font-weight:bold;
    padding:0 18px; /*** Controls the separation between choices in the menu ***/
    display:block; 
    white-space:nowrap}
    
    

    
#navbar li a:hover{color:#ff7200}
.navbarLink{text-decoration:none; background:url(../images/nav_separator.png) bottom left no-repeat;}
.navbarLinkNormal{text-decoration:none; background:url(../images/nav_separator.png) bottom right no-repeat;}
.navbarLinkLast{padding:0 0px 0 0;}

/****************************** Bottom Banners *****/
#bottomBanners
{
    margin-top: 5px;
    width: 100%;
    background-color: White;}

#bottomBanner
{
    border: solid 1px silver;
}
#rotator
{
    border: solid 1px silver;
    
}