﻿body
{
    font-family: Calibri;
    font-size: medium;
    border: medium outset #FF0000;
    width: 900px;
    height: auto;
    position: relative;
    background-color: #000000;
    margin-right: auto;
    margin-left: auto;
    margin-top: 50px;
    font-weight: bold;
    font-style: normal;
}

a
{
    font-family: Calibri;
    color: #FFFF00;
}

#Masterpage
{
    font-family: Calibri;
    background-image: url('./Images/Backgrounds/blue2.png');
    width: 900px;
    color: #FFFF00;
}
#Masterpage_Header_Left
{
    font-family: Calibri;
    width: 200px;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
    text-decoration: underline;
    float: left;
    clear: both;
}
#Masterpage_Header_Center
{
    float: left;
    width: 500px;
    font-weight: bold;
    font-size: 11pt;
    text-align: center;
}
#Masterpage_Header_Right
{
    font-family: Calibri;
    width: 200px;
    font-weight: bold;
    font-size: 11pt;
    color: yellow;
    text-align: center;
    text-decoration: underline;
    float: right;
}
#Masterpage_Menu
{
    float: left;
    clear: both;
    width: 900px;
    right: auto;
    left: auto;
    text-align: center;
}

.Masterpage_Menu_CSS
{
    font-family: Arial, Helvetica, sans-serif;
    color: #FF00FF;
}




#Masterpage_Content_Area
{
    float: left;
    clear: both;
    width: 900px;

}
#Masterpage_Footer_Area
{
    float: left;
    clear: both;
    text-align: center;
    width: 900px;
    height: auto;
    border-right: silver;
    border-top: silver;
    border-left: silver;
    border-bottom: silver;
    background-image: url(Images/blue2.png);
    font-size: x-small;
}
.Quick_Link_Accord_Header
{
    color: #FFFF00;
    font-size: medium;
}
.Quick_Link_Accord_Content
{
    color: #FF00FF;
}




.Left_Half_Full_Page
{
    float: left;
    clear: both;
    width: 440px;
    font-family: Calibri;
    font-size: medium;
    font-weight: normal;
    color: #FFFF00;
    background-color: #99CCFF;
}
.Left_First_Quarter_Full_Page
{
    float: left;
    clear: both;
    width: 222px;
    font-family: Calibri;
    font-size: medium;
    font-weight: normal;
    color: #FF00FF;
    background-color: #99CCFF;
}


.Page_Item_Header
{
    border: medium ridge #CCCCCC;
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    color: #FFFF00;
    text-decoration: none;
    text-align: center;
    background-color: #2C3E7D;
}
.Page_Body
{
    font-family: Calibri;
    color: #000000;
    font-size: small;
    font-weight: bold;
    text-align: center;
    border-left-style: double;
    border-left-width: medium;
    border-left-color: #C0C0C0;
    border-right-style: double;
    border-right-width: medium;
    border-right-color: #C0C0C0;
}
.Page_Body_Item
{
    background-image: url('Images/Backgrounds/flags bkgrnd transpareny.jpg');
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    color: #000000;
    font-size: small;
    font-weight: bold;
}
.Right_Half_Full_Page
{
    float: right;
    width: 445px;
    font-family: Calibri;
    font-size: medium;
    font-weight: normal;
    color: #FFFF00;
    background-color: #99CCFF;
}

.Center_Full_Page
{
    width: 440px;
    font-family: Calibri;
    font-size: medium;
    font-weight: normal;
    background-color: #99CCFF;
    margin-left: 220px;
    margin-right: 220px;
    text-align: center;
}


.Links_Table
{
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 80%;
    background-color: #2C3E7D;
    color: #FFFFFF;
}


.Links_Table_Row
{
    font-family: Calibri;
    font-weight: bold;
    font-size: medium;
}
.Links_Table_Col_A
{
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    width: 15%;
}
.Links_Table_Col_B
{
    font-family: Calibri;
    font-size: medium;
    font-weight: bold;
    text-align: Left;
    vertical-align: middle;
}
.Accordian_Header_Red
{
    font-family: Calibri;
    font-size: large;
    color: #FF0000;
    font-weight: bold;
    text-align: center;
}
.Accordian_Content_Black
{
    font-family: Calibri;
    font-size: small;
    font-weight: bold;
    font-style: normal;
    color: #000000;
}
