﻿body
{
    font-family: Arial, helvetica, sans-serif;
    background-color: white;
}
h1
{
    font-size: 60px;
    color: #213bff;
}
h2
{
    font-size: 16px;
    color: #213bff;
}

h3
{
    font-size: 16px;
    color: #213bff;
    padding-top:0px;
    padding-bottom:0px;
}
h4
{
    font-weight:bold;
    color: #213bff;
    padding-top:0px;
    padding-bottom:0px;
}


a:link
{
    font-size: 14px;
    color: #213bff;
    text-decoration:none;
}
a:visited
{
    font-size: 14px;
    color: #213bff;
    text-decoration:none;
}
a:hover
{
    font-size: 14px;
    color: #213bff;
    text-decoration:underline;
}

.banner
{
    background: #f1f1ff;
    border-right: #213bff 1px solid;
    border-top: #213bff 1px solid;
    border-left: #213bff 1px solid;
    border-bottom: #213bff 1px solid;

}
.list
{
    background: #f1f1ff;

}
.content
{
    overflow:auto;
    float:left;
    padding-left:30px;
    width:660px;
    height:600px;
    text-align:left;
    font-family: Arial, helvetica, sans-serif;
    background-color: white;
    font-size:12px;


}

.menu_main
{
    width: 94px;
    float: left;
    text-align: left;
    border-right: #213bff 1px solid;
    border-top: #213bff 1px solid;
    border-left: #213bff 1px solid;
    border-bottom: #213bff 1px solid;
    padding-left:4px;
    padding-top:8px;
    padding-bottom:8px;
}

.menu_heading
{
    font-size: 20px;
    color: #213bff;
    padding-bottom:8px;
}

.menu_item
{
    padding-top:16px;

}
