﻿body
{
    font-family: Georgia, 'Times New Roman' , Times, serif;
    font-size: 100%;
    background-image: url('images/pageback.png');
    color: #002779;
    line-height: 150%;
    text-align: center;
}

#header
{
    width: 819px;
    height: 151px;
    margin: 0 auto;
    background: url('images_rev/header.png') no-repeat left top;
    text-align: left;
    top: 0px;
    left: 0px;
}
#footer
{
    background-image: url('images_rev/footer.png');
    font-family: Georgia;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    height: 75px;
    line-height: 130%;
}

#menu
{

    background: url('images_rev/underMenuShadow.png');

}

#leftShadow
{
    padding: 18px;
    background-image: url('images_rev/leftInnerShadow.png');
    background-repeat: repeat-y;
    background-position: left;
}

#menu a:link
{
    padding: 3px 6px 3px 6px;
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #003399;
}
#menutable
{
    border-left: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    background-color: #003399;
    height: 25px;
    border-top-color: #FFFFFF;
    border-top-width: 3px;
    border-bottom-color: #FFFFFF;
    border-bottom-width: 3px;
}
#menu a:hover
{
    padding: 3px 6px 3px 6px;
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #0066CC;
}
#menu a:visited
{
    padding: 3px 6px 3px 6px;
    font-family: Georgia;
    font-size: 11px;
    font-weight: bold;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #003399;
}

.drop-shadow
	{
	margin: 15px;
	width:250px; 
	background: url('images/drop_border.png') top left no-repeat;	
	float: right;
}




.drop-shadow img
	{
	margin: 0px;
	padding: 5px;
	width: 230px;
	height: 170px;

}

.img-wrapper {
       background: url("shadow.png") no-repeat bottom right;
       clear: right;
       float: left;
}
.img-wrapper img { margin: -8px 8px 8px -8px; }

.hometable
{
    border: 3px double #000000;

}
