﻿body 
{
    width: 924px;
    margin-left: auto;
    margin-right: auto;
    font-family: Arial;
    font-size: 12px;
}

UL{
color:#000000;
}

a {
	color:#00549f;
}

a:hover {
	color: #b3d670;
}
.subtitle {
	color:#00549f;
	font-size: 12px;
	font-style: italic;
}
.footnote {
	color: #666666;
}

.orange {
	color: #f28d1e;
}

img
{
    border: none;
}

h1
{
	font-size: 14px;
	color: #f28d1e;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}

p
{

	color:#000000;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#member-links
{
    position: absolute;
    width: 904px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    color: #FFFFFF;
    text-align: right;
    padding-top: 5px;
}
    #member-links a
    {
        color: #FFFFFF;
        text-decoration: none;
    }
    
    #member-links a:hover
    {
        text-decoration: underline;
    }

#navigation
{
    margin: 3px 0px 0px 0px;
	font-size: 10px;
}

.center
{
    text-align: center;
}

.no-margin
{
	margin: 0px;
	padding: 0px;
}

.subtitle {
    color: #f28d1e;
    font-size: 12px;
    font-style: italic;
}

#left
{
    float: left;
    width: 152px;
    margin: 10px 17px 0px 1px;
	font-size: 10px;
}

#middle
{
    float: left;
    width: 553px;
    text-align: center;
	margin: 10px 0px 0px 0px;
}

	#eventListing
	{
		width: 100%;
		/*width: 197px;*/
		border: #f28d1e solid 1px;
		margin: 10px 0px 0px 0px;
	}
	
	#eventListing table
	{
		width: 90%;
		/*width: 193px;*/
		text-align: left;
	}
	
	#eventHeader
	{
		/*width: 193px;*/
		background-color: #b3d670;
		padding: 3px 2px 3px 2px;
		text-align: left;
		border-bottom: #f28d1e solid 1px;
	}
		
		#eventHeader h1
		{
			margin-top: 0px;
		}
		
		.event-list-title
		{
			color: #f28d1e;
		}

    #title-toggle
    {
        float: right;
        width: 250px;
        font-size: 10px;
		text-align:right;
    }

    #middle-titlebar
    {
        width: 512px;
        text-align: left;
        background-image: url(../Images/middle-titlebar.gif);
        background-repeat: no-repeat;
        padding: 18px 20px 11px 20px;
        font-size: 16px;
        color: #00549f;
    }
    
    #menu-titlebar
    {
        width: 512px;
        text-align: left;
        background-image: url(../Images/middle-titlebar.gif);
        background-repeat: no-repeat;
        padding: 18px 20px 11px 20px;
        font-size: 16px;
        color: #00549f;
        margin: 20px 0px 0px 0px;
    }
    
    #middle-content
    {
        width: 512px;
        text-align: left;
        background-image: url(../Images/bg-middle-column.gif);
        background-repeat: repeat-y;
        padding: 12px 20px 15px 20px;
    }
    
    #menu-content
    {
        width: 512px;
        text-align: left;
        background-image: url(../Images/bg-middle-column.gif);
        background-repeat: repeat-y;
        padding: 12px 20px 15px 20px;
    }
		
		#middle-content ul
		{
			margin: 10px 0px 10px 0px;
		}
		
			#middle-content li
			{
				list-style: outside square;
				margin-left: 17px;
			}
			
    #eventCalendar
    {
        font-size: 8px;
    }

#right
{
    float: left;
    width: 180px;
    margin: 10px 1px 0px 20px;
    text-align: left;
}

    #right img
    {
        margin: -9px 0px 10px 0px;
    }

#news
{
    background-color: #f28d1e;
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 152px;
}

    #news #news-content
    {
        background-image: url(../Images/news-filler.gif);
        width: 150px;
		margin-left: 1px;
    }
	
		#news-content a
		{
			text-decoration: none;
		}
	
	.news-table
	{
		margin-left: 8px;
	}
	
	.news-table td
	{
		padding: 1px 2px 1px 5px;
	}
	
	td.news-style
	{
		background-color: #b3d670;
		width: 116px;
		text-align: left;
	}
	
	td.news-alt-style
	{
		background-color: #FFFFFF;
		border: 1px solid #b3d670;
		width: 116px;
		text-align: left;
	}
	
	.news-date
	{
		font-size: 9px;
		color: #f28d1e;
	}
	
	.news-description
	{
		font-size: 9px;
		color: #00549f;
	}
    
#footer
{
    clear: both;
    color: #CCCCCC;
    text-align: center;
    margin-right: 20px;
	padding-top: 20px;
}

    #footer a
    {
        color: #CCCCCC;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #footer a:hover
    {
        text-decoration: underline;
    }
	
#seo-footer
{
    clear: both;
    color: #CCCCCC;
    text-align: center;
    margin-right: 20px;
	padding-top: 20px;
}

    #seo-footer a
    {
        color: #CCCCCC;
        text-decoration: none;
        margin-left: 5px;
        margin-right: 5px;
    }
    
    #seo-footer a:hover
    {
        text-decoration: underline;
    }
	
	td
	
	{
	color: #000000;
	
	}