/* GEN LAYOUT */
body,td,th {
	font: 11px/1.25 Verdana, Arial, Helvetica, sans-serif;
	color: #FFF3E9;
}
body {
	position: relative;
	background-image: url(../images/pageBG.jpg);
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #EBA857;
	background-repeat: repeat-y;
	background-position: center top;
}

/* PLACEMENT  */
#contentHolder {
	position: relative;
	padding: 0px;
	width: 800px;
	background-color: #12171A;
	margin-right: auto;
	margin-left: auto;
}
#contentHolder #flashShell{
	position: relative;
	padding: 0px;
	/*height: 800px;*/
}

#contentHolder #bodyText{}
#bodyText #bio{
	display: none;
}
#bodyText #launch{
	display: none;
}
#bodyText #contact{
	display: none;
}
#contact a:link {
	display: none;
}



#footer{
	display: none;
}
#footer #contactAddress{}


/* STYLE */

p {
	margin-top: 4px;
}
a:link {
	color: #CD3636;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CD3636;
}
a:hover {
	text-decoration: underline;
	color: #CD3636;
}
a:active {
	text-decoration: none;
	color: #CD3636;
}
h1{
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: bold;
}
h2{
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
h3{
	margin-top: 4px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
}
.newsDate{
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.newsText{
	margin-left: 4px;
}


