/****************************************************************************************
>> Common HTML properties << 
*****************************************************************************************/

body {
	color: #000;
	font: 12pt 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: 85%;
}

hr {
	color: #666; 
	background: #666; 
	height: 1px; 
	border: 0; 
	margin: 1em 0 1em 0;
}

h1 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0 0 15px 0;
}

h2,h3,h4,h5,h6 {
	font: bold 14pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 30px 0 17px 0;
}
h3,h4,h5,h6 {color: #666; font-size: 13pt;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#masthead,
#banner,
#footer a.csdeignLogo,
#sideBar,
#homePage #mainContent #pageCopy img {display: none;}

/* Show Elements */
#wrapper {
	width: auto;
	margin: 5px 0 0 0;
	background: #FFF;
	border-top: 1px solid #333;
}
#mainContent {
	padding: 10px 0 10px 0;  
	margin: 0;
	float: none;
	width: auto;
	display: block;
	background: #FFF;
}
#mainContent #pageCopy {
	float: none;
	width: auto;
	padding: 0;
}
#footer {
	clear: both;
	background: #FFF;
	padding: 5px 0 0 0;
	border-top: 1px solid #333;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font-size: 11px;
	padding-left: 0;
	width: auto;
}
