﻿*
{
    border-width: 0px;
    text-align: left;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}

body
{
    height: 100%;
    background-position: center top;
    background-image: url('/images/MasterPage/bg3.jpg');
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}
img
{
    border-width: 5px;
    border-color:#69A4FE;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;

}
 img:hover
{
    border-width: 5px;
    border-color:Red;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    }   
a
{
    color:Yellow;

}
a:hover
{
    color:White;
    }

h1
{
    font-size: x-large;
    font-weight: bold;
}

h2
{
    font-size: large;
    font-weight: bold;
}

h3
{
    font-size: large;
    font-weight: bold;
    color: #FF0000;
    text-align: center;
}

#PageWrapper
{
    width: 980px;
    margin-left: auto;
    margin-right: auto;
    float: none;
}

#Header
{
    
    background-color: Transparent;
    height: 320px;
    width: 980px;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    color: #FFFFFF;
}

#MenuWrapper
{
    position: absolute;
    top: 115px;
    color: #000000;
    background-color: #1a1a1a;
    margin-left: 10px;
    float: left;
    height: 50px;
    width: auto!important;
}

.clearer
{
    clear: both;
}

.MainMenu
{
    font-weight: bold;
    padding-left: 15px;
    float: left;
    font-size: 17px!important ;
    border: 2px solid #69A4FE;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
}

.StaticMenuItemStyle, .StaticMenuItemStyle a
{
    
    padding: 5px;
    color: white;
    font-size: 17px !important;
    font-weight: bold;
    text-decoration: none;
}

.StaticHoverStyle
{
    
    background-color: blue;
}

.DynamicMenuItemStyle
{
font-size: 17px!important;
color: white;
background-color: blue;
padding: 5px;
}

.DynamicHoverStyle, .StaticSelectedStyle 
{
background-color:black;
color: White;
}

.DynamicHoverStyle a
{ 
border: 2px;
text-decoration: none;
}

.style1 {font-size: 14px;
         color:#FE3D0F;
         text-align: center;
             }
.style2
{
    color: white;
    text-align: center;
    font-size: x-large;
    text-decoration: blink;
    float: right;
    font-weight: bold;
}

.style3
{
    color: white;
    font-size: medium;
}
.style4
        {
            width: 100%;
        }
        
  .style5
{
    color: white;
    text-align: center;
    font-size: x-large;
    text-decoration: blink;
    float: right;
    font-weight: bold;
}

.style6
{
    color: white;
    font-size: medium; 
    text-align: center !important;   
}
#MainContent
{
    padding: 5px 10px 5px 5px;
    height: 100%;
    min-height: 400px;
    width: 750px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: auto;
    float: left;
    top: 325px;
}

#SideBar
{
    background-color: Transparent;
    width: 215px;
    height: 100%;
    float: left;
    
    bottom: auto;
    clip: rect(auto, auto, auto, auto);
    }

#Footer
{
    border: 2px solid #FFFFFF;
    margin: 0px 0px 10px 0px;
    background-color: Transparent;
    height: 75px;
    width: 980px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}


