﻿body
{
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    background-color: #E3E5E4;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 10pt;
}

#Container
{
    width: 800px;
}

#Header
{
    background-image: url('images/header.jpg');
    clear: both;
    height: 130px;
    width: 800px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#NavBar
{
    text-align: right;
    padding-right: 5px;
    padding-left: 5px;
    background-image: url('images/NavBar_Bg.jpg'); 
}

#ContentArea
{
    background-image: url('images/ContentArea_Bg.jpg');
    background-repeat: repeat-y;
    width: 800px;
    height: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    clear: both;
}

#leftNav
{
    padding: 0px;
    float: left;
    width: 180px;
    height: 100%;
    margin: 0 0 0 0;
    text-align: center;
    color: White;
}

#LeftMenu
{
    background-image: url('images/LeftNav_Bg.jpg');
    width: 180px;
}

#Content
{
    Display: block;
    float: Right;
    text-align: left;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    Padding-right: 8px;
    vertical-align: top;
    width: 610px;
    Vertical-align: top;
}

#Foot
{
    background-image: url('images/ContentArea_Bg.jpg');
    background-repeat: repeat-y;
    Margin: 0 0 0 0;
    Padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 180px;
    padding-right: 10px;
    clear: both;
}

#Bottom
{
    background-image: url('images/PageBottom_Bg.jpg');
    background-repeat: no-repeat;
    clear: both;
    height: 14px;
}

#MenuBottom
{
    background-image: url('images/LeftNav_Btm.jpg');
    background-repeat: no-repeat;
    height: 30px;
}

.Quatpics
{
    height: 52px;
    width: 66px;
    border-style: ridge;
    border-color: Silver;
    border-width: thin;
}

.Fpcenter
{
    height: 114px;
    width: 154px;
    border-style: ridge;
    border-color: Silver;
    border-width: thin;    
}

.fptable
{
    
}

#FPSilver
{
    margin-right: 4px; 
    width: 580px;
}
    
#FPSilver_Top
{
    height: 18px;
    vertical-align: middle;
    line-height: 35px;
    background-image: url('images/FPSilver_Top.jpg');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}

#FPSilver_Cont
{
    height: 120px;
    border-bottom-style:groove;
    border-bottom-width: thin;
    border-top-width: thin;
    border-top-style: groove;
    background-image: url('images/FPSilver_Cont.jpg');
    background-repeat: repeat-y;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 15px;
    padding-right: 15px;
}

#FPSilver_Btm
{
    height: 18px;
    background-image: url('images/FPSilver_Btm.jpg');
    background-repeat: no-repeat;
}


#Bronze
{   
    float: left;
    margin-right: 4px; 
    width: 190px;
}
#Bronze_Top
{
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    background-image: url('images/Bronze_Top.jpg');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}
#Bronze_Cont
{
    height: 350px;
    background-image: url('images/Bronze_Cont.jpg');
    background-repeat: repeat-y;
    padding-left: 4px;
    padding-right: 4px;
    
}

#Bronze_Btm
{
    height: 18px;
    background-image: url('images/Bronze_Btm.jpg');
    background-repeat: no-repeat;
}

#Silver
{
    float: left;
    margin-right: 4px;
    width: 190px;
}

#Silver_Top
{
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    background-image: url('images/Silver_Top.jpg');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
}
#Silver_Cont
{
    height: 350px;
    background-image: url('images/Silver_Cont.jpg');
    background-repeat: repeat-y;
    padding-left: 4px;
    padding-right: 4px;
}

#Silver_Btm
{
    height: 18px;
    background-image: url('images/Silver_Btm.jpg');
    background-repeat: no-repeat;
}

#Gold
{
    float: left;
    width: 190px;
}

#Gold_Top
{
    height: 35px;
    vertical-align: middle;
    line-height: 35px;
    background-image: url('images/Gold_Top.jpg');
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;    
}
#Gold_Cont
{
    height: 350px;
    background-image: url('images/Gold_Cont.jpg');
    background-repeat: repeat-y;
    padding-left: 4px;
    padding-right: 4px;
    
}

#Gold_Btm
{
    height: 18px;
    vertical-align: middle;
    background-image: url('images/Gold_Btm.jpg');
    background-repeat: no-repeat;
}
    
/* Menu's */
  /* Navigation Bar */
.Menu
{
    height: 28px;
    width: 790px;
}

#NavBar .Item
{
    color: Black;
    height: 28px;
    Width: 118px;
    text-align: center;
    font-weight: bold;
}

#NavBar a
{
    background: transparent ! important;
}

#NavBar .ItemSelected
{
    color: Blue;
}

#NavBar .ItemHover
{
    color: Blue;
}

#NavBar a:visited
{
    background: transparent ! important;
}

#NavBar a:hover
{
    background: transparent ! important;
}

#NavBar a:active
{
    background: transparent !important;
}

#NavBar a:focus
{
    background: transparent ! important;
}

/* Left Navigation */
#LeftMenu .Item
{
    color: Black;
    background-image: url('images/LeftNav_Button.jpg');
    height: 30px;
    Width: 168px;
    text-align: center;
    font-weight: bold;
}

#LeftMenu a
{
    background: transparent ! important;
}

#LeftMenu .ItemSelected
{
    color: Blue;
}

#LeftMenu .ItemHover
{
    color: Blue;
}

#LeftMenu a:Visited
{
    background: transparent ! important;
}

#LeftMenu a:hover
{
    background: transparent ! important;
}

#LeftMenu a:active
{
    background: transparent !important;
}

#LeftMenu a:focus
{
    background: transparent ! important;
}

.pagecontent
{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
}



/* text formatting */
h1
{
    color: Black;
}
/* text formatting */
.special
{
    color: #000000;
    font-family:Arial;
}
ol li
{
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
}

ol ul li
{
    padding: 0;
    list-style-type: disc;
}