﻿.page
{
    text-align: left; 
    width: 900px; 
    height: 600px; 
    border: 1px solid #000000; 
    background-color: #ffdead;
}

.header
{
    line-height: 50px;
    width: 900px; 
    height: 50px; 
    border-bottom: 1px solid #000000; 
    font-family: MS Sans Serif; 
    font-size: 20px; 
    font-weight: bold; 
    text-align: center;
}

.navigationbar
{
    float: left;
    width: 100px; 
    height: 550px; 
    /* border-right: 1px solid #000000; */
}

.navigation
{
    line-height: 25px;
    height: 25px; 
    width: 100px; 
    border-bottom: 1px solid #000000; 
    text-align: left;
    padding-left: 15px;
    font-family: Arial;
    font-size: 14px;
    border-right: 1px solid #000;
    font-weight: normal;
}

.navigationSelected
{
    line-height: 25px;
    height: 25px; 
    width: 100px; 
    border-bottom: 1px solid #000000; 
    text-align: left;
    padding-left: 15px;
    font-family: Arial;
    font-size: 14px;
    /* background-color: #cd950c; */
    border-right: none;
    font-weight: bold;
}

.content
{
    float: left;
    width: 700px;
    height: 530px; 
    text-align: center; 
    font-family: Arial;
    font-size: small;
    font-weight: bold;
    overflow: auto;
}

.footer
{
    float: none;
    text-align: center;
    font-family: Arial;
    font-size: x-small;
    color: #000000;
}

A:link
{
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
A:visited
{
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
A:active
{
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: normal;
    color: #000;
}
A:hover
{
    font-family: Arial;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    color: #000;
}