﻿body
{
    margin-left: 0px;
    margin-top: 0px;
    background-color: #f5f5f5;
    font-family: Verdana, Arial;
    font-size: 12pt;
    background-image: url(images/bg1.png);
}
h1, h2, h3, h4, h5, h6
{
    color: #1F5B7D;
    margin: 5px 0 5px 0;
    font-style: italic;    
}
#wrapper
{
 	background: #ffffff;
	width: 800px;
}
#container
{
    width: 800px;
    padding: 0px;
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    border-right: #778899 5px solid;
    border-top: #778899 5px solid;
    border-left: #778899 5px solid;
    border-bottom: #778899 5px solid;
    background-color: #ffffff;
}

#banner
{
	background: url(images/main02.gif) no-repeat;
	width: 800px;
	height: 148px;
	border-bottom: #DADFCD solid 1px;
}



/* top nav */
#menu1{font-size: 11pt;width: 800px;}

#menu1 ul
{
    padding-left: 0;
    margin: 0 0 0 0;
    background-color: #3E62B8;
   width: 790px;    
}

#menu1 ul li { display: inline; }

#menu1 ul li a
{
	padding: 0.2em 1em;
	background-color: #3E62B8;
	text-decoration: none;
	float: left;
	border-right: 1px solid #739BE0;
	outline: none;
	color: #fff;
}
#menu1 ul li a:hover
{
background-color: #739BE0;
}	

#footer
{
	height: 19px;
	margin: 1px auto;
	width: 790px;
	padding: 5px;		
	font-size: 9pt;
	background-color: #0066cc;
	text-align: center;
}

/* left side nav */
#sidebarLeft{float:left;width: 160px;margin: 0px 0px 0px 0px;padding: 0px;background: #FFF;text-align: left;}	
#navigation
{
    float: left;
    clear: left;
    background-color: #dcdcdc;
    width: 160px;
    height: 520px;
    margin: 0px 0px 0px;
    padding: 1px;
    border-right: #4169e1 1px solid;
    border-top: #cc0000 2px solid;
    border-bottom: #4169e1 1px solid;
    border-left: #4169e1 1px solid;
}
#navigation ul
{
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    float: left;
    width: 155px;
}
#navigation li
{
    border-bottom: 1px solid #90bade;
    margin: 0;
}
#navigation li a
{
    border-left: #cc0000 5px solid;
    border-right: #508fc4 5px solid;
    background-color: #2175bc;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 5px;
    width: 140px;
}
#navigation a:hover
{
    border-left: 5px solid #1c64d1;
    border-right: 5px solid #cc0000;
    background-color: #739BE0;
    color: #ffffff;
}


#WeatherBoxInside
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #000000;
    width: 157px;    
    margin: 1px;
    background-color: #ffffff;
    font-weight: normal;
    vertical-align: text-top;
    text-align: center;
}
#content
{
    float: left;
    width: 460px;
    background-color: White;
    margin: 1px;
}
#mainPageContent
{
	background-color: White;
	width: 99%;	
	margin: 5px;  
}
#contentSub
{
    float: right;
    width: 630px;
    background-color: White;
    margin: 1px;
}


#mainContentLeft
{
	margin: 5px 7px 10px 9px;
	float: left;
	width: 262px;	
	color: White;	
}

#mainBottomContent
{
	clear: both;	
	background-color: White;
}



