html
{
    /*background: #e6e6e6;*/
    background: #2A2D36;
}
html, body
{
    font-family: 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    /*background: #e6e6e6;*/    
}
body
{        
    background: url('../img/body_bg.jpg') repeat-x top #2A2D36;    
}
#background-cont
{
    /*padding-top: 30px;*/
    background: url('../img/background-new.jpg') no-repeat center top transparent;    
}
#container
{
    background-color: #FFFFFF;
    width: 880px;
    margin: 0px auto;
    text-align: left;
    -moz-box-shadow: 0px 5px 15px #000000;
	-webkit-box-shadow: 0px 5px 15px #000000;
	box-shadow: 0px 5px 15px #000000;
}
#hd
{
    padding-top: 20px;   
}
#top-header
{
    height: 117px;    
}
#ft
{
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 18px;
}
#ft a
{
    background: url('../img/arr.gif') left no-repeat #FFFFFF;
    padding: 0 10px 0 8px;
    font-size: 11px;
    line-height: 100%;
}
#ft a:hover
{
    color: #d41f26;
}
#ft, #hd
{
    padding-left: 20px;
    padding-right: 20px;
}
#bd
{
    padding: 0px 20px;
}
h1
{
    font-size: 20px;
    font-family: 'Trebuchet MS', Arial, sans-serif;
    color: #d41f26;
    padding: 20px 0 0px 0;
}
h2, h2 a
{
    font-weight: bold;
    font-size: 18px;    
    font-family: 'Trebuchet MS', Arial, sans-serif;    
    color: #034694;    
}
h2
{
    padding:0 0 15px 0;
}
h3
{
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
    color: #203064;
}
h4
{
    font-size: 13px;
    font-weight: bold;
    padding: 5px;
    color: #D41F26;
}
td h1, td h3
{
    padding-left: 15px; padding-right: 15px;
}
a
{
    font-style: italic;
    text-decoration: none;
    color: #444444;
    font-size: 13px;
}
a:hover
{
    text-decoration: underline;
}
.clear { clear:both; }
p
{
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 15px;
    text-align:left;
}
p.endInfo
{
    font-weight: bold;
}
p, table
{
    margin-bottom: 15px;
}
td
{
    padding: 2px;    
}
table
{    
    width: 840px;
    border-style: solid;
}
table, tr, td, th
{
    border-style: solid;
    border-color: #000000;
    border-width: 1px;
}
.intro
{
    font-style: italic;
    text-decoration: underline;
    font-size: 12px;
}