﻿body 
{
	background-color: #aaaeaf;
	font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	color: #DDDDDD;
	margin: 0;
	padding: 0;
}
A:link				{color: #64b16d;}
A:active			{color: #64b16d;}
A:visited			{color: #64b16d;}
A:hover				{color: #e7c745; text-decoration: none;}

.OuterBody 
{
    position: absolute; z-index: 999;
    }

.BodyCell
{
	background-color: #000000;
}
.TopLine
{
	background-color: #5ea5bf;
	height: 1px;
}
.TopBanner
{
	border: 0px;
	background-image: url('images/TopBannerGradient.jpg');
	background-repeat: repeat-x;	
	height: 87px;	
}
.BottomLine
{
	/*border-top: solid 1px #09672f;
	border-bottom: solid 1px #09672f;
	background-color: #64b16d;	*/
	background-color: #09672f;
	height: 1px;	
	border-collapse: collapse;
}
.TopNav
{
	background-image: url('images/TopNavGradient.jpg');
	background-repeat: repeat-x;	
	/*height: 25px;		*/
	text-align: left;
}
.Footer
{
	border: 0px;
	background-image: url('images/FooterGradient.jpg');
	background-repeat: repeat-x;		
	height: 79px;
	padding: 0px;
	text-align: center;		
}
.Footer A:link				{color: #DDDDDD;}
.Footer A:active			{color: #DDDDDD;}
.Footer A:visited			{color: #DDDDDD;}
.Footer A:hover				{color: #e7c745; text-decoration: none;}


.LeftBox 
{
position: absolute;
margin: 0 0 0 0px;
padding: 0;
width: 450px;
height: 100%;
}

.CenterBox 
{
margin: 0 0 0 475px;
padding: 0;
height: 100%;
}

.CallOutBox
{
	border: solid 1px #999999;
	background-color: #333333;
	/*font-size: 12px;*/
	color: #C0C0C0;
	padding: 8px;
	width: 230px;
}

.DropDownMenu
{
    position:absolute;
    visibility: hidden;
    border-bottom-width: 0;
    border-bottom: 1px solid #666666;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
    font-size:11px;
    line-height: 20px;
    z-index: 100;
    background-color: #333333;
    width: 135px;
}

.DropDownMenu a
{
    color: white;
    width: 100%;
    display: block;
    text-indent: 3px;
    border-bottom: 0px solid #666666;
    border-left: 0px solid #666666;
    border-right: 0px solid #666666;
    padding: 2px 0;
    text-decoration: none;
    font-weight: normal;
    text-indent: 5px;
}

.DropDownMenu A:link			{color: white;}
.DropDownMenu A:active			{color: white;}
.DropDownMenu A:visited			{color: white;}
.DropDownMenu a:hover
{ 
    background-color: #666666;
    color: white;
}
.PageHeader
{
	color: #64b16d;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 10px;
	}
.PageHeaderLight
{
	color: #e7c745;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	}

.PageHeaderLight A:link				{color: #e7c745; text-decoration: none;}
.PageHeaderLight A:active			{color: #e7c745; text-decoration: none;}
.PageHeaderLight A:visited			{color: #e7c745; text-decoration: none;}
.PageHeaderLight A:hover				{color: #DDDDDD; text-decoration: none;}

.StarterSentence
{
	color: #e7c745;
	font-weight: bold;
}

UL
{
   list-style-image: url(/images/LightGreyBullet.gif);     
}
LI
{
    margin-bottom: 5px;
}
.PictureFrame
{
	border: solid 1px #CCCCCC;
}
.DataTable
{
	border-collapse: collapse; border: solid 1px; background-color: #333333; margin-top: 2px;
}	
.DataTable TH
{
	border: solid 1px; padding: 6px; background-color: #666666; text-align: center;
}
.DataTable TD 
{
	border: solid 1px; padding: 6px; text-align: center; 
}
.PhotoCaption
{
	margin-top: 2px;
	font-size: 11px;
	margin-bottom: 5px;
	text-align: center;
}
.Breadcrumb
{	
	font-size: 10px;
	font-weight: bold;
}
HR
{
    color: #CCCCCC;
    }