body 
	{
	margin: 0;
	background: #f7b60a;
	background: #f6e767; /* PANTONE 12-0642 */
	color: #191200;
	font-family: verdana, helvitica, sans-serif;
	line-height: 1.6em;
	font-size: 76%;
	}
h1 
	{
	color: #113702;
	color: #013934;
	}
h2 
	{
	color: #664900;
	}
h3	{
	font-size: 0.9em;
	}
h3 a	{
	font-weight: normal;
	}
a	{
	color: #370211;
	text-decoration: none;
	font-family: Courier;
	}
a:hover	{
	color: #f70a4c;
	text-decoration: underline;
	}
#logs a.current	
	{
	color: #b70838;
	}
#logs a:hover.current	
	{
	color: #f70a4c;
	}
.emphasize
	{
	font-weight: bold;
	}
.ctr
	{
	text-align: center;
	}
#header, #footer
	{
	border: 1px solid black;
	background: #38b708;
	background: #58c3bb; 	
	text-align: center;
	}
#eznav 
	{
	text-align: right;
	margin-right: 1em;
	}
#footer
	{
	background: #f60;
	background: #372902;
	color: #ffdb7f;
	}
#container
	{
	border-collapse: collapse;
	display: table;
	table-layout: fixed;
	}
#container > div
	{
	display: table-row;
	}
#container > div > div
	{
	display: table-cell;
	padding: 0 1em;
	}
#menu
	{
	background: #f7b60a;
	background: #f6e767; /* PANTONE 12-0642 */
	border: 0 solid #ffdb7f;
	border: 0 solid #fbf3ad;
	border-right-width: 5px;
	width: 200px;
	}
#content
	{
	width: 55%;
	}

#sidebar
	{
	border-left: 5px solid #ffdb7f;
	border-left: 5px solid #fbf3ad;
	width: 44%;
	}
#sidebar p
	{
				
	margin-left: -1em;
	padding-left: 1em;
	}
#skipto
	{
	left: -9999px;
	position: absolute;
	}
