

/* basic elements */
body {
	font-family: "Lucida Grande", Verdana, Halvetica, sans-serif;
}	
em.gr {
	font-weight: bold;
	clear: none;
	}
/* specific divs */
#container {
}
/*sections*/
#top {	display: none; }
#middle {
width:700px; 
} 
#bottom { display:none; }
/*top nav bar*/
#nav { display: none !important; }
/*side bar*/
#side { display: none !important; }
#side a { display:none !important; }
#side span.section { display:none !important; }
#side strong { display:none !important; }

/*main content section*/
#content {
	text-align: justify;
}
#content h3 {
	color: #000;
	font-size: 14px;
	letter-spacing: .1em;
	text-decoration:none;
}
#content h4 {
	color: #000;
	font-size: 12px;
	letter-spacing: .05em;
	text-decoration:none;
}
#content p {
	font-size: 70%;
	line-height: 1.7em;
	vertical-align: top;
	color: #000;
}
#content ol {
color:#000;
font-size:70%;
font-weight:normal;
line-height: 200%;
}

#content ul {
color:#000;
font-size:70%;
font-weight:normal;
line-height: 200%;
}

#content a {
color:#000;
text-decoration:none;
}
#content a:hover {
	color: #000;
	text-decoration:underline;
}
#content img {
border: none;
}
