﻿body 
{
    background-repeat: repeat-x;
    color: #404040;
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    font-size: 90%;       
}

a:link
{
    color: blue;
    text-decoration: none;
}

a:visited
{
    color: blue;
    text-decoration: none;
}

a:hover
{
    color: red;
    text-decoration: none;
}

h1
{
    color: #3366cc;
    margin-top: -10px;    
}

h2
{
    background-color: #0099CC;
    color: White;
    font-size: 110%;
    margin: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 20px;
}

h3
{
    color: #FF3300;   
    font-size: 110%;
    margin: 0px;
}

.calendar_event
{
    border: solid #0099cc 1px;
    padding: 8px;
}

.content
{  
    float: left;    
    font-size: 90%;   
    width: 455px;
}

.content_pad
{  
    padding: 10px;
}

.datagrid
{
    border-collapse: collapse;
    border: solid #404040 1px;
    width: 100%;
}

.datagrid td
{
    border: solid #404040 1px;
}

.datagrid_header
{
    background-color: #0099CC;
    color: White;
    font-weight: bold;
    text-align: center;
}

.footer
{
    background-color: White;      
    border-top: solid black 1px;
    font-size: 80%;
    padding: 10px;
    text-align: center;
}

.footer a
{
    color: green;
    text-decoration: none;
}

.formtext
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
    width: 400px;    
}

.formselect
{
    font-family: Tahoma, Arial, Helvetica, Sans-Serif;
}

.header
{
    background-image: url(../images/header.jpg);
    height: 158px;
}

.homebox
{
    background-color: Black;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.homebox a
{
    color: White;
}

.innerwrap
{
    background-color: White;    
    background-image: url(../images/mainbg.gif);    
    border-top: solid black 1px;
    border-left: solid black 1px;
    border-right: solid black 1px;
    border-bottom: solid black 8px;        
    margin-left: auto;
    margin-right: auto;    
    width: 740px;
}

.line
{
    color: Orange;
    height: 1px;
}

.main
{  

}

.navigation
{
    float: left;
    padding: 5px;
    vertical-align: top;
    width: 133px;
}

.navheader
{
    color: White;
    font-size: 70%;
    font-weight: bold;
    text-align: center;
    padding: 1px;
}

.navlinks
{
    font-size: 85%;
    padding: 5px;    
}

.outerwrap
{
    margin-left: auto;
    margin-right: auto;    
}

.rightcol
{
    float: left;
    padding: 5px;
    vertical-align: top;
    width: 132px;
}

.title
{
    background-color: Silver;
    padding: 10px;
    text-align: center;
}

.title h1
{
    color: White;
    font-size: 140%;
    margin: 0px;
}
