

body{
	background: #ffffff;
	margin:20px auto;
	width:700px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;

/*	position: absolute;
	left: 50%; top: 0; 
	width: 750px; margin-left: -375px;
*/

}

acronym{
	border-bottom: 1px #103C56 dotted;
}

code{
	color: #555;
	background: #eee;
}

a{
/*	text-decoration: none; */
        text-decoration: underline;
/*	font-weight: bold; */
/*	color: #FF6600; */
        color: darkblue;
}

/*a:hover{
	color: #99CC00;
}
*/


#logo h1{
/*	margin: 0 0 .2em 0; */
	margin: 0 0 .2em 0; 
        padding: 0 0 0 .2em;
/*	font: 3em/120% ARIAL NARROW, VERDANA, ARIAL, HELVETICA; */
	font: 3em/120% ARIAL NARROW, VERDANA, ARIAL, HELVETICA; 
        font-weight: bold;
        color: darkblue;
        border: 3px darkgrey solid;
/*	color: #99CC00; */
}


#menu{ height: 20px; }

#menu ul{ padding: 0; margin: 0; }

#menu ul li{ float: left; list-style: none; }

#menu ul li a{
	font: 1em Arial, Verdana, Sans-Serif;
/*	color: #FF6600; */
        color: darkblue;
	text-decoration: none;
	padding: .2em .4em .2em .4em;
}

#menu ul li a:hover{ color: #fff; background: darkblue; }
/* old color #FF6600 */


#content h3{
	font: bold 1.6em Garamond, Serif; 
/*	color: #3399FF; */
	color: darkblue;
	margin: 1.0em 0 0.8em 0;
/*	border-bottom: 1px #D9D526 dashed; */
        border-bottom: 3px darkgrey solid;
	text-align: left;
}

#content h4{
	font: bold 1.2em Garamond, Serif; 
	color: darkblue;
	margin: 0.5em 0 0.5em 0;
}

#content i.date{
	float: right;
	font: 0.6em Verdana, Sans-Serif;
	color: darkblue;
	margin-top: -14px;
}

#content p{
/*	font: .9em/140% Arial, Sans-serif; */
/*	color: #103C56; */
	text-align: justify;
/*	text-indent: 2em; */
	margin: .5em 1em 1em 1em;
}

#content ul{
	background: #eee;
	width: 96%; margin-left: 2%;
	margin: 0;
	padding: 2%;
}

#content ol li {
	list-style-type: decimal;
}


#content li{
/*	font: .8em/140% Verdana, Sans-Serif; */
	list-style: disc;
	margin: 0 0 0 30px;
	padding: 2px;
}



#content ul li ul{
/*	font: 1em/140% Verdana, Sans-Serif; */
	margin: 0;
	padding: 0;
}

#content ul li ul li{
	list-style: circle;
	margin: 5px 0 10px 10px;
	padding: 2px;
/*	background: #ddd; */
}




#copyright{
	text-align: center;
	padding: 50px 0 50px 0;
/*	color: #ccc; */
}


.hide-from-browser{
	display: none;
}
