﻿body
{
    background-color: white;
    margin: 0px;
    padding: 0px;
    font-family: Arial;
}

h1, h2, h3, h4, h5, p, td
{
    font-family: Arial;
}

p
{
    padding-top: 5px;
    font-size: 12px;
    color: Black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

p span
{
    color: rgb(60,60,60);
}

h1
{
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    margin: 0px;
    font-size: 14px;
    color: Navy;
    text-align: left;
}


h2
{
    font-size: 12px;
    color: rgb(0,128,0);
    text-align: left;
}

table.training
{
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    margin: 0 auto;
}

th
{
    border-bottom: solid 1px Black;
}

#left_content_inside h1
{
    text-align: center;
    padding-left: 0px;
    padding-bottom: 0px;
}

#main
{
    width: 800px;
    margin: 0 auto;
    clear: both;
}

#header
{
    width: 100%;
    height: 200px;
    margin-top: 10px;
    clear: both;
    background-image: url('../images/header_2.jpg' );
    background-repeat: no-repeat;
}

#nav_bar
{
    width: 100%;
    height: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 35px;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    background-color: yellow; /*background-color: rgb(204,255,204);*/
    color: Black;
    float: left;
    vertical-align: middle;
    clear: both;
}

#nav_bar ul
{
    height: 35px;
    list-style-type: none;
    float: left;
    padding-left: 60px;
    margin: 0px;
}

#nav_bar ul li
{
    color: Black;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 35px;
    height: 35px;
    text-align: center;
    float: left;
}

#nav_bar ul li a:link, #nav_bar ul li a:visited, #nav_bar ul li a:hover, #nav_bar ul li a:active
{
    text-decoration: none;
    font-size: 16px;
    font-family: Arial;
    color: Black;
}

#nav_bar ul li a:hover
{
    color: Blue;
}

.border_right
{
    border-right: Solid 1px Black;
    height: 35px;
}

#content
{
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin: 0px;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    background-color: yellow; /*background-color: rgb(204,255,204);*/
    color: Black;
    clear: both;
}

#left_content
{
    background-image: url(    '../images/content_left_top.jpg' );
    background-repeat: no-repeat;
    background-position: left top;
    width: 150px;
    float: left;
    margin-left: 15px;
    background-color: rgb(153,204,255);
    color: Black;
}

#left_content_inside
{
    background-image: url(    '../images/content_left_bottom.jpg' );
    background-repeat: no-repeat;
    background-position: left bottom;
    width: 100%;
    height: 100%;
    margin: 0px;
}

#left_content_inside ul
{
    width: 150px;
    padding-top: 10px;
    padding-left: 0px;
    margin: 0px;
    list-style-type: none;
    text-align: center;
}

#left_content_inside ul li
{
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
    width: 150px;
}

#left_content_inside ul li a:link, #left_content_inside ul li a:visited, #left_content_inside ul li a:hover, #left_content_inside ul li a:active
{
    width: 150px;
    text-decoration: none;
    color: Black;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}




#middle_content
{
    width: 2px;
    background-color: White;
    float: left;
}

#right_content
{
    background-image: url('../images/content_right_top.jpg' );
    background-repeat: no-repeat;
    background-position: right top;
    width: 618px;
    float: left;
    margin: 0px;
    background-color: rgb(153,204,255);
    color: Black;
}

#right_content_inside
{
    background-image: url(    '../images/content_right_bottom.jpg' );
    background-repeat: no-repeat;
    background-position: right bottom;
    width: 100%;
    height: 100%;
    margin: 0px;
}

#footer
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 5px;
    clear: both;
    background-image: url('../images/footer_2.jpg' );
    background-repeat: no-repeat;
}

.footer_left
{
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    color: Black;
    padding-left: 20px;
    vertical-align: middle;
    float: left;
}

.footer_middle
{
    font-size: 10px;
    height: 30px;
    line-height: 40px;
    color: Black;
    padding-left: 40px;
    vertical-align: middle;
    float: left;    
    display:block;
    width:150px;
    padding-top:10px;
}

.footer_right
{
    font-size: 10px;
    height: 40px;
    line-height: 40px;
    color: Black;
    padding-right: 20px;
    vertical-align: middle;
    float: right;
}

.admin_link
{
    text-decoration:none; 
    color:Black; 
    padding-left:40px
}

.spacer
{
    margin: 0 auto;
    width: 97%;
    height: 1px;
    background-color: White;
}

#content_2
{
    height: 210px;
    padding-left: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 795px;
    margin-top: 5px;
    border-style: solid;
    border-color: Black;
    border-width: 1px;
    background-color: white; /*background-color: rgb(204,255,204);*/
    background-color: yellow;
    color: Black;
    clear: both;
}

.banner
{
    width: 185px;
    margin-left: 10px;
    height: 200px;
    background-color: rgb(153,204,255);
    float: left;
}

.banner a:link, .banner a:visited, .banner a:hover, .banner a:active
{
    text-decoration: none;
    color: Black;
    font-size: 14px;
    padding-left: 10px;
}

.genFormat
{
    padding-top: 5px;
    font-size: 12px;
    color: Black;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

.deleteImg
{
    background-image: "/cms_images/Cancel.gif";
}

.deleteImg:hover
{
    background-image: "/cms_images/Delete.gif";
}
