/*  Site-Wide Settings */

body {
color: #000000;

	background: #FFFFFF url(../img/PageHeader.gif) repeat-x;
	padding: 0;
	margin: 0px 0px 0px 0px;
	font-family: Arial, sans-serif;
	font-size: 1em;
	line-height: 18px;

}
		
        
h1 {
	color: #555;
	font-size: 170%;
	letter-spacing: -1px;
	font-family: Arial;
	margin: 0px 0px 20px 0px;
	font-weight: normal;
	padding-top: 3px;
}
h2 {
	font-size: 100%;
	font-family: 'Century Gothic';
}
h3 {
	font-size: 120%;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'Century Gothic';
	color: #cba215;
}
h4 {
	font-size: 150%;
	font-weight: 100;
	letter-spacing: -1px;
	font-family: 'Century Gothic';
	color: #FFF;
	margin: 0px 0px 0px 0px;
}
img {border: none; padding: 0px 0px 5px 0px;}



a, a:link, a:active, a:visited {
	color: #4b0027;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #666;
}

    

/* Header */
.Header 
{
	height: 140px;
	 
	
	}
		
.Header h41 
{
	text-indent: -999px;
	margin: 14px 0px 0px -2px;
	width: 393px;
	height: 56px; 
	display: block;
	 /** background: url(/img/Brand.jpg) no-repeat top left; **/
	position: absolute;
}
		
.Header h41 a 
{
 width: 393px;
 height: 56px;
display: block;
}
		

.MainMenu 
{
		
}

/*********** End Header ************/	



.PageContent
{	}


/************ Footer ************/
.Footer {
	clear: both;
	color: #000;
	text-transform: uppercase;
	font-size: 60%;
	letter-spacing: 0px;
	background: #bfb699;
	padding: 3px 8px 4px 8px;
	margin: 3px 0px 20px 0px;
}
	.Footer a, .Footer a:active, .Footer a:visited, .Footer a:hover {
		color: #000;
		text-transform: uppercase;
		letter-spacing: 0px;
		text-decoration: none;
		margin: 0px 10px;
	}
	.noInlineStyles {float:right}
/* End Footer */

.SiteWrapper {
	width: 940px;
	margin: 0px auto 0px auto;
	top:100px;
}

.Instructions
{
	margin: 0 0 10px 0;
	font-size:90%;
}
.error
{
  color:Red;
}





