body {
	margin:20px;
	padding:0px;
	color:black;
	background-color: #DDD;
	font:12px/17px verdana, arial, helvetica, sans-serif;
	}

h2,h3,h4 {
	line-height: normal;
	margin: 0px 0px 10px 0px;
	padding:0px;
	font-weight:bold;
	color:#bbb;
	border-top: 1px solid #aaa;
	}

h1 { font-size: 28px }
h2 { font-size: 20px }
h3 { font-size: 14px }
h4 { font-size: 12px; border: none; }

ul {	list-style-type: square; }

td {
	font-size:11px;
	}

p {
	margin:0px 0px 16px 0px;
	padding:0px;
	}

a {
	color:#09c;
	font-weight:bold;
	text-decoration:none;
	}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover {background-color:#ddd; text-decoration:underline;}

/* this lets IE5 show images that are align=right */

img {
	position:relative;
	width:auto;
	height:auto;
 	-moz-opacity:100%;
}

.hidden {
	display:none;
	}
  
/* 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:200px;
	xxmax-width:500px;
	margin:0px 170px 0px 0px;
	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. */

/* 	-moz-opacity:80%; */
	-moz-border-radius:10px;
}

#nav {

	-dreamweaver: 10px;

	position:absolute;
	width:150px;	/* IE width ... border+padding+core */
	top:20px;
	right:20px;
	border:0px dotted black;
	xxxbackground-color:#eee;
	xxxpadding:10px;
	z-index:2;

voice-family: "\"}\""; /* hide from IE5 */
voice-family:inherit;

	position:absolute;
	width:150px;	/* w3c width = IE5width - border - padding */

	}

html>body #nav {	/* this will not be used by IE6 and IE5 */
	position:fixed;
}

#nav, #nav p, #nav h1, #nav h2, #nav h3 { 
	color:#006; 
	border:none; 
	margin: 1px;
	margin-top: 3px;
}  

#nav p { font-size: 10px; line-height: 14px;}

div#nav a {
	display:block;
	border: solid 1px #09c;
	text-align: center;
	xxxfont-weight: normal;
   	background-color:#FFF;
	padding: 1px;
	margin-top: 2px;
	line-height: 15px;
	width:150px;
	-dreamweaver: 1px;
   	text-decoration: none;

	voice-family: "\"}\""; /* hide from IE */
	voice-family:inherit;
	width:146px;
	}
	/* opera */
	body>#nav A {width:146px;}

div#nav a:hover  {background-color:#CCC;}
div#nav a:active {border: inset 1px grey;}

