body
{
background-color: #3461b6;
font-family: Arial, sans-serif;
}


#container
{
width: 800px;
margin: 10px auto;
background-color: #fff;
border: 1px solid gray;
line-height: 130%;
}

#top
{
border-bottom: 1px solid gray;
height: 80px;
background-image: url('images/Banner.jpg');
}
#nav
{
border-bottom: 1px solid gray;
height: 50px;


}
#nav A:link{color:white}

#leftnav
{
float: left;
width: 150px;
height: 560px;
text-align: center;
}
#leftnav p {color: white;}
#leftnav A:link{color:white}
#leftnav A:visited{color:white}

#content
{
padding: 1em;
text-align: center;
height: 560px;
background-image: url('images/background3.jpg');
}
#content p {color: white;}
#content h3 {color: white;}
#content li {color: white;}

#footer
{
clear: both;
margin: 0;
padding: .5em;
background-color: #254182;
border-top: 1px solid gray;
}
#footer A:link{color:white}
#footer A:visited{color:yellow}
#footer p {color: white; }


#top h1
{
padding:1em;
margin:0;
color: white;
text-shadow: .1em .1em .1em;
}
#content h2 
{
margin: 0 0 .5em 0;
color: #6fa7ff;
text-shadow: .1em .1em .1em #323789;
}
