body {
	margin: 0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/* i've gotten complaints before about font selection,
	   so i elected to use fonts that exist on linux and are
	   not normaly present in Windows, and still give me the
	   font look i want. */
	background-color: #666;
	padding: 0px;
}
#header {
	position: fixed;
	top: 0;
	left: 65px; right: 65px;
	border-top: 0px none #FFF;
	border-right: 2px solid #996;
	border-bottom: 2px solid #996;
	border-left: 2px solid #996;
	/*margin: 0px 65px 0px 65px;*/
	background: #446;
	height: 85px;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	display: block;
}
* html #header {
	border-top: 0px none #FFF;
	border-right: 2px solid #996;
	border-bottom: 2px solid #996;
	border-left: 2px solid #996;
	margin: 0px 65px 0px 65px;
	background: #446;
	height: 85px;
	z-index: 100;
	padding: 0px 0px 0px 0px;
	display: block;
}
#header h1 {
	color: #CC6;
	font-weight: normal;
	margin: 42px 0px 0px 32px;
	float: left;
	left: 32px;
	top: 42px;
	padding: 0px;
	display: inline; /* IE/Win fix */
}
#header #tagline {
	color: #CC6;
	font-weight: bold;
	margin: 42px 32px 0px 0px;
	float: right;
	top: 42px;
	right: 32px;
	padding: 0px;
	display: inline; /* IE/Win fix */
}
#container {
	color: #FFE;
	background: #245;
	z-index: 50;
	margin: 85px 130px 0;
	border: 2px solid #996;
	border-top: 0px solid #996;
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
}
* html #container {
	margin-top:0;
}
.plan h2 {
	padding: 0.25em;
	display: block;
	background: #447;
	border: 2px solid #996;
	margin: 0px 1em 0px -34px;
	color: #CC6;
	font-size: large;
	width: 25em;
}
.plan h3 {
	padding: 0.25em;
	display: block;
	margin: 0px 1em 0px 4em;
	color: #CC6;
	font-size: 105%;
}
.plan p, .plan ul {
	/*display: block;*/
	margin-left: 5em;
	margin-right: 7em;
	display: block; /* IE fix. */
}
/* this selector is hidden from IE/Win due to lack of :hover support.
   seems to work fine in IE/Mac, though.  (at least IE 5.2.) */
.plan:hover > h2 {
	background: #559;
}
.plan .planlink {
	margin-bottom: 2em;
	margin-left: 8em;
	font-size: small;
}
div.rhs {
	float: right;
	margin-right: -34px;
	margin-bottom: 1em;
	background: #447;
	border: 2px solid #996;
	padding: 0.25em;
	width: 8em;
	color: #CC6;
	font-weight: bold;
	clear: right;
}
/*div.rhs {
	position: fixed;
	right: 96px;
	top: auto;
	margin: 0.5em 0;
	background: #447;
	border: 2px solid #996;
	padding: 0.25em;
	width: 8em;
	color: #CC6;
	font-weight: bold;
	clear: right;
}*/
* html div.rhs {
	position: relative;
	float: right;
	margin-right: -34px;
	margin-bottom: 1em;
	background: #447;
	border: 2px solid #996;
	padding: 0.25em;
	width: 8em;
	color: #CC6;
	font-weight: bold;
	clear: right;
	display: inline; /* IE/Win fix */
}
div.rhs ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
div.rhs ul li {
	margin: 0px;
	padding: 0px;
	border-top: 1px dashed #996;
}
* html div.rhs ul li {
	border: 1px solid #447; /* IE/Win fix. it seems IE/Win
	                           adds a gap for no reason below
	                           the a element.  setting an
	                           "invisible" border is the only
	                           fix i know of. */
	border-top: 1px dashed #996;
}
div.rhs ul li a {
	color: #CC6;
	display: block;
	padding-top: 1px;
	text-align: center;
}
div.rhs ul li#first-child {
    border-top: 0px none #000;
}
div.rhs ul li a:hover {
    background: #559;
}
div.rhs ul li a:active {
    background: #66A;
    border-left: 3px solid #CC6;
    border-right: 3px solid #66A;
}
div.rhs img {
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
a:link {
	font-weight: 600;
	color: #CC6;
}
a:visited {
	font-weight: 400;
	color: #AA6;
}
a:hover {
	font-weight: 600;
	color: #CC6;
	background: #559;
}
a:active {
	font-weight: 600;
	color: #CC6;
	text-decoration: none;
	background: #559;
}
.plan div.byline {
	display: block;
	margin-right: 7em;
	margin-left: 3em;
	font-size: small;
}
.plan div.byline .date {
	font-style: italic;
}
.plan div.byline .author {
	font-weight: bold;
	font-style: italic;
}
