/****************************************************************************************
>> 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: center;
	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;
   text-decoration: underline;
}
#pageCopy a:link:after, #pageCopy a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 85%;
}
p {margin: 17px 0; line-height: 1.6em;}
ul, ol {padding: 0;	margin: 20px 30px 20px 40px;}
ul li {line-height: 1.6em;}
ul li ul {margin-top: 10px;} /* nested lists */
hr {color: #5B95D5; border-width: thin; border-style: dotted; margin: 14px 0;}
b {font-weight: bold;}

hr {
	color: #CCC; 
	background: #CCC; 
	height: 1px; 
	border: 0;
}

h1 {
	font: bold 16pt Arial, Helvetica, sans-serif;
	color: #560C75;
	margin: 18px 0;
	text-transform: uppercase;
}

h2,h3,h4,h5,h6 {
	font: bold 15pt Arial, Helvetica, sans-serif;
	color: #333;
	margin: 18px 0;
	border-bottom: 1px solid #2859A8;
	padding-bottom: 2px;
	color: #2859A8;
}
h3,h4,h5,h6 {color: #5B95D5; font-size: 14pt; margin: 13px 0;}
h4 {font-size: 14pt; color: #4D5879;}
h5 {font-size: 13pt; color: #4D5879;}
h6 {font-size: 13pt; color: #4D5879;}

/****************************************************************************************
>> Page Layout [DIV Containers] << 
*****************************************************************************************/

/* Hide Elements */
#footer img,
#footer span,
.hideP,
#sidebar {display: none;}

/* Show Elements */
#wrapper {
	width: 660px;
	margin: 0 auto;
	background: #FFF;
	text-align: left;
}
#wrapper #innerWrapper {background: #FFF; padding: 0;}

#masthead {border: 1px solid #333; text-align: center; height: 60px;}
#masthead h1 {font: bold 22pt "Times New Roman", Times, serif; color: #000; margin: 0; text-transform: none; text-indent: 5px; line-height: normal;}
#masthead h2 {font: bold 15pt "Times New Roman", Times, serif; color: #000; margin: 0; border: 0; color: #333; text-indent: 5px; line-height: normal;}

#pageCopy {
	width: 100%;
	float: none;
	padding-bottom: 25px;
	padding-top: 10px;
	border-bottom: 1px solid #333;
}

table.pagecopy-tble {border: 0; width: 660px;}
table.pagecopy-tble td.content {vertical-align: top; width: 492px;}
#homepage table.pagecopy-tble td.content {vertical-align: top; width: 440px;}
table.pagecopy-tble td.divider {width: 25px;}
table.pagecopy-tble td.divider p {margin: 0;}
table.pagecopy-tble td.img-col {vertical-align: top; width: 142px;}
table.pagecopy-tble td.img-col h1 {font-size: 14pt;}
#homepage table.pagecopy-tble td.img-col {vertical-align: top; width: 195px; text-align: center;}
table.pagecopy-tble td.img-col p {margin: 0;}

#footer {
	clear: both;
	background: #FFF;
	padding: 6px 0 0 0;
}
#footer p {
	margin: 0; 
	color: #4D4D4D;
	font: 9pt Arial, Helvetica, sans-serif;
	line-height: 1.4em;
}