﻿body {
font-family: arial;
font-size: 11pt;
background-color: #CEEDF4;   
color: #000000;
text-align: center;
}

#csspage
{
    width: 822px;
    background-color: #ffffff;
}

#topheader 
{
width: 822px;
height: 150px;
background-color: #f0f0f0;
background-image: url('images/header.jpg');
background-repeat: no-repeat;
    text-align: center;
}

#leftnavmenu
{
float: left;
width:172px;
height: 780px;
background-color: #ffffff;   
padding-left: 10px;
padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#leftnavmenu a:link, #leftnavmenu a:visited, #leftnavmenu a:active
{
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}
#leftnavmenu a:hover
{
    color: #A2D0F2;
    text-decoration: none;
    font-weight: bold;
}

#middlecontent
{
float:left;
width:400px;
height: 780px;
background-color: #ffffff;
padding-right: 20px;
padding-left: 5px;
padding-top: 15px;
padding-bottom: 0px;
text-align: left;
}

#rightnav
{
float: left;
background-color: #ffd;
border: solid 1px #ea7;
padding: 5px;
width:203px;
height: 785px;
text-align: left;
}

