html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td 
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; 
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: baseline;
    line-height: normal;
}

body
{
    font: 0.8em/1.5em  verdana, ariel, sans-serif;
    color: #c1c1b4;
    background: #8e8e89 url(../images/outer_bk.jpg) top left repeat-x;    
}
    
h1, h2, h3, h4
{
    padding-bottom: .6em;
}

p
{
    padding-bottom: 1em;
    line-height: 1.5em;
} 

h1
{
    color: #b41019;
    text-transform: uppercase;
    font-size: 1.8em;
    font-weight: bold;
}

h2
{
    color: #003364;    
}

h3, h4
{
    color: #2d5ca6;
    font-weight: bold;
    font-size: 1.2em; 
}

h4
{
    color: #1a1a18;
    font-size: 1em;
}

ul li
{
    list-style-type: none;
    background: url(../images/bullet.gif) top left no-repeat;
    padding: 0 0 0.25em 18px;
    background-position: 0 2px;
}

a
{
    color: #c1c1b4;
    outline: none;
    text-decoration: none;
}

    .dotted
    {
         border-bottom: 1px dashed #002a54;   
    }

    a:hover 
    {
        color: #e3e3c7;
        border-bottom: 1px #e3e3c7 dashed;
    }
    
.bold
{
    font-weight: bold;
}
	
#info 
{
	width: 300px;
	overflow: auto;
}

#wrapper
{
    margin: 0 auto;
    padding: 0;
    width: 960px;        
    border: 6px solid #171815;  
}

#main 
{
	width: 960px;
	height: 680px;  
}

#nav
{
    margin: 0 auto;
    padding: 0 10px 10px 10px;
    width: 940px;
    clear: both;
    background: black;
    border-bottom: 3px solid #171815;         
}

#tblNav
{
    width: 960px !important;	
    width: 940px;	
}
	
#footer
{
    margin: 0;
    text-align: center;
    padding: 20px 10px 10px 10px;
    width: 940px;
    clear: both;
    background: black;
    border-top: 3px solid #171815;   
}

    #footer a
    {
        color: #c1c1b4;
    }
    
    #footer p, #tblNav 
    {
        font-size: 0.86em;
        padding-bottom: 0.3em;    
    }
    
    #footer .dotted
    {
        border-color: #5a5a4c;
    }
    
    a.dotted:hover
    {
        border-bottom: 1px solid #e3e3c7;
    }    
    
    .divider
    {
        color: #80806f; 
    }