﻿/* Containers */ 

body{
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: white;
  font-size: 12pt;
}
.containerDiv {
	width: auto !important;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	}
#content #TwoCol{width: 90%;}
#content #ThreeCol{width: 90%;}
#content #ThreeCol #leftCol{width: 69%;}
#content #ThreeCol #rightCol{width: 20%; padding: 10px; margin-left: 15px;}

/* Text */ 
a:link, a:visited {
	color: #0076cc;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
	
/*
a:link:after {content: " (" attr(href) ") "; font-size: 90%;}
a[href^="/"]:after {content: " (http://www.unf.edu" attr(href) ") ";   }
*/

/* Hide */
#breadcrumb,
#headerDiv,
#mainMenuBar,
#footerDiv,
#footerBelow,
#UNFnav,
#nav,
#nav div#ban3,
#printBtn
 {display: none}

.bodyNav {background: #FFFFFF}
.bodyNav #content 
 {width: 100%;}
 
 /* MORE */
 /* on toggle xslt */
.selectAnswer {display:block !important}
