﻿body 
{
    background-image:url(images/global/background_gb.jpg);
    top:0px;
    margin-top:0px;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: .8em;
}
#MainTable
{
    background-image:url(images/global/background_bodyFull.jpg);
    background-repeat:repeat-y;
    width:990px;
    border:0;
    padding: 0px 0px 0px 0px;
}
#Header
{
    background-image:url(images/global/mainHeader.jpg);
    width:980px;
    height:150px;
}
#MainMenu
{
    background-image:url(images/global/menuBar.jpg);
    width:980px;
    height:25px; 
    padding: 5px 0px 0px 15px; 
    vertical-align:top; 
}
#MainMenu A:link
{
    font-weight:bold;
    color:White;
    text-decoration:none;
}
#MainMenu A:visited
{
    font-weight:bold;
    color:#CCCCCC;
    text-decoration:none;
}
#MainMenu A:active
{
    font-weight:bold;
    color:White;
}
#MainMenu A:hover
{
    font-weight:bold;
    color:White;
}
.td_Menu
{
    padding:0px 10px 0px 10px;
}
#MainContent
{
    text-align:left;
    vertical-align:top;
    width:980px;
    padding:20px 0px 0px 15px;
}
#TableEdge
{
    background-image:url(images/global/background_bodyedge.jpg);
    background-repeat:repeat-y;
    width:10px;
}
#FooterNaviagtion
{
    text-align:center;
    width:980px;
}
#Footer
{
   background-image:url(images/global/footer.jpg);
    width:980px;
    height:65px; 
}
/*Home Page*/
#HomeBanner
{
    background-image:url(images/home/homePictureBannerShadow.jpg);
    width:932px;
    height:186px; 
}
.HomeBanner_TDLeft
{
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    text-align:right;
    width:310px;
    height:186px;
}
.HomeBanner_TDCenter
{
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    width:315px;
    height:186px;
}
.HomeBanner_TDRight
{
    padding: 0px 0px 0px 0px;
    vertical-align:top;
    width:307px;
    text-align:left;
    height:186px;
}
#HomePageCells
{
 
}
#HomePageCellsHeader
{
    background-image:url(images/home/threecellTop.jpg);
    background-repeat:no-repeat;
    height:30px;
    width:947px;
}
#HomePageCellsFooter
{
    background-image:url(images/home/threecellBottom.jpg);
    width:947px;
    height:30px;
}
#HomePageCellsMiddle
{
    background-image:url(images/home/threecellMiddle.jpg);
    width:947px;
    vertical-align:top;
    padding:0px 0px 0px 0px;
    
}
/*Event Calander*/
.CalendarStartSeperator
{
    float:left;
    width:11px;

    padding: 0px 0px 0px 0px;
}
.CalenderControl
{
    float:right;
    padding: 0px 0px 0px 0px;
    margin-right:30px;
}
#EventWeekCalendarTop
{
    background-image:url(images/home/calendarTop.jpg);
    background-repeat:no-repeat;
    height:60px;
    width:948px;
}
#EventWeekCalendarMiddle
{
    background-image:url(images/home/calendarMiddle.jpg);
    background-repeat:repeat-y;
    width:931px;
    padding: 0px 0px 0px 25px;
    
}
#EventWeekCalendarBottom
{
    background-image:url(images/home/calendarBottom.jpg);
    background-repeat:no-repeat;
    width:947px;
    height:38px;
    
}
#FeaturedCellLeft
{
    padding: 0px 0px 0px 35px;
    width:300px;
    vertical-align:top;
}
#FeaturedCellCenter
{
    padding: 0px 0px 0px 35px;
    width:300px;
    vertical-align:top;
}
#FeaturedCellRight
{
    padding: 0px 0px 0px 30px;
    width:300px;
    vertical-align:top;
}
/*Featured Event */
#FeaturedEventTable
{
    width:230px;
    /*background-image:url(images/home/FeaturedPanel.jpg);*/
}
#FeaturedEventTitle
{
    font-size:14px;
    font-weight:bold;
    text-align:center;

    text-decoration:underline;
}
#FeaturedEventName
{
    font-size:14px;
    font-weight:bold;
    text-align:center;

    font-style:italic;
}
.FeaturedEventDate
{
    font-size:14px;
    font-weight:bold;
    text-align:center;

    font-style:italic;
}
.FeaturedEventLink
{
    color:#990000;
}
.FeaturedEventLink:link	{	
	text-decoration:	none;
	color:#990000;
	}	
		
.FeaturedEventLink:visited	{	
	text-decoration:	none;
	color:	#990000;
	}	
		
.FeaturedEventLink:active	{	
	
	color:	#990000;
	}	
		
.FeaturedEventLink:hover	{	
	
	color:	#990000;
}