﻿body 
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 8pt;
    color: #333333;
    line-height:15px;
}

a {
font-size:11px;
color:#666666;
text-decoration:none;
}

a:hover{
	color:Red;
}

.navLink
{
    color:#ffffff;
    font-weight:bold;
    font-family: Arial, Sans-Serif;
    text-decoration:none;
    }
.bigLink
{
    font-size:small;
    font-weight:bold;
    text-decoration:underline;
    line-height:30px;}
.adminLink
{
    font-size:small;
    font-weight:bold;
    text-decoration:none;
    line-height:30px;}
h1
{
    font-family:Arial Narrow, Helvetica, sans-serif;
    font-size:16pt;
    text-transform:uppercase;
    color:#666666;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height:20px;
}

h2
{
    font-family: Arial Narrow, Helvetica, sans-serif;
    font-size:13pt;
    font-weight:bolder;
    text-transform:uppercase;
    color:#666666;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height:9px;
}

h3
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:12pt;
    font-weight:bolder;
    color:Red;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height:20px;
    text-align:left;
}

h4
{
    font-size:10pt;
    font-weight:bold;
    color:Red;
    line-height:12px;
}
    
.list
{
    color:Gray;
}
ul
{
    line-height:20px;}
    
hr {
  height: 1px;
  width:100px;
  float:left;
}

#homeImage {
	float: left;
	padding-right: 7px;
	padding-bottom: 1px;
}