/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	font: 100.01%/122% "Times New Roman", Times, serif;
}

/************** Layout Elements *******************/

#wrapper { 
	width: 54.5em;  
	/*margin: 20px auto 0 auto; */
	font-size: 80%;
	padding: 7px;
}
	 
#header, 
#nav,
#breadcrumbs, 
#leftcol, 
#rightcol,
#footer
{
	display: none; /* when printing, do NOT display the content of anything with these IDs*/ 
}

#content {
 	margin: 0.5em 13em 0 8.6em;  
} 

#footer { 
	clear: both;
	margin-top: 30px;
} 

/*#footer p {
	margin: 0 0 0 10.7em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
}*/
	
	
/************** Text Elements *******************/

h1, h2, h3, h4, h5, h6 {
	margin: 1.2em 0 0.3em 0;
	font-size: 216%;
	color: #444444;
	line-height: 120%;
	font-weight: 200;
}

h2 {
	font-size: 160%;
	line-height:120%;
	font-weight: 500;
}

h3 {
	font-size: 120%;
	line-height:110%;
	font-weight: 600;
	padding-top: 1%;
}

h4 {
	font-size: 114%;
}

h5 {
	font-size: 110%;
}

h6 {
	font-size: 100%;
}

p {
	font-size: 9.4pt;
	color: #444444;
	margin: 0.6em 0 0 0;

}

p a {
	color: #000000;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;
}

li a {
	color: #000000;
	text-decoration: underline;
}

#printed-footer p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 92%;
	color: #000000;
	margin: 0.2em 0 0 0;
	}

/************** Generic Classes *******************/

/*.right {
	float: right;
	margin: 5px 0px 4px 0px;
}

.left {
	float: left;
	margin: 5px 0 4px 0px;
}

.clear { 
	clear:both;
   height:0;
   font-size: 0;
   line-height: 0;
}
*/

