body {
	color:#000000;
	background-color:#A6CAF0;
	margin:5px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}

div.padded,h1,h2,h3,h4,h5,h6 {
	margin:0px 10px 10px 0px;
}

h1 {
	margin:0px 0px 10px 0px;
	padding:0px;
	font-size:12px;
	font-weight:900;
	color:#000000;
	}
h2 {
	font:bold 12px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 5px 0px;
	padding:0px;
	}
h4 {
	font: 10px verdana, arial, helvetica, sans-serif;
	font-style:italic;
	margin:0px 0px 0px 0px;
	padding:0px;
	line-height:12px;
	}
p {
	font:11px verdana, arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	padding:0px;
	}
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

ul {
margin-top:6px;
margin-bottom:3px;
} 
li {
padding-left:3px;
margin-bottom:6px;
}

a {
color:#000000;
font-size:9px;
font-family:verdana, helvetica;
text-decoration:none;
}

a:link {
color:#0000ff;
text-decoration: none;
font-size: 9px;
}

a:visited {
color:#07a;
color: Grey;
text-decoration: none;
font-size: 9px;
}

a:hover {
background-color:#fff;
color: red;
text-decoration: none;
font-size: 9px;
}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 192px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

.content1 {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 0px 20px 170px;
	padding:0px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#boxlinks {
	position:absolute;
	width:150px;
	top:5px;
	left:5px;
	border:1px solid black;
	background-color:#FFFFFF;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* It feeds correct length values to user agents that exhibit the parsing error 
exploited above yet get the CSS box model right and understand the 
CSS2 parent-child selector. ALWAYS include a "be nice to Opera 5" rule every time you 
use the Tantek Celik hack (above). */
body>#boxlinks {width:128px;}
		
#boxrechts {
	position:absolute;
	width:172px;
	top:5px;
	right:5px;
	border:1px dashed black;
	background-color:#FFFFFF;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:150px;
	}
/* Again, "be nice to Opera 5". */
body>#boxrechts {width:150px;}