.body {  background-color: #FFFFCC; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px}

.sidebar { border-top: 0px; border-bottom: 0px; border-left: 0px; border-right: 2px; border-style:dashed; border-color:##27503c;}

.copywrite a:link {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.copywrite a:visited {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #FFFFFF; text-decoration: underline}
.copywrite a:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CCCCCC; text-decoration: none}
.copywrite {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #FFFFFF; text-decoration: none}

.nfmenu a:link {
	font:10px Arial, Helvetica, sans-serif;	font-weight: normal; 
	color: #990000; 
	text-decoration: underline;
	text-align: center; 	}
	
.nfmenu a:hover {
	color: #006600;
	text-decoration: none;
	}

.bodytop { background-color: #FFFFCC; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px}

.legal {
	background:#27503c;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	color:#ffffff;
	text-align:right;
	text-decoration:none;
	}

.legal a {
	text-decoration:underline;
	color:#ffffcc;
	}

.legal a:hover {
	text-decoration:none;
	color:#cccccc;
	}

/* New Sidebar */

#hsidebarwrap {
	display:block;
	width:308px;	
	float:right;
	background:#ffc url(images/scrollrepeat.gif) top left repeat-y scroll;
	}

#hsidebar {
	float:left;
	display:block;
	width:308px;
	background:url(images/scrollbottom.gif) bottom right no-repeat scroll;
	}

.hsidebart {
	display:block;
	color:#fff;
	margin:65px 40px 50px 45px;
	}
	
.innertable {
	margin-bottom:8px;
	}

#hsidebarwrap a {
	color:#ffc;
	}

.outertable {
	background:url(images/scrolltop.gif) top left no-repeat scroll;
	}

h2 {
	font:10pt Arial, Verdana, sans-serif;
	color:#ffc;
	font-weight:bold;
	margin-bottom:8px;
	}

/* dimensions for both splash image and the player wrapper */ 
a.flowplayer, a.flowplayer img {   
	display:block;
	float:right;       
    width:300px; 
    height:240px; 
    border:0px;
	margin:10px; 
} 


 
/* play button on top of splash screenn */ 
div.playButton { 
    background:url(../images/play.png) no-repeat; 
    width:50px; 
    height:50px; 
    position:relative; 
    top:120px;
	*top:-140px;
    left:125px;
	*left:0;   
    opacity:0.9; 
    margin-bottom:-50px; 
} 
 
/* play button upon mouseover */ 
div.playButton:hover { 
    opacity:1.0;         
}