*
{
    padding:0;
    margin:0;
}

br.clr  {clear:both;font-size:0px;height:0;line-height:0px;padding:0;margin:0;overflow:hidden}

html
{
    height:100%;
}

body
{
    background:#3C7789 url(../images/page_bg.gif) repeat-x top center;
    text-align: center;
    padding:0;
    min-height:100%;
    height:100%
}

#topBgLeft 
{ 
    width:5px; 
    height:491px;    
    position:absolute;
    top:0px;
    left:0px;
    background: url(../images/top_bg_left.gif) no-repeat -1px 0px;
    background-color:transparent;
}

#topBgRight 
{ 
    width:5px; 
    height:491px;    
    position:absolute;
    top:0px;
    right:-1px;
    background: url(../images/top_bg_right.gif) no-repeat 0px 0px;
    background-color:transparent;
}

#page_margins 
{ 
    text-align:left; 
    margin: 0 auto;
    width: 863px; 
    min-height:100%;    
    position:relative;    
    background: url(../images/content_bg.gif) repeat-y top left;
}

#page_margins table.contentBg td
{
    background: url(../images/content_bg.gif) repeat-y top left;
    width:863px;
    height:100%;
    vertical-align:top;
}

#page
{ 
    padding: 0px 4px 50px;
}

#nav_main
{
    height:43px;
    background:url(../images/menu_bg.gif) repeat-x top left;
}

#nav_main ul
{
    list-style:none;
    padding-top:1px;
    padding-left:6px;
}

#nav_main ul li
{
    float:left;
    background:url(../images/menu_spacer.gif) no-repeat top right;
}

#nav_main ul li.noSpacer
{
    background:none;
}

#nav_main ul li a
{
    display:block;
    font:normal 13px arial;
    line-height:13px;
    color:white;
    text-decoration:none;
    background:transparent;
    padding:11px 10px 9px;
    margin-right:2px;
}

#nav_main ul li a.on, #nav_main ul li a:hover
{
    background:#125975;
}


#content
{
    padding:48px;
    color:#647370;
    font:13px arial;
    line-height:20px;
}

#content h1
{
    font:bold 16px arial;
    color:#00A5CA;
    padding-bottom:30px;
}

#content a
{
    color:#00A5CA;
    text-decoration:underline;
}

#content a:hover
{
    text-decoration:none;    
}

#content ul
{
    padding-left:20px;
}

#footer
{
    font:11px arial; 
    position:absolute;
    bottom:0px;
    text-align:center;
    color:#6E6F71;
    width:863px;  
    padding-bottom:12px;  
}

#footer a
{
    color:#6E6F71;
    text-decoration:none;
}

#footer a:hover
{
    text-decoration:underline;    
}
