﻿*
{
    padding: 0;
    margin: 0;
}

body 
{
    text-align: center;
    background: #ccc;
    font: 12px/22px Arial;
    color: #444;
    
}
p
{
    padding-bottom: 10px;
}
#Wrapper
{
    text-align: left;
    margin: 0 auto;
    width: 751px;
    height: auto;
    background: #fff;
  
}

#Header
{
    background: url(images/topbanner.jpg) no-repeat center;
    width: 751px;
    height: 50px;
}
#HeaderImage
{
    width: 751px;
    height: 163px;
}
#Menu
{
    background: #eee;
    width: auto;
    padding: 5px;
    text-align: center;

    
}

#TextBody
{
 
    width: auto;
    background: #fff;
    padding: 10px;
}

#Footer
{
    
    
    
    width: 751px;
    height: 90px;
    background: #fff;
    text-align: center;
    font-size: 90%;
    line-height: 12px;
    
}

/* Text styles */

#TextBody h1
{
    clear: both;
    font: 220% Arial;
    font-weight: bold;
    color: #b20537;
    
}

#TextBody h2
{
    clear: both;
    font: 160% Arial;
   color: #b20537;
    font-weight: bold;
    
}
#TextBody h3
{
    clear: both;
    font: 130% Arial;
   color: #666;
    font-weight: bold;
    
}
#TextBody ul
{
    margin-left: 10px;
}
div border
{
    border: dashed 2px #666;
}
div.border2
{
    border: dotted 1px #666;
    padding: 8px;
color: #666;
background-color: #f2f2f2;
}
div.border2 p
{
    font-size: 90%;
    line-height: 16px;
}
#Footer p
{
    float: right;
    margin: 5px;
  
}


#Footer a.Footer:link, a.Footer:visited
{
    float: left;
    margin: 5px;
    color: #666;
  
}



#Menu li
{
    display: inline;
   margin-right: 2px;
    padding: 5px;
}


#Menu ul li a:link,ul li a:visited
{
    color: #666;
    font: Arial;
    text-decoration: none;
        border-bottom: dotted 1px #666;
        font-weight: bold;
    
}


#TextBody fieldset
{
    padding: 5px;
    width: 90%;
    margin: 0 auto;
    
}

#TextBody legend
{
    color: #666;
    font-weight: bold;
    font-size: 16px;
}
    

#TextBody label
{
    clear: both;
    float: left;
    color: #b20537;
    margin: 2px;
    font-size: 14px;
  
}

#TextBody input
{
    float: right;
    width: 300px;
    margin: 2px;
    
    
}

#TextBody Textarea

{
    float: right;
    width: 302px;
    height: 150px;
    margin: 2px;
}


#TextBody button
{

    clear: both;
    margin: 0 auto;
    display: block;

    
    
}

#TextBody select
{
 float: right;
    width: 302px;
    margin: 2px;

}

.Clear
{
    clear: both;
}