﻿*{
    text-align: left;

}
   

body
{
    height: 100%;
    background-position: center top;
    background-image: url(images/NewHeaderBackgroundTransparent6.jpg);
    margin: 10px;
    background-repeat: no-repeat;
}

.headertag
{
font-size:25px;
font-weight:bold;
float: right;
}

.phonetag
{
font-size:25px;
font-weight:bold;
float: right;
}

h1
{
font-size: 30px;
text-align: center;
font-style: italic;
font-weight: bold;
color: #CC3300;
float:none;

}
p
{
font-size: 16px;
}


#PageWrapper
{
width: 940px;
margin-left: auto; 
margin-right: auto;
float: none;
}

#Header{
background-image: url(images/HeaderF-Transparent3a.gif);
background-color:Transparent;
height: 200px;
width: 800px;
background-repeat: no-repeat;
margin-bottom: 2px;
border: solid 0px black;

}

#MenuWrapper
{
    border-style: solid;
    border-width: 2px;
    height: 40px;
    width: 800px;
    background-color:Silver;
    margin-bottom: 2px;
    
}

.MainMenu
{
width: 800px;
height: 40px;
color: #FFFFFF;
font-weight: bold;
font-size: 20px;
    padding-left: 15px;
}
.StaticSelectedStyle
{
color: yellow;
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding-left: 2px;

}
.StaticMenuItemStyle, .StaticMenuItemStyle a
{
color: black;
font-size: 20px;
font-weight: bold;
text-decoration: none;
padding-left: 2px;
}

.StaticHoverStyle
{
background-color: white;
}

.DynamicMenuItemStyle
{
font-size: 20px;
color: #808080;
background-color: #cccccc;
padding: 4px,2px,2px,4px;
}

.DynamicHoverStyle
{
background-color:#707070;
color: White;
}

.DynamicHoverStyle a
{
text-decoration: none;
}

#MainContent
{
    padding: 0px 10px 10px 10px;
    height: 100%;
    border: solid 2px black;
    width: 620px;
    background-color: Transparent;
    min-height: 400px;
    float: left;
    margin-bottom: 2px;
}

#SideBar
{
    padding: 3px;
    width: 155px;
    height:100%;
    min-height: 400px;
    border: solid 0px black;
    float: Left;
    background-color: #99CCFF;
    background-image: url(images/StarBurstTilt.jpg);
    margin-left: 2px;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    
}

#Footer
{
    margin: 0px;
    padding: 8px 0px 0px 0px;
    background-color: #16b3f4;
    height: 50px;
    width: 805px;
    clear: both;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}


