@charset "utf-8";
/* CSS Document- Maquan Communications Print Styles */
body  {
	font:100% Arial, Helvetica, sans-serif;
	color: #000000;
	background:none;
	margin: 0;
	padding: 0;	
}
/******list styles******/
/*unordered list item styles*/
ul {
	list-style:outside;
	}
/*ordered list item styles*/
ol {
	list-style:outside;
	list-style-type:decimal;	
}
/*list item styles for #mainContent*/
#mainContent li {
	margin-bottom:10px;
	margin-left:10px;
	font-size:80%;
	}

/******div styles******/
/*holds all page content*/
#container { 
	width: 100%; 
	text-align: left;
} 
/*hides border box*/ 
#box {
	border:none;
}	
/*hides sidebar*/
#sidebar {
	display:none;
}
/*displays logo in print only*/
#logoPrint { 
	display:block;
} 
/*holds banner above text area*/
#banner {
display:none;
	}
/*holds print pdf button*/
#printPDF {
display:none;
	}
/*holds next fwd navigation*/
#pageNav {
display:none;
	}
	
/*keep "click here" text from printing*/
#clickHere {
display:none;
	}

/*holds text area*/
#mainContent { 
	padding-top: 10px;
	padding-bottom:10px;
	width:100%;
} 
/* this div should be the final element before the close of a container that should fully contain a float- it clears the floats of the divs above it */
#clear { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	padding-bottom:0px;
}

/*holds tagline at bottom of page*/
#footer { 
	padding: 0 10px;
} 

/******paragraph styles******/
p {
	font-size:80%;
	}
/*paragraph styles for footer*/
#footer p {
	margin: 0;
	padding: 10px 0;
	font-size:70%;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
}
/*h3 and paragraph styles for sidebar div
#sidebar h3, #sidebar p {
	margin-left: 10px;
	margin-right: 10px;
}*/

/******heading styles******/
h1 {
	color:#000066;
	font-size: 90%;
	margin-bottom:5px;
	}
h2 {
	font-size:80%;
	font-weight:bold;
	color:#000000;
	margin-bottom:0px;
	}
h3 {
	font-size:80%;
	font-weight:bold;
	color:#000000;
	font-style:italic;
	}
	
/******class styles******/
/*x-small text for footnotes*/
.footnote {
	font-size:x-small;
	}
/*style for emphasized text- calling attention to key phrases, etc.- fees page*/
.inlineHead {
	font-weight:bold;
	color:#CC0000;
}
/*style for press release dates on release pages and titles on news home page*/
.newsDate, .newsTitle {
	color:#003366;
	font-weight:bold;
	}
	