
html,body{ 
	font:				11pt arial,sans-serif;
	height:			99%;
}

h1,h2{
	font: 				18pt georgia,serif;
}

/****************************header**************************************/
#header{ 
	padding-bottom:		4pt;
	border-bottom:		1pt solid  #888888;
	border-top:			1pt solid  #888888;
	background-color:		red;
	text-align:			center;
}

#header h1{ 
	color:				#888888;
	font:				17pt georgia,serif;
	padding:			0;
	margin:			0;
}

#header div{ 
	display:			none;
}


/****************************left main content **************************************/

#content{ 
	position: 			relative;
	height:			99%;
	text-align:			justify;
} 


#left{ /*don't print the menu*/
	display: 			none;
} 

#main p { 
	text-indent: 			10mm; 
	line-height: 			1.2em;
}

div.present{
	float:				right;
	width:				200px;	
	border:			1pt solid #888888;
	margin-left:			10pt;
}


img.present{
	margin:			2pt;
	width:				195px;
}

ul{
	list-style:			none;
}

a:link, a:visited {
	font-weight:			bold;
	text-decoration: 		underline;
	color:				#888888;
}

a:link:after, a:visited:after {
	content: " [" attr(href) "]"; /*show the link path*/
	font:				80% monospace;
	color:				#888888;
}

/**************************** footer **************************************/

#footer{
	font-size:			90%;
	padding:			4pt;
	border-top:			1pt solid  #888888;
	position:			absolute;
	bottom: 			0;
	text-align:			left;
	
}

#footer img{
	float:				right;
	margin-right:			5pt;
}









