/****************************
         Body
*****************************/
body,p,td,th,ul,a{
	background-color: #fff;
	color: #000;
	font-family: "Times New Roman, Garamond, serif";
	font-size: 12pt;
	}
	
ul {
	list-style: none;
	}

a:link, a:visited{
	color: #520;
	font-weight: bold;
	text-decoration: underline;
	}
form{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	color:#000;
	background: transparent none;
	}
h2 {
	/*display: none;*/
	}

	
q 	{
	margin: 7px 20px 9px 20px; 
    font-style: italic; 
    display: block;
	}
q:before, q:after {
	content:"";
	}

img {
	display: none;
	}
/****************************
         Class
*****************************/

.nav{
	display: none;
	}
	
.autoAdjustJWPlayer{
	display: none;
	}
	
.noPrint{
	display: none;
	}

.pdf {
	display: none;
	}
	
/****************************
         ID
*****************************/

#content,#mainContent{
	background-color: #fff;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	float: none;
	color:#000;
	background: transparent none;
	}
#content a:link:after, #content a:visited:after{
	content: "(" attr(href) ") ";
	font-size: 90%;
	}
#header{
	display: none;
	}
#menu{
	display: none;
	}
#branding{
	display: none;
	}	
#features, #featuresCLD, #featuresCVE, #featuresWP, #featuresMCIU {
	display: none;
	}	
#footer{
	display: none;
	}	
#subNav{
	display: none;
	}
#mainMenu{
	display: none;
	}
#leadership{
	display: none;
	}

/*************************************
			   Lists
*************************************/
ol.decimal, ul.decimal{
	list-style:decimal inside;
	margin-left:20px;
	}
ol.loweralpha, ul.loweralpha{
	list-style:lower-alpha inside;
	margin-left:20px;
	}
ol.upperRoman, ul.upperRoman{
	list-style:upper-roman inside;
	font-weight:bold;
	}
ol.lowerRoman, ul.lowerRoman{
	list-style:lower-roman inside;
	font-weight:bold;
	}
ol.upperalpha, ul.upperalpha{
	list-style:upper-alpha inside;
	margin-left:10px;
	}
ol.decimal, ul.decimal{
	list-style:decimal inside;
	margin-left:15px;
	}
ol.disc{
	list-style:disc inside;
	margin-left:15px;
	}
ul.disc{
	list-style:disc;
	margin-left:15px;
	}
ul.discInside{
	list-style:disc inside;
    margin-left:15px;
    }
li.discInside{
	list-style:disc inside;
	margin-left:15px;
	}	
ul.squareInside{
	list-style: square inside;
	margin-left: 35px;
	}
ul.hangingIndents{  /*Try Escape Characters &#187;*/
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}