BODY
{
    background-color: #FFFFFF;
    background-image: url(./Images/Body-Background.png);
    margin-left:      auto;
    margin-right:     auto;

}
#SiteArea
{
    background-color: white;
    display:          block;
    height:           500px;
    margin-left:      auto;
    margin-right:     auto;
    max-width:        700px;
    min-height:       700px;
    min-width:        700px;
    padding-left:     0px;
    padding-right:    0px;
    padding-top:      0px;
    text-align:       left;
    width:            700px;
}
#SiteBody
{
    background-color: white;
    display:          block;
    float:            right;
    font-family:      Arial, Helvetica, sans-serif;
    margin-left:      0px;
    margin-right:     0px;
    max-width:        490px;
    min-width:        490px;
    padding-left:     0px;
    padding-right:    0px;
    width:            490px;
}

#SiteFooter
{
	background-color:White;
	height:30px;
	padding:10px 0px;
	width:700px;
	margin:-30px auto 0px auto;
}
h3{color:#0f6Cb6;
   font-size:1.2em;
}

#SiteFooter a {color:Gray;}
#SiteBody H1
{
    color:       #0F6CB6;
    font-size:   18px;
    font-weight: bold;
}
#SiteBody H2
{
    color:       #666666;
    font-size:   14px;
    font-weight: bold;
    line-height: 140%;
}
#SiteBody P,LI
{
    color:       #666666;
    line-height: 140%;
    font-size:   12px;
}
#SiteBodyFull
{
    background-color: white;
    display:          block;
    float:            right;
    font-family:      Arial, Helvetica, sans-serif;
    margin-left:      0px;
    margin-right:     0px;
    max-width:        100%;
    min-width:        100%;
    padding-left:     0px;
    padding-right:    0px;
    width:            100%;

}
#SiteBodyFull H1
{
    color:       #0F6CB6;
    font-size:   18px;
    font-weight: bold;
}
#SiteBodyFull H2
{
    color:       #666666;
    font-size:   14px;
    font-weight: bold;
    line-height: 140%;
}
#SiteBodyFull P,LI
{
    color:       #666666;
    line-height: 140%;
    font-size:   12px;
}
#SiteContent
{


}
#SiteHeader
{
    background-color: white;
    float:            left;
    max-width:        100%;
    min-width:        100%;
    padding-bottom:   5px;
    padding-top:      10px;
    width:            100%;

}
#SiteMenu
{
    background-color: white;
    display:          block;
    float:            left;
    margin-left:      0px;
    margin-right:     0px;
    max-width:        200px;
    min-width:        200px;
    padding-bottom:   0px;
    padding-left:     0px;
    padding-right:    0px;
    padding-top:      0px;
    width:            200px;
}
#SiteMenu div#Unselected
{
    /* background-color:  white; */
    background-image:  url(./Images/Menu-Button-UnPressed.png);
    background-repeat: no-repeat;
    color:             white;
    display:           block;
    font-family:       Trebuchet MS;
    font-size:         14px;
    font-weight:       bold;
    height:            30px;
    max-height:        30px;
    max-width:         100%;
    min-height:        30px;
    min-width:         100%;
    padding-left:      8px;
    padding-top:       7px;
    text-transform:    uppercase;
    width:             100%;
}
#SiteMenu div#Selected
{
    /* background-color:  white; */
    background-image:  url(./Images/Menu-Button-Hover.png);
    background-repeat: no-repeat;
    color:             white;
    cursor:            pointer;
    display:           block;
    font-family:       Trebuchet MS;
    font-size:         14px;
    font-weight:       bold;
    height:            30px;
    max-height:        30px;
    max-width:         100%;
    min-height:        30px;
    min-width:         100%;
    padding-left:      8px;
    padding-top:       7px;
    text-transform:    uppercase;
    width:             100%;
}

