﻿html {
overflow-y: scroll;
}
body
{
    background-color: #FFF;
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    font-size: 12px;
    line-height: 1.6em;
    color: #666;
    margin: 0;
}
div#container
{
    width: 1010px;
    background-color:#FFFFFF;
    margin: 0 auto;
    background-image:url(/images/sidebg.jpg);
    background-repeat:repeat-y;
}
div#header
{
	width: 1010px;
    height: 164px;
    background-color: #fff;
    position: relative;
    border:solid 0px #000;
}
div#main
{
	width: 1010px;
	 
    background-repeat:repeat-y;       
    border:solid 0px #000; 
}
div#side
{
	width:197px;
	position: relative;
    float:left;
    border:solid 0px #000;        
    
}
div#maincontent
{
	width:780px;	
    background-color: #fff;
    float:right;
    border:solid 0px #000;          
}

a:link, a:visited, a:active
{
    color: blue;
}
a:hover
{
    color: blue;
}
h1, h2, h3, h4, h5, h6
{
    font-family: Georgia, Times New Roman, Times, sans-serif;
    font-weight: normal;
    color: #388b8b;
}
h1
{
    font-size: 24px;
}
h2
{
    font-size: 18px;
    line-height: 1em;
    padding: 0.75em 0 0 0;
    margin: 0;
}

h3
{
    font-size: 15px;
    line-height: 1em;
    padding: 0.5em 0 0 0;
    margin: 0 0 -0.5em 0;
}

img
{
    border: 0;
}

span#headernav
{
    text-transform: uppercase;
    font-family: Georgia, Times New Roman, Times, sans-serif;
    font-size: 15px;
    position: absolute;
    right: 24px;
    top: 79px;
    text-align: right;
}
#headernav a:link, #headernav a:visited, #headernav a:active
{
    color: #1d4e4d;
    text-decoration: none;
    margin-left: 18px;
}
#headernav a:hover, #headernav a.activelink
{
    color: #388b8b;
}

div#content
{
    padding-left:4px;
    padding-right:25px;
    overflow: auto;
}

div#footernav
{   
    width: 780px;
    height:50px;    
    background-image:url(/images/footerbg.jpg);     
}  
  div#footermenu
{
    
    font-size: 11px;   
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
    padding:25px 0px 0px 0px;
    
 }  
#footermenu a:link, #footermenu a:visited, #footermenu a:active
{
    text-decoration: none;
    color: black;
    margin-left: 2em;
}
#footernav a:hover
{
    color: blue;
}
div#footer
{
    width:1010px;
    margin: 0;       
    font-size: 11px;
    clear: both;
    text-align:center;   
    background-color:#fff;
}
span#copyright
{
	float:right;	        
    width: 1010px;
    border:solid 0px #000;
}










