﻿#wrapper
{ 
    width:960px;
    margin-right:auto;
    margin-left:auto;
    background-color:white;
    border-left:1px solid #000;
    border-right:1px groove #000;
    border-bottom:1px groove #000;
    border-bottom:black groove 3px
}

body 
{
    background-image:url(../Images/background.gif);
    background-repeat:repeat-x;
    background-color:silver;
}

#banner
{
    margin-bottom:0;
    padding-bottom:0;
    vertical-align:top;
    background-color:#333399;
}

#navbar
{
    background-color: #333399;
    width:960px;
    margin-top:0;
    margin-bottom:0;
}
    

#nav
{
    background-color: #333399;
    list-style: none;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
    display: block;
    width:960px;
    margin-top:0px;
}

#nav, #nav ul 
{
    padding:0;
	list-style: none;
	background-color:#333399;
	list-style:none;
	list-style-type:none;
}

#nav ul
{
	margin:0;
	border-bottom:black groove 3px;
	text-align:center;
}

#nav a 
{
	width: 160px;
	color:White;
	text-decoration:none;
	font-family:Arial;
	font-weight:bold;
	font-size:small;
	background-color: #333399;
	vertical-align:middle;
	margin-top:0;
}

#nav li ul li a:hover

{
    background-color: ButtonShadow;
} 

#nav li 
{
    margin-top:0;
    float: left;
	width: 160px;
	height:auto;
	padding-bottom:.5em;
	background-color:#333399;
	border-bottom:1px outset silver;
	vertical-align:middle;
}

#nav li ul 
{
    outline: 1px groove #fff;
    position: absolute;
	width: 9.8em;
	left: -999em;
	text-align:center;
	background-color: #333399;
}

#nav li:hover ul 
{
	left: auto;
	background-color: #333399
}

#nav li:hover ul, #nav li.sfhover ul 
{
	left: auto;
	background-color: #333399
}


#content
{
    background-color:white;
}