/* CSS Document */


/* COLORS FOR REFERENCE 		*/
/* curtain red -  	7d1416 		*/
/* deep red - 		4f1010		*/
/* deep gold - 		d09d2a		*/
/* bright gold - 	C3A805		*/
/* deep blue-grey - 232838		*/



body {
	margin:0px;
	background-color:BLACK;
	color:#d8ba44;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:10pt;
}

td {
	cellpadding:0px;
	cellspacing:0px;
}

a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#7d1416;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:WHITE;
	font-weight:bold;
	text-decoration:none;
}



/* HEADER STYLES		*/

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color:#7d1416;
	font-size:16pt;
	font-weight:bold;
	margin-top: 10px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color:white;
	font-size:14pt;
	font-weight:bold;
	font-style:italic;
	margin-top: 10px;
}



/* SPECIFIC CLASSES, ETC */

.footer {
	background-image: url(images/stagefloor.jpg);
	background-repeat: repeat-x;
	text-align:center;
	margin-top:30px;
	height: 91px;
	vertical-align:middle;
}  

.footer a {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	color:#d8ba44;
	font-weight:bold;
	text-decoration:underline;
}

.footer a:hover {
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:9pt;
	color:WHITE;
	font-weight:bold;
	text-decoration:none;
}
	
.contentarea {
	background-color:BLACK;
	padding-left: 40px;
	text-align:left;
	vertical-align:top;
	padding-top: 40px;
}

.splash {
	vertical-align:middle;
	align: center;
	padding:0;
	cellspacing:0;
	background-color:BLACK;
	border-left: 10px solid #C3A805;
	border-bottom: 10px solid #C3A805;
	border-right: 10px solid #C3A805;
	border-top: 10px solid #C3A805;
	margin-top:15px;
}

ID#main {
	height:100%;
	width:850px;
}

ID#leftmenu {
	align: left;
	vertical-align: top;
	width: 200;
}

ID#contenttable {
	align: left;
	width: 90%;
	text-align: left;
	vertical-align:text-top;
}

th {
	vertical-align: top;
}

.masthead {
	background-image: url(images/border-swagtop-single.jpg);
	background-repeat: repeat-x;
	vertical-align:top;
	height:91px;
}
