html, body 
{ 
	height: auto; 
	width: 100%; 
	margin: 0; 
	padding: 0; 
	background: white;
	color: black;
}

#header, #content, #footer 
{ 
	position: relative; 
	width: 100%; 
}
								 
#content 
{ 
	margin-top: 1%; 
}

#col-left, #footer
{
	display: none;
}

#col-right 
{ 
	position: relative; 
	top: 0; 
	left: 0; 
	width: 100%;
}

.left
{
 margin-right: 1em;
 float: left;
}

.right
{
 margin-left: 1em;
 float: right;
}
.clear 
{
    clear: both;
}

.invisible
{
    display: none;
}				
.noprint
{
    display: none;
}	
.caption 
{
 font-size: .8em;
 font-style: italic;
 font-family: "verdana", sans-serif;
 text-align:	center;
}

p.copy {
			 font-size: .6em;
			 text-align: center;
			 }

h3.unit {
	margin-left: 3em;
	text-indent: -1em;
	}
ol.uroman
{
    list-style-type: upper-roman;
}		  
h3.name {
		margin:						0px;
    padding:					0px;
}
td.pn {
	text-align: right;
}

.flush-right {
	text-align: right;
}

