﻿/*
 *  Copyright (c), 1998-2007.  EES Compting and Engineering Services
 */

#everything
{
    border-width: 0px;
    min-width: 830px;
    max-width: 830px;
    width:830;
    margin-left: auto;
    margin-right: auto;
    height: 1%;
}

#header
{
    text-align:left;
}

#footer
{
    background-position: 0 0;
    background: none repeat scroll 0 0;
    border-top: 0px solid #fcfcfc;
    clear: both;
    font-size: x-small;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #696969;
    height: 3px;
}
#content
{
    background-position: #FFFFFF;
    padding: 0px 0px 0px 10px;
    background: #FFFFFF;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-width: 0px 1px 1px 1px;
    margin-top: 0px;
    border-right-color: #4A77B3;
    border-bottom-color: #4A77B3;
    border-left-color: #4A77B3;
}

#navcontainer
{
    padding: 0px;
    margin: 0px;
    background-position: #333333;
    background: #333333;
    border-bottom: 1px solid #aaa;
    color: #eeeeee;
    border: 1px solid #FFFFFF;
}
#navcontainer ul
{
    overflow: hidden;
    margin: 0px;
    padding: 4px;
    list-style-type: none;
    text-align: center;
}
#navcontainer li
{
    display: inline;
    line-height: 150%;
}
#navcontainer li.last
{
    padding: 0em 0 0em 0;
    border-left: 0px solid #fff;
}
#navcontainer li a.first
{
    border-left: none;
}
#navcontainer li a { padding: .5em 2.5em .5em 2.5em; text-decoration: none; color:#FFFFFF; border-left: 1px solid #fff; }
#navcontainer li a:hover
{
    background-position: #4A77B3;
    background: #4A77B3;
    color: #FFFFFF;
}
#icontext
{
    color: #333333;
    font-weight: bold;
    font-size: 12px;
} 