﻿body 
{
    margin: 0%;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #AAAAAA;
    margin-top: 0px;
    margin-left: 0px;
    height: 100%
}
p 
{
    white-space:pre-wrap ;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 40px 50px 50px;
}

#main
{
    
    width:  1024px;
    margin: auto;
    background-color: #FFFFFF;
        
}
#title
{
    float: left;
    margin-left: 80px;
}
#menu
{
    background-image: url(images/menubg.jpg);
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    text-align: center;
    margin: auto;
    position: static;
    border-bottom-width: 2px;
	border-bottom-style:solid;
	border-bottom-color: #cccccc;
    
    
     
}
#menu a
{
    position: relative;
    /*top: 10px; */
    width: 104px;
    height: 46px;
    background-image: url(images/tab1.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    padding: 15px 0px 0px 0px; 
    font: trebuchet;
    font-size: x-small;
   
}
#menu a:hover
{
    position:relative;
    width: 104px;
    height: 46px;
    background-image: url(images/tab2.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    text-decoration: none;
    clear: both;
    text-align: center;
   
    font: trebuchet;
    font-size: x-small;
}
#header
{
    background-image: url(Src/iStock_000001115184XSmall.jpg);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    clear: both;
    
    
   
}
.item
{
     border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #8F8F8F;
    
}
#rightcol
{
    float: right;
    background-color: #FFFFFF;
    margin-top: 2%;
}
#footerlinks
{
    border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #8F8F8F;
	height: 30px;
	width: 80%;
	color: #000000;
	margin-right: 10px;
	margin-left: 10px;

}
#footer
{
    margin-top: 5px;
    width: 1024px;
    height: 80px;
    clear: both;
    color: #666666;
    font-size: small;
    vertical-align: text-bottom;
    margin-left: auto;
    margin-right: auto;
    float: none;
    position: static;
      
}
#footerlinks a 
{
    margin-right: 10px;
	text-decoration: none;
	margin-left: 10px;
	color: #000000;
	font-size: x-small; 
}
#footerlinks a:hover 
{
    margin-right: 10px;
	margin-left: 10px;
	text-decoration: none;
	color: #999999;
	font-size: x-small; 
}

