﻿html
{
  height:100%;
  padding-bottom:1px;
}

body
{
  background-image:url("/Images/Bottom_BG.jpg");
  background-repeat:repeat;
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:80%;
  margin:0px auto 0px auto;
  margin-bottom:10px;
  width:100%;
}

h1
{
  color:#66482E;
  font-size:180%;
}

#HeaderSection
{
  background-image:url("/Images/Top_BG.jpg");
  background-repeat:repeat-x;
  height:130px;
  width:100%;
}

#Header .Spacer
{
  height:5px;
}

#Header .BG
{
  background-image:url("/Images/HeaderImage.jpg");
  background-repeat:no-repeat;
  height:120px;
  margin-left:auto;
  margin-right:auto;
  width:780px;
}

#Body
{
  background-color:#FFFFFF;
  height:540px;
  margin-left:auto;
  margin-right:auto;
  vertical-align:top;
  width:780px;
}

.Pad10
{
  padding:10px;
}

.Pad15
{
  padding:15px;
}

.BoldText
{
  font-weight:bold;
}

.BigBoldText
{
  font-size:120%;
  font-weight:bold;
}

.RequiredField
{
  background:#FFF7D6;
  border:solid 1px #000000;
}

#Content
{
  background-color:#FFFFFF;
  height:100%;
  vertical-align:top;
  width:100%;
}

#Content a, #Content a:link, #Content a:visited
{
  color:#0000E0;
  font-weight:bold;
}

#Content a:hover
{
  color:#660000;
  font-weight:bold;
}

#Content .Whats-Hot-Header
{
  background-image:url("/Images/WhatsHot_BG.jpg");
  background-repeat:repeat-x;
	color: #FFFFFF;
	font-size:16pt;
  font-style:italic;
	font-weight:bold;
	height:33px;
	padding-left:10px;
  vertical-align:middle;
}

#Content .Whats-Hot-Box
{
	padding:10px 10px 0px 10px;
	border:1px solid #B2B2B2;
	border-top:none;
	background-color:#FFEDD1;
	vertical-align:top;
}

#Content .Whats-Hot-Title
{
	font-size:110%;
	font-weight:bold;
}

#Content .Whats-Hot-Body p   /* The TinyMCE control renders this out with a <p> tag that causes some extra spacing. */
{
	margin:0px 0px 2px 0px;
	padding:5px 5px 13px 15px;
	vertical-align:top;
}

#Content img.HoverImage
{
  border:3px solid #665B2E !important;
}

#Content img.HoverImage:Hover
{
  border:3px solid #B39F50 !important;
}

.BoldBlue
{
  color:#0066CC;
  font-weight:bold;
}

.AnswerPad
{
  padding:0px 0px 15px 10px;
}

fieldset
{
  font-size:90%;
  padding-left:10px;
}

fieldset legend
{
  font-size:110%;
  font-weight:bold;
}

#Footer
{
  background-color:#B2CD94;
	color:#000000;
	font-size:85%;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:780px;
}

#Footer a, #Footer a:link, #Footer a:visited, #Footer a:hover
{
  color:#4C672E;
}