/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/
html, body {margin: 0; padding: 0;}
body {
	color: #000;
	font: 11pt Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	text-align: left;
	background: white;
}
table, td {
	font: 12pt Georgia, "Times New Roman", Times, serif; 
	vertical-align: top;
	background: white;
}
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
}
#mainContent a:link:after, #mainContent a:visited:after {
	content: " (" attr(href) ") ";
	font-size: 12px;
	display: none;
}

hr {
	color: #666; 
	background: #666; 
	height: 1px; 
	border: 0; 
	margin: 0;
}

h1 {
	font: bold 18pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}

h2,h3,h4,h5,h6 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 30px 0 17px 0;
}
h3,h4,h5,h6 {color: #666; font-size: 15pt;}
h4 {font-size: 15pt;}
h5 {font-size: 14pt;}
h6 {font-size: 13pt;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#masthead,
#banner,
#footer a.cstechLink,
.hideP,
table#homeContent td.sideBar,
table#homeContent td.cellDivider,
#sidebar {
	display: none;
}
#print-wrapper {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

/* Show Elements */
#wrapper {
	width: 100%;
	background: #FFF;
	border-top: 1px solid #333;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#mainContent {
	margin: 0;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* Homepage */
table#homeContent {
	margin: 0;
	width: 100%;
}
table#homeContent td ul {margin: 0; padding: 0; list-style: none;}
table#homeContent td ul li {list-style-image: none;}
table#homeContent td.pageCopy {
	width: 80%;
}
table#homeContent td.pageCopy p {margin-bottom: 1.2em;}
table#homeContent td.pageCopy h1 {margin-bottom: 0.40em;}
table#homeContent td.pageCopy h3 {margin-bottom: 0.20em;}
table#homeContent td.pageCopy table.innerHome h2 {margin-top: 0;}
/* HOME PAGE INNER TABLE */
table#homeContent td.pageCopy table#innerContent {
	width: 75%;
	margin-top: 10px;
}
table#homeContent td.pageCopy table#innerContent td.emptyCell {background: #FFF; font-size: 1px; height: 17px; border-top: 1px solid #CCC;}
table#homeContent td.pageCopy table#innerContent td.cellDivider {width: 56px; background: white;}
table#homeContent td.pageCopy table#innerContent td {width: 216px; vertical-align: top;}
table#homeContent td.pageCopy table#innerContent td h2 {margin: 0 0 10px 0;}
table#homeContent td.pageCopy table#innerContent td ul {margin: 0 0 0.95em 1.9em; padding: 0;}
table#homeContent td.pageCopy table#innerContent td ul li {list-style-image: url('sidebar-bg.gif');}
table#homeContent td.pageCopy table#innerContent a img {display: none;}

#footer {
	clear: both;
	background: #FFF;
	padding: 10px 0 0 0;
	border-top: 1px solid #333;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font-size: 11pt;
	padding-left: 0;
	width: auto;
}