﻿body
{
    font-size: 14px;
    color: black;
    font-family: Verdana, Arial;
    background-color: #0066cc;
    line-height: 18px;
    
    margin: 0 0 0 0;
}

div#container 
{
    text-align: left;
    position: relative;
    background-color: White;
    z-index: 4; 
    
    }
    
 div#banner 
 {
    z-index: 5; 
    background-color: #99ccff; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    height: 70px; 
    width: 100%;
    }
    
div#navmenu 
{
    position: absolute;
    left: 0px;
    top: 70px;
    background-color: #003399;
    height: 40px;
    width: 100%;
    z-index: 6;
    }
    
.menubar
{
    position: absolute;
    left: 20px;
    top: 5px;
    background-color: #003399;
    height: 30px;
    
    z-index: 6;
    
    }

a:hover 
{
    color: red;
}

div#maincontent
{
    position: absolute; 
    top:110px; 
    left: 0px; 
    height:auto; 
    width: 100%; 
    background-color: White;
}

.logo {
	position: absolute;
	left: 20px;
	top: 40px;
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	position: absolute;
	left: 280px;
	top: 45px;
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}
	
/* old CSS */

td {
	font:11px arial;
	color:#333333;
	}
	
a {
	color: #cc0000;
	text-decoration:none;
	font-weight:bold;
	}
	
a:hover {
	color: #990000;
	text-decoration:underline;
	}
	
/* ID Styles */

#navigation a {
	font:12px arial;
	color: #ffffff;
	text-decoration:none;
	letter-spacing:.1em;
	}
	
#navigation a:hover {
	color: #99CCFF;
	}

#padding {
	padding:20px 5px 20px 5px;
	}
	
#calendar td {
	border: 1px solid rgb(0,51,153);
	}
	
#noborder td {
	border: 0px;
	}
	
#weekdays th {
	font:11px arial;
	color: #ffffff;
	font-weight:bold;
	border: 0px;
	padding:2px;
	}

#calheader td {
	font-weight:bold;
	}

/* Class Styles */

.logo {
	font:18px times new roman;
	color: #0E177C;
	letter-spacing:.3em;
	font-weight:bold;
	line-height:22px;
	}

.tagline {
	font:11px times new roman;
	color: #CC3300;
	letter-spacing:.2em;
	}

.smallText {
	font:12px times new roman;
	color: #CC3300;
	line-height:18px;
	}

.pageHeader {
	font:30px times new roman;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:38px;
	}
	
.bodyText {
	font:12px arial;
	color:#333333;
	line-height:24px;
	}
	
.pageName {
	font:20px georgia;
	color: #CC3300;
	letter-spacing:.1em;
	line-height:26px;
	}
	
.subHeader {
	font:14px times new roman;
	color: #003399;
	font-weight:bold;
	line-height:20px;
	letter-spacing:.1em;
	}
	
.navText {
	font:12px arial;
	color: #333300;
	letter-spacing:.1em;
	}

#login
{
    background-color: #efe7cf;
    background-color: #99ccff; 
    color: #666666;
    
    text-align: right;
    font-size: 80%;
    margin: 0;
    padding: 5px;
    position: relative;
}

h1 
{
    margin: 0;
    padding: 10px;
    padding-left: 20px;
    background-color: #CC0000;
    color: #eeeeee;
    letter-spacing: -2px;
    font-size: 180%;
    
}	


a#nav-home
{
    display: inline-block;
    text-decoration: none;
    width: 40px;
    height: 10px;
    margin: 0 auto;
    background-image: url(images/hover_trans.gif);
}

a#nav-home:hover {
background-image:url(images/hover2.gif);
width: 500px;
height: 400px;
}

.nav-hide {
display: none;
}

#nav-home img {
border: 0;
}

.contactsidebar 
{
    visibility: hidden;
    
    }	