/*------------------------------------------------------------
   GLOBAL
------------------------------------------------------------*/

body
{
	text-align: left;
	font-family: Trebuchet MS, arial, sans-serif;
	font-size: 62.5%;
	background-color: #cce7f2;
}

a:link, a:visited
{
	color: #0767b2;
	text-decoration: underline;
}

a:hover, a:active
{
	color: #000;
	text-decoration: none;
}

h1
{
	font-size: 2em;
	line-height: 1.2em;
	margin: 0em 0em .5em 0em;
	color: #000;
}

h2
{
	font-size: 1.4em;
	line-height: 1.2em;
	margin: 1em 0em .75em 0em;
	color: #000;
	font-weight: bold;
}

h3
{
	font-size: 1.3em;
	line-height: 1.2em;
	margin: 0em 0em .5em 0em;
	color: #000;
}

p
{
	font-size: 11px;
	line-height: 14px;
	margin: 0em 0em 1em 0em;
	color: #000;
}

ul
{
	margin: 1em 0em 1.5em 0em;
	padding: 0em 0em 0em 3em;
}

ul li, ol li
{
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 0px 0px 5px 0px;
	padding: 0;
}

/*------------------------------------------------------------
   Page Frame + Header
------------------------------------------------------------*/

#header
{
	width: 6.5in;
	height: 100px;
	margin: 0px;
	padding: 0px;
	text-align: left;
/*
	display: none;
*/
}

#forms { display: none; }
#headerTopcap { display: none; }
#weatherReport { display: none; }
#weatherInput { display: none; }
#searchInput { display: none; }



/*------------------------------------------------------------
   Top Navigation
------------------------------------------------------------*/
#nav
{
   display: none;
   margin: 0px;
	padding: 0px;
}

/*------------------------------------------------------------
   Subnav
------------------------------------------------------------*/
#subNav
{
	display: none;
   width: 6.5in;
   border-bottom: 1px solid #CCC;   
}

/*------------------------------------------------------------
   Subpage Formats - Format 2
------------------------------------------------------------*/

#wrapper_2, #content_2, #sidebar_2
{
	width: 6.5in;
	margin: 0px;
	padding: 0px;
}



/*------------------------------------------------------------
   FOOTER
------------------------------------------------------------*/
#footer
{
   font-family: arial, sans-serif;
   margin: 0px;
	padding: 0px;
}

#footer .left { display: none; }
#footer .right { float: left; }
#footer img { display: none; }
