H1 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 29px;
	letter-spacing: 1px;
	color: White;
}
H1.BODY {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 20px;
	color: #c46b29;
}
H2 {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 13px;
	color: White;
}
H2.BODY {
	font-family: Arial, Helvetica;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 20px;
	color: #c46b29;
}	
BODY {
	font-family: Arial, Helvetica;
	font-size: 10px;
	background: Black;
	color: White;
	background: Black;
	margin-top: 10;
	margin-left: 0;
	text-align: center;
}
UL {
	font-family: Arial, Helvetica;
	text-align: justify;
	font-size: 13px;
}
LI {
	margin: 8px 15px 5px 15px;
}
A {
	font-family: Arial, Helvetica;
	color: White;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
  }
A:hover {
	text-decoration: underline;
  }
A.MENU {
	font-family: Arial, Helvetica;
	font-size: 12px;
	background: White;
	color: Black;
	text-decoration: none;
	font-weight: bold;
	margin: 2px 2px 2px 2px;
  }
A.MENU:hover {
	color:#d58d49;
	text-decoration: none;
  }
TABLE {
	background: Black;
  }
P {
	font-family: Arial, Helvetica;
	font-size: 13px;
	text-align: justify;
	margin: 15px 15px 5px 15px;
	line-height: 18px
}
.showcase {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-color: White;
	letter-spacing: 0.7px;
}
P.showcase {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-color: White;
	letter-spacing: 0.7px;
	margin: 10px 0px 0px 0px;
	text-align: center;
	line-height: 14px;
}
.footer {
	font-family: Arial, Helvetica;
	font-size: 11px;
	font-weight: bold;
	color: Black;
	letter-spacing: 0.75px;
}
.separator {
	color: Black;
	font-size: 17px;
}

#container { 
	width: 800px;
	text-align: center;
}
#leftColumn {
	float: left;
	width: 69%;
	max-width: 600px;
	min-width: 300px;
	border-left: solid 1px #666666;
	border-top: dashed 1px #666666;
	padding: 10px
}
#rightColumn {
	float: right;
	width: 30%;
	max-width: 200px;
	border-left: dashed 1px #666666;
	border-top: dashed 1px #666666;
	border-bottom: dashed 1px #666666;
	border-right: solid 1px #666666;
	background: #222222;
	padding: 10px;
}