﻿body 
{
	padding: 0px;
	margin:0px;
	font-family:tahoma,verdana,Arial,helvetica,sans-serif;
	font-size:13px;
	background-color:#26231C;
}

a 
{
	color:blue;
}

a:hover
{
	color:#C16918;
}

.LogoSection 
{
	background:url(../../Images/Backgrounds/LogoBg.jpg) repeat-x;
	height:137px;
	text-align:center;
}

.LogoContent
{
	width:960px;
	padding:23px 0px 25px 0px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

.Logo
{
	position:relative;
	left:-15px;
}

.NavigationSection
{
	background:url(../../Images/Backgrounds/NavBg.jpg) repeat-x;
	height:35px;
}

.NavigationContent
{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:35px;
	font-family:arial;
	font-size:16px;
	padding:3px 0px 13px 0px ;
}

.NavLink, .NavLink a
{
	font-family:verdana;
	font-size:14px;
	text-decoration: none;
	color:Black;
	margin-right:59px;
}

.NavLinkLast, .NavLinkLast a
{
	font-family:verdana;
	font-size:14px;
	text-decoration: none;
	color:Black;
}

.NavLink:hover, .NavLinkLast:hover
{
	text-decoration: underline;
	color:#DE7919;
}

.BannerSection
{
	/*background:url(../../Images/Backgrounds/BannerBgLeft.jpg) repeat-x left;*/
}

.HeaderText
{
	color:White;
}

.ContentSection
{
	background-color: White;
}

.ContentContent
{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 0px 30px 0px;
	font-family: Tahoma, Verdana, Arial, helvetica, Sans-Serif;
	font-size: 14px;
	line-height:22px;
}

.FlashMessage
{
	background-color:Yellow;
	color:Black;
	font-weight:bold;
	font-size:16px;
	padding:7px;
}

.BannerContent
{
	width:960px;
	text-align:left;
	/*background:url(../../Images/Backgrounds/BannerBgCenter.jpg) no-repeat right;*/
}

.LowerHomeSection
{
	background:url(../../Images/Backgrounds/LowerHomeBg.jpg) repeat-x top;
	height:307px;
}

.LowerHomeContent
{
	width:960px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height:307px;
}

.FooterSection
{
	background:url(../../Images/Backgrounds/FooterBg.jpg) repeat-x top;
}

.FooterContent
{
	width:960px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	padding: 30px 0px 30px 0px;
	color:#CCCCCC;
}

.HeaderLogin
{
	color:White;
	font-weight:bold;
	font-size:10px;
	text-align:left;
}

.HeaderLoginLast
{
	color:White;
	font-weight:bold;
	font-size:10px;
	text-align:center;
}

.OrangeLinks
{
	color:#C16918;
	text-decoration:none;
}

.OrangeLinks:hover
{
	color:White;
	text-decoration:underline;
}

.GreyLinks
{
	color:#FFF;
	text-decoration:none;
}

.GreyLinks:hover
{
	color:#FFF;
	text-decoration:underline;
}

h2
{
	margin: 0px 0px 20px 0px ;
	font-size: 24px;
	font-family: Tahoma;
	font-weight:bold;
	color: #DE7919;
	border-bottom:solid #DE7919 1px;
}

h3
{
	margin: 0px 0px 0px 0px ;
	font-size: 18px;
	font-family: Tahoma;
	font-weight:bold;
	color: #26231C;
}

p
{
	margin: 0px;
}

.FormLabel
{
	text-align:right;
	white-space:nowrap;
	width:200px;
	font-size:17px;
	color: #666666;
}