	/** PREFERRED **/
	body {
		font-size:140%;
	}
	/* column container */
	#wrapper {
		background-color:#FFFFFF;
		border-left:#000000 thin solid;
		border-right:#000000 thin solid;
	}

	/* column settings */
	.fullPageLeftColumn, .fullPageRightColumn {  /** USED ON HOME PAGE **/
		background-color:#FFFFFF;
	}	
	
	.lobbyleft, .lobbyright {  /** USED ON LOBBY PAGE **/
		background-color:#FFFFFF;
	}	
	
	
	/* Footer styles */
	#footer {
		
		background-color:#E6E6E6;
		border-left:#000000 thin solid;
		border-right:#000000 thin solid;
		border-bottom:#000000 thin solid;
	}
/************ Colors *****************/

	.color_access	{
		background-color:#d9ffbf;
	}
	
	.color_network	{
		background-color:#fdfeb8;

	}
	
	.color_av {
		background-color:#e5dcb3;
	}
	
	.color_video {
		background-color:#aaceda;
	}
	
	
/* positioning only classes */

	.lightGreyText {
	color:#999999
	}
	/***visual Dividers ***/
	.thickbar {
		background-color:#000066;
		}
/***************************** Paragraph and Font settings **********************************/
/**************** This gets moved to the perferred.css file once done **********************/	
	
/* global text */
	h2 {  
		
		border-bottom:#CCCCCC solid thin;
	}

#wrapper a:link, #wrapper a:visited, #wrapper a:active {
		color:#000099;
		background-color:#FFFFFF;
		text-decoration:none;
	}
	
	#wrapper a:hover {
		color:#FF0000;
		background-color:#FFFFFF;
	}
	
/* footer  */
	
	#copyright { /*This div is a child to the footer div*/
		color:#999999;
		}
	
/* glossary */

	.glossaryAlpha	{
		background-color:#FFFFFF;
		border-bottom:#666666 solid thin;
	}
	
		
	#glossaryNav a {
		background-color:#FFFFFF;
	}
	
	.manufacturerBoxLabel a, .manufacturerBoxLabel {
		background-color:#FFFFFF;
	}
/****** global styles ******/

	.accessibility {
	color:#CCCCCC;
	background-color:#000000;
	}
	
	.accessibility a:link,
	.accessibility a:hover,
	.accessibility a:visited,
	.accessibility a:active {
	color:#CCCCCC;
	background-color:#000000;
	}

	.highcontrast {color:#FFFFFF;}
	.lightgrey {background-color:#999999}
	.darkgrey {background-color:#666666}
	.whiteTxt {color:#FFFFFF}
	.formlabel {color:#333333; font-size:.9em}
