/* CSS Document */

/* Global Styles */
html, body
{
    margin: 0;
    padding: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 11px;
    color: #777777;
	background-color: #AA1727;
	text-align: center; 
}

a           
{
    text-decoration: none;
    color: #F8D765;
    font-weight: normal;
}

a:hover     
{
    text-decoration: underline;
} 
	   
img { border-width: 0; }

hr
{
	color: #794C39;
	background: #794C39;
	width: 85px;
	height: 1px;
	border: 0px;
}

.leftBG { background: url(images/leftBG.jpg) repeat-x right top; text-align: right; }
.rightBG { background: url(images/rightBG.jpg) repeat-x left top; text-align: left; }
.textBG { background: url(images/textBG.jpg) no-repeat; width: 196px; }
.footer { background: url(images/footer.jpg) no-repeat; height: 304px; }

.red { background: #CF262D; }
.subShdwTopLeft { background: url(images/subShdwTopLeft.jpg) repeat-y right; }
.subShdwLeftGold { background: url(images/subShdwLeftGold.jpg) no-repeat right #FCDA92; }
.subShdwTopRight { background: url(images/subShdwTopRight.jpg) repeat-y left; }
.subShdwRightGold { background: url(images/subShdwRightGold.jpg) no-repeat left #FCDA92; }
.subTopRight { background: url(images/subTopRight.jpg) no-repeat; }
.subRightBG { background: url(images/subRightBG.jpg) repeat left; text-align: left; }
.subLeftBG { background: url(images/subLeftBG.jpg) repeat right; text-align:right; }
.subTopTextBG { background: url(images/subTopTextBG.jpg) no-repeat; }
#subTextBG1 { background: url(images/subTextBG1.jpg) no-repeat 0 128px #CF262D; }
#subTextBG2 { background: url(images/subTextBG2.jpg) no-repeat 0 128px #CF262D; }
#subTextBG3 { background: url(images/subTextBG3.jpg) no-repeat 0 128px #CF262D; }
.subMainBG { background: url(images/subMainBG.jpg) no-repeat #CF262D; padding-top: 15px; }

.topNav
{
	font-family: arial, verdana;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 12px;
	text-decoration: none;
}

.subHeaderText
{
	width: 368px; 	
	font-style: italic;
	font-size: 21px;
	color: #F8D765;
	text-align: right;
	margin: 0 15px 0 0;
}

h2.subTopTitle
{
	font-size: 15px;	
	font-weight: normal;
	margin: 30px 20px 20px 25px;
	text-align: left;
	color: #F8D765;
	font-style: italic;
}
h2.subTitle
{
	font-size: 16px;	
	font-weight: normal;
	margin: 5px 15px 10px;
	text-align: left;
	color: #F8D765;
}
.titleText
{
	font-size: 14px;	
	font-weight: normal;
	margin: 10px 28px;
	text-align: center;
	color: #F8D765;
	font-style: italic;
}

.mainText
{
	color: #E6DEC0;
	font-weight: normal;
	margin: 10px 28px;
	line-height: 15px;
	text-align: center;
	font-style: italic;
}

.subTopText
{
	color: #E6DEC0;
	font-weight: normal;
	margin: 5px 20px 10px 25px;
	line-height: 13px;
	text-align: left;
}

.subText
{
	color: #E6DEC0;
	font-size: 11px; 
	font-weight: normal;
	margin: 5px 15px 10px;
	line-height: 13px;
	text-align: left;
}
.subTextNormal
{
	color: #E6DEC0; 
	font-weight: normal;
	margin: 5px 15px 10px;
	line-height: 13px;
	text-align: left;
}

.copyright
{
	color: #A06A6A;
	font-size: 9px;
	font-weight: normal;
	margin: 35px 0px;
	text-align: center;
}

.footerLink
{
	color: #A06A6A;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
	text-align: center;
}
