p,li,th,td
{
font-size: 75%;
color:#990000;
}

p#blue
{
font-size: 125%;
color: #72b4bc;
padding-right: 30px;
}

h1,h2,h3,hr
{
color:#990000;
}

a:link     { color:saddlebrown }
a:visited  { color:saddlebrown }
a:active   { color:#990000 }
a:hover    { color:#990000 }

body
{
background-color: #72b4bc;
}
div#nav-bar{
    /*border-top: 1px solid #771a34;*/
     
    width: 100%;
    margin-top: 6px;
    background: "/img/header.png";
}
div#side-content{
		background-color: #72b4bc;
    /*background: #FFf url(../img/bar.png) top right no-repeat;*/
    padding-top: 50px;
    float: left; margin-top: 0px; width: 20%; clear: right;
    height: 550px;
}
div#main-content{
		background-color: #72b4bc;
    /*background: #FFf url(../img/bar.png) top right no-repeat;*/
    padding-top: 50px;
    float: left; margin-top: 0px; width: 100%; clear: right;
    height: 550px;
}

h1#logo{
    margin: 10px 5% 0 5%;
    padding: 0;
    float: left;
    width: 393px;
    height: 50px;
}
h1#whlogo{
    margin: 10px 5% 0 5%;
    padding: 0;
    float: right;
    width: 66px;
    height: 83px;
}

TR#whred
{
background-color:#771a34
}
