h1, h2, h3, h4, h5, h6
{
    margin: 0;
}

h1
{
    font-size: 140%;
    margin-bottom: 10px;
}

h2
{
    font-size: 130%;
    margin-bottom: 5px;
}

h3
{
    font-size: 120%;
    margin-bottom: 3px;
}

h4
{
    font-size: 110%;
    margin-bottom: 2px;
}

h5
{
    font-size: 100%;
    margin-bottom: 1px;
}

h6
{
    font-size: 95%;
}


p
{
    margin-bottom: 17px;
}


a
{
    color: #369;
}

a:hover
{
    text-decoration: underline;
    color: #69f;
}


strong, b
{
    font-weight: bold;
}

em
{
    font-style: italic;
}


hr
{
    clear: both;
    height: 1px;
    border: 0;
    color: #ccc;
    background-color: #ccc;
    width: 100%;
    margin-bottom: 18px;
    *margin-bottom: 11px;
    *margin-top: -7px;
    font-size: 1px;
    line-height: 0;
}

hr { 
height: 0; 
border-width: 1px 0 0 0; /* remove all borders except the top one */ 
border-style: solid; 
border-color: #ccc; 
}

/*---[lists]-----*/

#content ul
{
    margin: 0 0 17px 0;
    padding: 0;
    list-style: none;
}

#content ul li 
{   
    list-style: none;
    margin-bottom: 7px; 
    padding-left: 12px;
    background: url(http://www.philipkhoward.com/gdresources/images/bg_ul_bullet.gif) no-repeat 0 0.4em;
    line-height: 15px;    
}


#content ol
{
    margin: 0 0 17px 0;
    padding-left: 13px;
    *padding-left: 15px;
    list-style-type: decimal;
}

#content ol li
{
    margin: 0 0 4px 6px;
    *margin: 0 0 4px 8px;
    padding: 0;
    list-style-type: decimal;
    line-height: 15px;
}



blockquote
{
    margin: 0;
    padding: 10px 20px 0 20px;
    font-style: italic;
}


/*---[tables]-----*/

table
{
    width: 100%;
    margin: 4px 0 17px 0;
    border-collapse: collapse;
    empty-cells: show;
}

caption
{
    padding: 4px 2px 4px 0;
    text-align: left;
    font-size: 11px;
}

th
{
    background-color: #efefef;
    color: #454545;
    font-weight: bold;
}

th, td
{
    padding: 3px 5px;
    border: 1px solid #c9c9c9;    
    font-size: 11px;
    text-align: left;
    line-height: 13px;
}


.noBorder th
{
    border: none;
    padding-left: 0;
    background-color: transparent;
    font-size: 95%;
}

.noBorder td
{
    border: none;
    padding-left: 0;
}

.threeColumn td
{
    width: 33%;
}


td.nowrap
{
    white-space: nowrap;
}

tfoot td
{
    font-size: 10px;
    color: #666;
    border: none;
}





img
{
    display: block;
    margin-bottom: 5px;   
}

img.clearAll
{
    display: block;
    margin: 5px 0 17px 0;
}

img.wrapText
{
    clear: both;
    float: left;
    margin: 5px 10px 2px 0;
}
