﻿body {
    font-family:Arial;
    font-size:9pt;
}

td
{
font-family:Arial;
font-size:9pt;

}

.categoryimage
{
    padding-right:20px;
    margin-right:20px;
}

h1
{
    color: #003366;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    color: #000000;
    font-size: 11pt;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.topbar
{
    color:White;
    font-family:arial;
    font-size:8pt;
    font-weight:bold;
}

.topbar a
{
    color:White;
    font-family:arial;
    font-size:8pt;
    font-weight:bold;
    text-decoration:none;
}

.homelink
{
    color:#003366;
    text-decoration:none;
    font-weight:bold;
    font-size:8pt;
}

.homelink a
{
    color:#003366;
    text-decoration:none;
    font-weight:bold;
    font-size:8pt;
}

div.outsidelink a
{
    color:Black;
    text-decoration:none;
    font-weight:bold;
    font-size:7pt;
}

.outsidelink 
{
    color:Black;
    text-decoration:none;
    font-weight:bold;
    font-size:7pt;
}

.sidebar h3
{
    color:#003366;
    font-size:8pt;
    font-weight:bold;
    text-align:center;
    padding-top:4px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.sidebar a
{
   color:#003366;
   font-size:9pt;  
}

.homepage_columns h1
{
    color: #cc0000;
    font-size: 10pt;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.homepage_columns h2
{
    color: #003366;
    font-size: 14pt;
    font-weight: bold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.homepage_columns
{
font-family:Arial;
font-size:9pt;

}

.homepage_columns a
{
    font-size:9pt;
    font-weight:bold;
     color: #666666;
     text-decoration:none;
     
}

.copyright
{
    font-size:6pt;
    font-weight:bold;
    color:#003366;
}


/*Code for the dropdown menu */
#dropmenudiv{
position:absolute;
border:1px solid white;
border-bottom-width: 0;
font:normal 10px arial;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:#0c183e;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #ffffff;
}

.desctext
{
font-family:Arial;
font-size:9pt;

}
    .pointer {font-weight: bold; cursor: hand; cursor:pointer;
               color:#666666; }
               
    .details { display:none; visibility:hidden; }

