body {
	font-family        : Arial, Helvetica, sans-serif;
	font-size          : 100%;
	color              : #555555;
#	background         : #d0d7da;
	background         : #9dbcd0;
        margin             : 8px;
}
#header {
	font               : Arial, Helvetica, bold, sans-serif;
	font-size          : 180%;
	margin-bottom      : 10; 
	color              : #ffffff;
#	background         : #be321b;
	background         : #b82b22;
        line-height        : 200%;
        text-align         : center;
}

#menu {
	position: absolute;
	margin-top: 8px;
	min-height: 85%;
	left: 8px;
	width: 180px;
	background-color: #ffffff;
	text-decoration    : none; 
	color              : #000000;
        padding            : 8px;
}
#content {
	position: absolute;
	margin-top: 8px;
	left: 208px;
	font-family        : Arial, Helvetica, sans-serif;
	font-size          : 100%;
	color              : #555555;
	background         : #ffffff;
        right              : 8px;
        padding            : 8px;
	height: 85%;
	overflow-y: auto;
}

.link {
	cursor: pointer;
        display: inline-block;
        width: 100%;
}

.link:hover
{
	background-color: #9dbcd0;
}
h1 { 
	font               : Arial, Helvetica, bold, sans-serif;
	font-size          : 110%;
	color              : #0099cc;
	margin-bottom      : 0; 
	margin-top         : 10px; 
}
h2 { 
	font               : Arial, Helvetica, sans-serif;
        font-weight	   : normal;
	font-size          : 110%;
	color              : #0099cc;
	margin-bottom      : 0; 
	margin-top         : 5px; 
}
h3 { 
	font               : Arial, Helvetica, sans-serif;
        font-weight	   : normal;
	font-size          : 100%;
	color              : #0099cc;
	margin-bottom      : 0; 
	margin-top         : 0; 
}
a:link { 
	color              : #000000;
}

a:visited { 
	color              : #000000;
}
a.menu {
	color              : #0099cc;
}
a.menu:link { 
	text-decoration    : none; 
	color              : #000000;
}

a.menu:visited { 
	text-decoration    : none; 
	color              : #000000;
}

