/*
Copyright (c) 2008, Element Fusion, LLC. All rights reserved.
-------------------------------------------------------------
LICENSED FOR USE UNDER A CREATIVE LICENSE AGREEMENT
-------------------------------------------------------------
This document, and all creative material associated herein,
is protected under copyright law to be used exclusively with
the Content Management Systems of Element Fusion, LLC.
-------------------------------------------------------------
You can read the full creative license agreement at:
http://www.elementfusion.com/license
-------------------------------------------------------------
Version 1.0 - June 23, 2008
*/

body {
	background: #000;
	color: #fff;
	width: 8.5in;
}	

a {color:#FFFF00; text-decoration:none;}
a:visited {color:#FFFFFF; text-decoration:underline;}

#footer_index a {color:#FFFF00; text-decoration:none;}
#footer_index a:visited {color:#FFFFFF; text-decoration:underline;}

.high_vis_enter {display:block;}	


/* stuff to hide */
#navigationTopFlyout,
#navigation {
	display: none;
}

.flash {display:none;}


img {
	display:none;
	}
	

.hide {
  display: none !important;
  visibility: hidden !important;
}


/* STUFF TO REWRITE */

	/* forcing the page width to be printer friendly */
	#pageContainer {
		width: 8.5in;
		margin: 0;
	}

	
	/* getting some nice margins between columns */
	#mainColumn {
		margin-right: 25px;
	}		
	#subColumn {
		margin-right: 15px;
	}
	#extraColumn {
		margin-left: 15px;
	}
	
	
	/* getting it left aligned to look better. */	
	#copyright {
		text-align: left;
	}