/*
IMPORTANT some classes are overwritten in either ie7.css or ie6.css due
to problems with formatting in IE. Check these files first if there is an error
in IE 6 or IE 7 that doesn't appear in Firefox
*/
body
{
    margin: 0;
    padding: 0;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
    color: #7e7e7e;
    line-height: 16px;
    height: 100%;
    font-size: 9pt;
}

a
{
    color: #c3000b;
    CURSOR: pointer;
    text-decoration:none;
}

a:hover
{
	CURSOR: pointer;
    color: #c3000b;
}		
a:visited		
{
	CURSOR: pointer;
	color: #c3000b;
}
img
{
    border: none;
    border-width: 0;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
}
h1,h2,h3
{
    padding: 0;
    margin: 0;
    color: #c90016;
}
h1
{    
    font-size: 1.8em;
    font-weight: bold;
}
h2
{
    font-size: 1.4em;
    font-weight: bold;
}
h3
{
    font-size: 1.2em;
    font-weight: bold;
}
p
{
	color: black; font-size: 12px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	margin:0 0 1em 0;
}

/*p
{
    font-size: 9pt;
    color: #969696;
}*/
#content
{
    margin: 0 auto;
    width: 961px;
    height: 100%; 
    
}
.header
{
    height: 100px;
    width: 961px;
}

.leftSubHeader
{
    float: left;
    width: 165px; /* Remove me + break IE6 */
    height: 267px;
    background-color: #c90016;
    font-size: 8pt;
}

#footer
{
    font-size: 8pt;
    padding-top: 15px;
    margin:0px 0 0 0;
    color: white;
    text-align: center;
    line-height: 15pt;
    height: 50px;
    width: 961px;
    background: #FFF url(  '/images/footer.gif' ) no-repeat top left;
}
#footer ul
{
    margin: 0 0 0 -10px;
    padding: 0;
    width: 100%;
    list-style: none;
    white-space: nowrap;
}
#footer ul li
{
    display: inline;
    position: relative;
    padding: 0 .5em 0 1em;
    list-style-type: none;
    border-left: solid 1px gray;
}
#footer ul li a
{
    font-size: 8pt;
    color: Gray;
    border-style:none;
    text-decoration: none;
}
#footer ul li a:visited
{
    color: Gray;
}
#footer ul li a:hover
{
    /*color: Gray;
    text-decoration: underline;*/
}
#footer ul .first
{
    border-left: none;
}