body
{
 background-image: url('images/background.jpg');
 text-align: center;
 font-family: Arial;
 margin: 0px;
 padding: 0px;
}

h1
{
 margin: 3px 0px 3px 0px;
 font-size: 25px;
 font-family: "Trebuchet MS", Helvetica;
}

h2
{
 margin: 3px 0px 3px 0px;
 font-size: 14px;
 font-family: "Trebuchet MS", Helvetica;
}

h3
{
 margin: 3px 0px 3px 0px;
 font-size: 12px;
 font-weight: lighter;
 font-family: "Trebuchet MS", Helvetica;
}

a:link
{
 color: #44444E;
}

a:hover
{
 color: black;
 text-decoration: none;
}

a:visited
{
 color: #44444E;
}

b
{
 color: #3A3B3F;
}

dt
{
 font-size: 14px;
 font-weight: bold;
}

dd
{
 font-size: 13px;
 margin-bottom: 15px;
}

p
{
 font-size: 14px;
}

.small
{
 font-size: 12px;
 color: #555557;
 margin: 0px;
 padding: 0px;
}

#navbar
{
 background-color: #A6A6A6;
 border: 1px solid gray;
 text-align: center;
 width: 98%;
 padding: 5px;
}

#content
{
 background-color: #E7E7E7;
 width: 80%;
 height: 100%;
 border-bottom: 2px solid gray;
 border-left: 2px solid silver;
 border-right: 2px solid silver; 
 padding: 7px;
}

#contentcell
{
 padding: 12px;
 width: 80%;
 height: 100%; 
}

#footer
{
 color: #555533;
 text-align: center;
 font-size: 12px;
}


