body
{
	font-family: Verdana;
}


  #toggles
  {
    width: 182px;
    font: bold 8pt Verdana, sans-serif;
    color: white;
    border-style: solid;
    border-width: 5px;
    border-color: #285BAE;
    background: #285BAE;
/*    filter:alpha(opacity=70);
    -moz-opacity:.70;
    opacity:.70;*/
  }
    a:visited {color: blue}


/******************
LAYOUT DIVS
******************/  
  
#header-container
{
	background: #285BAE;
	height: 25px;
	font-family: Verdana;
	font-size: 1em;
	font: verdana, sans-serif;
}  
  
#header-container a
{
	text-decoration: none;
	color: white;
}

#header-city{
	float:left;
	margin:3px 0px 0px 7px;
	font-weight:normal;
	font-family: Verdana;
	color: white;
	}

#header-name{
	margin:3px 15px 0px 0px;
	text-align:right;
	font-size:1em;
	font-family: Verdana;
	font-weight:normal;
	color: white;
	}

#footer-container
{
	background: #285BAE;
	height: 100px;
}
#footer-search{
	float:left;
	margin:0px 0px 0px 7px;
	font-family: Verdana;
	font-size:1em;
	color:white;

}	
#footer{
	float:left;
	margin:0px 0px 0px 7px;
	font-family: Verdana;
	font-size:.65em;
	color:white;
}
