﻿body
{
    background-image: none;
    background-color: #000000;
    color: yellow;
    font-family: Calibri;
    font-size: 12pt;
    border-right: red;
    border-top: red;
    border-left: red;
    border-bottom: red;
    width: 900px;
    border-style: groove;
    border-width: thick;
    height: auto;
    margin-right: auto;
    margin-top: 20;
    margin-left: auto;
}
a:link
{
    color: fuchsia;
    font-family: Calibri;
    text-decoration: underline;
}

#Masterpage_Header
{
    width: 900px;
    font-family: Calibri;
    background-image: url(Images/blue2.png);
}

#Masterpage_Left_top
{
    text-align: center;
    width: 200px;
    float: left;
    border-left-color: fuchsia;
    border-bottom-color: fuchsia;
    border-top-color: fuchsia;
    border-right-color: fuchsia;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}

#Masterpage_Center_top
{
    text-align: center;
    width: 475px;
    float: left;
    border-right: red;
    border-top: red;
    border-left: red;
    border-bottom: red;
}

#Masterpage_Right_top
{
    text-align: center;
    width: 200px;
    float: left;
    border-right: white;
    border-top: white;
    border-left: white;
    border-bottom: white;
}

#Masterpage_Main_Menu
{
    width: 900px;
    height: 20px;
    float: left;
    border-left-color: lime;
    border-bottom-color: lime;
    border-top-style: none;
    border-top-color: lime;
    border-right-style: none;
    border-left-style: none;
    border-right-color: lime;
    border-bottom-style: none;
    background-image: url(Images/blue2.png);
}

#Masterpage_Body
{
    width: 900px;
    background-image: url(Images/blue2.png);
}


#Masterpage_Content_Left
{
    clear: both;
    width: 300px;
    float: left;
    border-right: lime;
    border-top: lime;
    border-left: lime;
    border-bottom: lime;
    position: static;
}

#Masterpage_Content_Center
{
    text-align: center;
    width: 300px;
    height: auto;
    float: left;
    border-right: maroon;
    border-top: maroon;
    border-left: maroon;
    border-bottom: maroon;
}

#Masterpage_Content_Right
{
    width: 300px;
    height: auto;
    float: left;
    border-right: yellow;
    border-top: yellow;
    border-left: yellow;
    border-bottom: yellow;
}
   
#Masterpage_Footer
{
    text-align: center;
    width: 900px;
    height: auto;
    float: left;
    border-right: silver;
    border-top: silver;
    border-left: silver;
    border-bottom: silver;
    background-image: url(Images/blue2.png);
}

#Content_Left
{
    text-align: right;
    width: 200px;
    height: auto;
    float: left;
    border-right: red;
    border-top: red;
    border-left: red;
    border-bottom: red;
}

#Content_Center
{
    text-align: center;
    width: 700px;
    height:auto;
    float: left;
}

#Content_Right
{
    text-align: left;
    width: 200px;
    height:auto;
    float: left;   
}

.Page_Left
{
    clear: both;
    text-align: left;
    width: auto;
    height: auto;
    float: left;
    border-right: lime;
    border-top: lime;
    border-left: lime;
    border-bottom: lime;
}

.Page_Center
{
    width: 550px;
    height: auto;
    text-align: center;
    float: left;
    border-right: red thick;
    border-top: red thick;
    vertical-align: top;
    border-left: red thick;
    border-bottom: red thick;
}

.Page_Right
{
    width: 210px;
    height:auto;
    float: left;   
}

.Page_Title
{
    font-size: 24pt;
    text-align: center;

}


.Previous_Site_Color_Scheme
{
    background-color: #e9e9da;
    color: #e9e9da;
}
.accordion_col_size
{
    width: 300px;
    border-right: green solid;
    border-top: green solid;
    border-left: green solid;
    border-bottom: green solid;
    text-align: center;
}

