/* ########## Template Styles ##########*/
body 
{
	padding: 0;
	margin: 0;
	height:100%; /* needed for container min-height */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #FFF;	
	
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
	background-attachment: fixed
}

.Gold_Title_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d49c45;
	line-height: 14px;
	background-position: left top;
	text-align: center;
	text-transform: uppercase;
	font-variant: normal;
}
.Gold_Title_bold_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #d49c45;
	line-height: 14px;
	background-position: left top;
	text-align: left;
	text-transform: uppercase;
	font-variant: normal;
}
a.nav:link, a.nav:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #FFF;
	text-decoration: none;
}
a.nav:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 1.4em;
	color: #d49c45;
	text-decoration: none;
}

.spanBar 
{	
	background-image: url(../images/emmyTile.gif);
	background-repeat: repeat-x;
	background-position: center;

}
.footer 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-color: #FFF;
	line-height: 14px;

}
a.footerLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}
a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
}

.quote 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #FFF;
	line-height: 14px;
	font-weight: bold;
}

.quoteName 
{	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #bebb8e;`
	line-height: 14px;

}

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	color: #bebb8e;
	text-decoration: none;
}
a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 14px;
	color: #bebb8e;
	text-decoration: none;
}


.NavSpacer {
	margin-left: 15px;
}

