	body {
	margin: 0px;
	height: 100%;
	color: #000;
	font-family: "Times New Roman", Times, serif;
	font-size: 0.8em;
	line-height: 1.2em;
}	
	html {height:100%;}

	hr {
	background-color: #000;
	color: #036;
}
	a {
	font-size: 13px;	
	color: #000;
	text-decoration: underline;
}
	#logo {
	height:106px;
	width:230px;
}
	h1 {font-size:1.5em;}
	h2 {font-size:1.2em;}
	h3 {font-size:1em;}


/*----topnav----*/

	#nav {
	display:none;
}

/*----contents---*/

	#content {
	height:auto;	
}
	#left {
	float: left;
	padding: 1em .5em;
	position: relative;
}
	#right {
	display:none;
	
}
	h1.logo {
	text-align:left;
	font-size:3em;
	margin-top:1em;

}
/*-----footer----*/
	#footer {
	display:none;
}
/*----Lists----*/	
	.listalpha li {
	list-style-type: lower-alpha;
	padding-bottom: 1.5em;
}
	.definitions li{
	padding-bottom: 1.5em;
	list-style-type: none;
}
