html {
	margin: 0px;
	padding: 0px;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #fff; 
	margin: 10px; 
	padding: 0px;
	}
#menu {
	width: 22%;
	float: left;
	padding: 5px;
	}
#menu ol{
	list-style:none;
	padding:0px;
	margin-top: 60%;
	margin-left:1%;
	margin-right:1%;
	}
#content {
	width: 70%;
	margin: 0px 0px 0px 17px; 
	padding: 0px;
	display: inline;
	float: left;
	}
#footer {
	width: 70%;
	margin: 0px 0px 0px 17px; 
	padding: 0px;
	display: inline;
	float: left;
	font-size: 80%;
	}
#container {
	width: 800px;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 5px;
	padding: 0px;
	background-color: #9BD1FA;
	}
p { 
	margin-top: 10px; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 10px; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #3C50FF;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #0026FF;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF0B03;
	}
acronym {
	border-bottom: none;
	}
#clearer {
	clear: both;
	margin: 0px;
	padding: 0px;
}
b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #9BD1FA}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

