﻿body 
{
	background-image: url(Images/backgroundNEW.jpg);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5B6D74;
}
/** Layout **/
#Header
{
	
	width: 980px;
	height: 101px;
	background: url(Images/header1.jpg);
	background-repeat: inherit;
}

#Content
{
	
	width: 980px;
	height: auto;
	text-align: left;
	padding: 10px;
	vertical-align: top;
}

#Footer
{
	
	width: 980px;
	height: 75px;	
}

#SideBar
{
    width: 300px;
    padding: 5px;
    vertical-align: top;
}

#Contact
{
    padding: 15px;
}

#Logo
{
    color: White;
    font-size: 2.5em;
    text-align: left;
    padding: 15px;
}

#Slogan
{
   color: White;
   font-size: .5em;
   text-align: left; 
   padding-left: 15px;  
}

.Main
{
	background-color: #ffffff;
	width: 1024px;
}
/** LINKS **/

a {
	color: #578BB1;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/** Calender **/

.Calendar
{
     background: url(Images/calendargray.png);
     color: White;
     font-weight: bold;
}

.DaySelected
{
     background: url(Images/calendargray.png); 
     color: White;
     font-weight: bold;
}

.NextMonth
{
    color: White;
}