@charset "UTF-8";
/* CSS Document */

/* NAV BAR */

.navbar a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.navbar a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.navbar a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #F5DDA1;
	text-align: center;
	text-decoration: none;
}


/* STAGE */

.stage {
	background-image: url(../images/background.jpg);
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: normal;
	text-align: left;
}

.stage_red {
	background-image: url(../images/background-red.jpg);
	background-position: bottom;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: normal;
	text-align: left;
	font-size: 10pt;
	line-height: 14pt;
}

.stage_red-top {
	background-image: url(../images/background-red-top.jpg);
	background-repeat:repeat-y;
	width:900px;
	margin:0 auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	font-style: normal;
	text-align: left;
	font-size: 10pt;
	line-height: 14pt;}

.stage_red-bottom {
	background-image: url(../images/background-red-bottom.jpg);
	height:278px;
	background-repeat: no-repeat;
	width:900px;
	margin:0 auto;
}


/* FOOTER */

.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.footer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #99FFFF;
	text-align: center;
	text-decoration: none;
}


/*dropdown menus*/
		
		.menu .options {
	margin-right:1px;
	margin-bottom:3px;
	border:0px solid #AD5800;
	background-color:#CCCCCC;
	font-size: 12px;
	line-height:11px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
        }
        .menu a {
	color:#000000;
	font-size:12px;
	display:block;
	padding:5px 10px;
	text-decoration:none;
	background-color:transparent;
        }
        .menu a:hover {
	background-color: #FFFFFF;
	color:#000000;
	font-size:12px;
	text-decoration: none;
        }


/*other*/

.bodytext-names {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #333333;
	font-style: normal;
	text-align: left;
}

.bodytext-names li{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 15pt;
	color: #333333;
	font-style: normal;
	text-align: left;
	text-indent: 0px;
	list-style-position: outside;
	list-style-type: disc;
	margin-left: -22px;
	padding-bottom: 7px;
}



h1 {
	font-size: 16pt;
	color: #5A4022;
	text-align: center;
	line-height: 18pt;
}
.smalltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #5A4022;
	text-align: center;
}


h2 {
	color: #006600;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
}

.rank_text {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-style: normal;
	text-align: left;
	font-size: 10pt;
	line-height: 12pt;}
	
.large {
	font-size:20px;}
