body
{
	background-color: #ccc;
	margin: 0;
	font-family: Georgia, Utopia, "Times New Roman", Times, serif;
}

#bigcontainer
{
	position: absolute;
	/* "left: 0;" and "top: 0;" are needed for MM2 to work with Win IE6 */
	left: 0;
	top: 0;
	width: 752px;
	z-index: 1;
	/*To fix LDII screen bump, on THIS stylesheet, make #bigcontainer visibility: visible; 
	then use PVII WriteStyles to make #bigcontainer visibility: hidden; for JavaScript enabled browsers
	then use AutoLayers applied to the body tag to make the div visible onload. 
	Be sure the AutoLayers function follows the Layout Designer II functions. 
	Using this method non-JavaScript users will be able to see the page, 
	and JavaScript users won't suffer the page bump problem caused by a unique 
	combination of circumstances related to Layout Designer II (screen) and Menu Magic II*/
	visibility: visible;
	background-color: #fff;
}

.p7tbsub
{
	/*To fix LDII screen bump, on THIS stylesheet, make .p7tbsub visibility: visible; 
	then use PVII WriteStyles to make .p7tbsub visibility: hidden; 
	then use AutoLayers applied to the body tag to make the div visible onload. 
	Be sure the AutoLayers function follows the Layout Designer II functions. 
	Using this method non-JavaScript users will be able to see the page, 
	and JavaScript users won't suffer the page bump problem caused by a unique 
	combination of circumstances related to Layout Designer II (screen) and Menu Magic II*/
	visibility: visible;
}

.logo
{
	position: relative;
	top: 8px;
	left: 20px;
	width: 77px;
	z-index: 900;
}

.content
{
	position: relative;
	top: 0;
	width: 752px;
	font-size: 12px;
	color: #666;
	line-height: 20px;
	margin-bottom: 0;
	margin-top: 40px;
}

h1
{
	color: #996;
	font-family: Georgia, Utopia, "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 50px 25px 10px 25px;
	margin-bottom: -10px;
}

.larger
{
	font-size: 28px;
	letter-spacing: 1px;
}

.subtitle 
{
	margin: 5px 25px 0 25px; 
	font-style: italic; 
	font-size: 14px; 
	color:#C0A087; 
	letter-spacing: 1px;
}

h2
{
	margin: 0px 25px 0px 25px;
	padding-top: 10px; 
	padding-bottom: 10px; 
	color: #996; 
	font-family: Georgia, Utopia, "Times New Roman", Times, serif;
	font-size: 12px; 
	letter-spacing: 1px;
}

h3
{
	width: 310px;
	color: #787A48;
	font-weight: normal;
	xmargin-left: 4px;
	background-color: #D9DAC1;
	xposition: relative;
	xtop: 0;
	margin: 25px 0 15px 0;
	font-size: 11px;
	letter-spacing: 1px;
	xborder-width: 0;
	padding: 1px 10px 1px 25px;
}

p
{
	margin: 0px 25px 15px 25px;
	color: #666;
	font-size: 11px;
	/*testing font-size increase on next line*/
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 1px;
}

.line 
{
	margin: 0;
	padding: 15px 0 10px 25px;
}

.dropcap
{
	background-color: #D9DAC1;
	font-family: Georgia, Utopia, "Times New Roman", Times, serif;
	font-size: 40px;
	color: #787A48;
	float: left;
	margin: 0 3px 0 0;
	padding: 2px;
	/* The line-height declaration removes extra top and bottom padding */
	line-height: 32px;
}

.copyright
{
	font-size: 10px;
	letter-spacing: 1px;
	padding: 5px 0 0 0;
}

.rtt
{
	font-size: 10px;
	font-style: italic; 
}

.footer
{
	letter-spacing: 1px;
	padding-bottom: 10px;
	margin-top: 0px;
}

.footerleft
{
	float: left;
	font-family: Georgia, Utopia, "Times New Roman", Times, serif;
	display: inline;
	font-size: 14px;
	color: #92889C;
	line-height: 10px;
	margin: -2px 25px 0 25px;
	padding-bottom:15px;
}

.footerright
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: right;
	margin-right: 25px;
	margin-top: 1px;
}

a
{
	color: #666;
	text-decoration: none;
	white-space: nowrap;
}

a:hover
{
	color: #000;
	text-decoration: underline;
}

a:active
{
	color: #660;
	text-decoration: underline;
}

.footer a
{
	letter-spacing: 1px;
	word-spacing: 2px;
}

img:hover
{
	text-decoration: none;
}

.bold
{
	font-weight: bold;
}

.boldul
{
	font-weight: bold;
	text-decoration: underline;
}

.indent
{
	margin-left: 60px;
	color: #666;
	font-size: 11px;
	/*testing font-size increase on next line*/
	font-size: 12px;
	letter-spacing: 1px;
}
