﻿body 
{
	margin: 0px;
	background: #a6bd42 url('/Images/background.jpg') 0% 0% repeat-x;
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	color: #623e00;
}

input, select
{
	font-size: 11px;
	font-family: Arial, Sans-Serif;
	color: #666666;
}

img
{
	border-style: none;
}

p
{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

a
{
	color: #623e00;
	text-decoration: none;
}

a:hover
{
	color: #ad1a39;
	text-decoration: underline;
}

div#container
{
	width: 100%;
	background: url('/Images/backgroundInner.jpg') 50% 0% no-repeat;
}

div#contentContainer
{
	width: 945px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	text-align: center;
}

div#navigationContainer
{
	width: 945px;
	height: 48px;
}

ul#navigation
{
	/*width: 790px;	*/
	/*width: 640px; */
	width: 482px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

li.navItem
{
	float: left;
	padding-right: 6px;
}

div#header
{
	padding-top: 18px;
	padding-bottom: 15px;
}

div#content
{
	width: 100%;
	clear: both;
}

div#footer
{
	clear: both;
	padding-top: 20px;
}

div.shareWidget
{
	padding-top: 10px;
}

#footer #footerNav
{
	padding-top: 15px;
	padding-bottom: 5px;
}

#mainModule
{
	width: 100%;
	color: #3a1601;
	background: #e7eea4 url('/Images/backgroundModuleMain.gif') repeat-x;
}

#mainModule a
{
	color: #3a1601;
	font-weight: bold;
}

#mainModule .mainRectTop
{
	width: 100%;
	height: 6px;
	clear: both;
	background-image: url('/Images/roundedRectTanTop.gif');
}

#mainModule .mainRectBottom
{
	width: 100%;
	height: 6px;
	clear: both;
	background-image: url('/Images/roundedRectTanBottom.gif');
}

#mainModule #callouts
{
	width: 225px;
	float: left;
	padding: 10px;
	text-align: left;
}

#mainModule #callouts .callout
{
	padding-top: 5px;
	padding-bottom: 5px;
}

#mainModule #callouts .callout a
{
	font-size: 10px;
	color: #8c192b;
}

#mainModule #callouts .callout ul
{
	margin: 0px;
	padding-top: 10px;
	padding-left: 25px;
}

#mainModule #callouts .callout li
{
	color: #8c192b;
}

#contentModule
{
	width: 683px;
	float: left;
	padding-top: 17px;
	text-align: left;
	margin-bottom: 10px;
}

#contentModule #contentHeader
{
	padding-left: 15px;	
}

#contentModule #contentBody
{
	background-color: #ffffff;
}

#contentModule .contentRectTop
{
	width: 100%;
	height: 5px;
	clear: both;
	background-image: url('/Images/roundedRectWhiteTop.gif');
}

#contentModule .contentRectBottom
{
	width: 100%;
	height: 5px;
	clear: both;
	background-image: url('/Images/roundedRectWhiteBottom.gif');
}

#contentCopy
{
	min-height: 272px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 50px;
	padding-right: 150px;	
}

p.headerCopy
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 22px;
}

.captcha
{
	text-align: left !important;
}

.error
{
	color: #ff0000;
}

.confirmation
{
	text-align: left;
	color: #ad1a39;
	font-size: 18px;
	font-weight: bold;
}

#rulesContainer
{
	width: 670px;
	display: none;
	position: absolute;
	top: 257px;
	left: 50%;
	margin-left: -335px;
	z-index: 100;
}

#rulesContainer #rulesHeader
{
	width: 665px;
	height: 20px;
	padding-top: 5px;
	padding-right: 5px;
	text-align: right;
	background-color: #9f823f;
}

#rulesContainer #fRules
{
	width: 668px;
	height: 400px;
	border: solid 1px #9f823f;
}

.siteError
{
	padding-top: 200px;
	padding-bottom: 200px;
	font-size: 16px;
	font-weight: bold;
}

#formResults
{
	height: 272px;
}

p.announcement
{
	padding-top: 200px;
	font-size: 36px;
	font-weight: bold;
}