﻿body,html 
{
    font-family:"Courier New";
    font-size:9pt;
    color:Black;
}
div.titlePanel
{
    padding-top:28px;
    padding-bottom:18px;
    border-bottom:1px solid black;
    width:100%;    
}
div.titlePanel span.titleLabel
{ 
    padding-left:19px;  
    display:block;
    font-family:"Times New Roman";
    font-weight:bold;
    font-size:24pt;   
    width:500px; 
}
div.categoryPanel
{
    padding-top:15px;
    padding-bottom:20px;
    border-bottom:1px solid black;
    width:100%; 
}  
a.titleText 
{
    text-decoration:none;
    color:Black;
}
a.titleText:hover 
{
    color:Black;
}
div.headerPanel
{
    padding-top:35px;
    padding-bottom:10px;    
    border-bottom:1px solid black;
    width:100%;
}
div.headerPanel div.categoryTitle
{
    padding-top:0;
    padding-left:0;
}
div.firstcategoryTitle 
{
    padding-left:19px;
    font-family:"Times New Roman";
    font-size:14pt;
}
div.categoryTitle 
{
    padding-left:34px;
    font-family:"Times New Roman";
    font-size:14pt;
}
div.projectPanel
{
    float:none;
    padding-left:34px;
    min-width:600px;
}
div.projectPanel span.projectDate
{
    display:block;
    float:left;
    width:280px;
}
div.projectPanel span.projectType
{
    display:block;
    float:left;
    width:80px;
}
div.projectPanel .projectLink
{
    display:block;
    float:left;
}
div.clearer 
{
    float:none;
    clear:both;
    height:1px;
    width:1px;
}