﻿/* Copyright 2007 Quantafire Inc */

* 
{
    margin:0px;
    padding:0px;
    border:0px;
}

body, html 
{
    height:100%;
}

body 
{
 
    background-position:left top;
    background-repeat:repeat-x;
    background-color:#fffffe;
    text-align:center;
    color:#000000;
    font-family:Arial, Sans-Serif;
    font-size:9pt;
background: #ffffff url('../images/b.jpg') repeat; }
}

a 
{
    color:#AA0000;
    text-decoration:none;
    font-weight:bold;
}

a:hover 
{
    color:#666666;
    text-decoration:none;
    font-weight:bold;
}

img 
{
    border:0px;
}

h1 
{
    height:26px;
    background-image:url(src/h1_bkgd.gif);
    background-position:right top;
    background-repeat:no-repeat;
    font-family:Verdana, Sans-Serif;
    font-weight:normal;
    color:#000000;
    font-size:14pt;
}

h2 
{
    height:30px;
    padding-top:2px;
    text-align:center;
    background-image:url(src/h2_bkgd.gif);
    background-position:left top;
    background-repeat:no-repeat;
    color:White;
    font-family:Arial, Sans-Serif;
    font-weight:bold;
    font-size:10pt;
}

h3 
{
    padding-top:20px;
    border-bottom:solid 1px black;
    font-family:Arial, Sans-Serif;
    font-size:12pt;
    font-weight:bold;
    color:#999999;
}

h4 
{
    margin-top:30px;
    font-size:8pt;
    font-weight:bold;
    font-family:Verdana, Sans-Serif;
    color:#666666;
    border-top:solid 1px #666666;
    border-bottom:solid 1px #666666;
}

h5 
{
    margin-top:30px;
}

li 
{
    font-size:8pt;
    margin-left:20px;
}

p 
{
    padding:5px;
    line-height:13pt;
}

#margin 
{
    width:760px;
    background-image:url(src/margin_bkgd.gif);
    background-position:left top;
    background-repeat:repeat-y;
    text-align:left;
}

#header 
{
    width:100%;
    text-align:right;
    background-color:#bb3322;	
}

#header a
{
    color:#ffffff;
    text-decoration:none;
    font-weight:bold;
}



#header a:hover 
{
    color:#fffff1;
    text-decoration:none;
    font-weight:bold;
}



#nav 
{
    width:100%;
    height:35px;
    background-image:url(src/nav_bkgd.jpg);
    background-position:center top;
    background-repeat:no-repeat;
    text-align:center;
}

#nav a 
{
    font-family:Verdana, Sans-Serif;
    padding:7px;
    color:#FFFFFF;
    font-weight:bold;
    text-decoration:none;
}

#nav a:hover 
{
    color:#CCCCCC;
    font-weight:bold;
    text-decoration:none;
}

#main 
{
    width:504px;
    margin:5px;
    padding:5px;
    float:left;
    border-right:inset 1px #999999;
}

#sidebar 
{
    width:225px;
    margin:5px;
    float:right;
    background-image:url(src/sidebar_bkgd.gif);
    background-position: left top;
    background-repeat:repeat-y;
    font-size:8pt;
}

#sidebar p 
{
    padding-right:10px;
}

#footer 
{
    width:100%;
    text-align:right;
    clear:both;
    background-color:Black;
    font-family:Arial, Sans-Serif;
    font-size:8pt;
    color:White;
    font-weight:bold;
}