.mainHeader {
	position: relative;
	left : 0px;
	top: 0px;
	width : 100%;
	height : 59px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 18pt;
	color: #FFFFFF;
	cursor: default;
	background-image : url(../images/logobar.jpg);
}
.mainText {
	position : absolute;	
	top : 3px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 18pt;
	color: #FFFFFF;
	cursor: default
}
.mainSubText {
	position : absolute;	
	top : 32px;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 10pt;
	color: #F29E2E;
	cursor: default;
}
.mainLogo {
	position: absolute;
	top: 0px;
	right : 0px;
	width : 313px;
	height : 59px;
	cursor: default;
	background-image : url(../images/logo.jpg);
	background-repeat : no-repeat;
}
.mainGenreBar {
	position: absolute;
	top: 80px;
	left : 0px;
	width : 100%;
	height: 44px;
	cursor: default;
	background-color: #005963;
	background-position : left;
	background-repeat : no-repeat;
}
.mainGenreBarText {
	position: absolute;
	width: 100%;
	top: 0px;
	right : 0%;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 14pt;
	color: White;
	text-decoration: underline;
	text-align: right;
	cursor: default;
	letter-spacing : 10px;
	padding-top : 5px;
}
.menuBarItem {
	position : relative;
	margin: 2px;
	height: 14px;
	text-align: center;
	font-family: Georgia, Arial, Tahoma;
	font-size: 8pt;
	color: White;
	z-index : 20;
	background-color: #84ABB1;
	filter: Alpha(Opacity=50);
	cursor: pointer;
	cursor: hand;
}
.headerMenuBar {
	position: absolute;
	top: 59px;
	left : 0px;
	width : 100%;
	height: 21px;
	cursor: default;
	background-color: #005963;
	background-image : url(../images/bkdHorizBlue.jpg);
	background-position : left;
	background-repeat : repeat-x;
	vertical-align: middle;
}
.header {
	font-family: "Trebuchet MS", Arial, Tahoma; 
	font-size: 24pt; 
	color: #FFFFFF
}
.digital {  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 12pt; color: #F7BF38}
.underline {  border-color: #FFFFFF black #000000; border-style: solid; border-top-width: 1px}
.message {  font-family: "Trebuchet MS", Arial, Tahoma; font-size: 8pt; color: #CEDDE0; text-align: center}