/* GENERAL STYLE */

body
{
	font-size: 10pt; 
	background-color:#fff;
	font-family: Georgia, "Times New Roman", Times, Serif; 
	background-color: #ddd;<br />
	color: #000; 	
}

h1
{	
	font-weight: bold; 
	font-family: Georgia, "Times New Roman", Times, Serif;
	font-size: 12pt;
	color: #000;
	border-bottom: 1px solid #777;
	width: 100%;
}

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

.standards 
{
 display: none;
}

#container
{
 width: 100%;			 
 background-color: #fff;
}

#banner 
{
 display: none;
}
		
#breadcrumb 
{
 display: none;
}

/* content on right, nav on left */
#content 
{ 
 background-color: #fff;
}

#navigation 
{
 display: none;
}

#footer 
{ 
 margin-top: 5px;
 border-top: 1px solid #000;
 background-color: #fff;
 text-align: center;
}
