﻿*
{
    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/bg3do.jpg');
    background-repeat: no-repeat;
    background-color: #1a1a1a;
}

img
{
    margin: 5px;
    padding: 5px;
    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;
}
h4
{
    font-size: x-large;
    font-weight: bold;
    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: 80px;
    color: #000000;
    background-color: #1a1a1a;
    margin-left: 10px;
    float: left;
    height: 0px;
    width: auto !important;
    
}
#BookMarkWrapper
{
    position: absolute;
    top: 175px;
    width: auto !important;
    margin-left: 850px;
    background-color:Transparent;
}
#BookMarkWrapper2
{
    position: absolute;
    top: 175px;
    width: auto !important;
    margin-left: 35px;
    background-color:Transparent;
    font-weight: bold;
     
}
#ScamWrapper
{
    position: absolute;
    top: 300px;
    width: auto !important;
    margin-left: 585px;
    background-color:Transparent;
       
}
.table3
{
    width: 900px;
    border: 2px solid white;
}
.table3 td
{
    border: 2px solid white;
    font: white;
}
.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
{
    border: 2px solid #FFFFFF;
    width: 100%;
    border-spacing: 10px;
    table-layout: auto;
}
        
  .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; 
}  
 .style7
{   
    font-size: large;
    font-weight: bold;
    color:Red;
}
.style8
{   
    font-size: x-large;
    font-weight: bold;
    color:Red;
}
.style9
{   
    color: white;
    text-align: center;
    font-size: x-large;
    float: right;
    font-weight: bold;
}

.table1
{
    color: White;
    }


#MainContent
{
    padding: 5px 10px 5px 5px;
    height: auto;
    min-height: 400px;
    width: 750px;
    color: #FFFFFF;
    margin-left: auto;
    margin-right: inherit;
    float: left;
    top: 320px;
}
#SideBar
{
    background-color: Transparent;
    width: 215px;
    height: 100%;
    float: left;
    bottom: auto;
    clip: rect(auto, auto, auto, auto);
    }
#SideBar2
{
    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: 100px;
    width: 980px;
    float: left;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
}




