@import url(rightnav.css);

body {
	background-color: #ff0;
  position: absolute;
  width: 80%;
  left: 10%;
}

ul {
	list-style-type: decimal;
}

li {
	margin-top: 5px;
	margin-bottom: 5px;
}

/* page content */
#content {
	background: #ff0;
}

#content a {
	color: #00f;
}

#content a:visited {
	color: #00f;
}

#content a:hover {
	color: #0ff;
}

#content a:active {
	color: #00f;
}


#content img.article {
  clear: left;
  float: left;
  border: 1px solid black;
  margin: 5px;
}

.label {
  font-weight: bold;
  text-decoration: underline;
}

/* navigation menu */
#navigation {
	background: #000;
	color: #fff;
}

#navigation * {
	font-size: 9pt;
}

#navigation div 
{
	/*background: #000;*/ /* NN4 fix ? */
	margin: 5px;
}

#navigation a {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	width: 100%;
}

#login a {
/*#navigation .note a*/
	color: #00f;
}

#navigation a:hover {
	color: #ff0;
}


/* footer */
#footer {
	color: #000;
}

#footer * {
	font-size: 8pt;
}

#footer div 
{
	text-align: center;
}

.title {
	color: #f00;
	font-weight: bold;
	font-size: 16pt;
}

#content h1.title
{
	font-size: 30pt;
	margin: 0;
}

.heading {
	color: #f00;
	font-weight: bold;
	font-size: 11pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

.subheading {
	color: #f00;
	font-weight: bold;
	font-size: 10pt;
	padding-top: 5px;
	padding-bottom: 5px;
}

.note {
	background: #ffc;
	border: 1px solid #f00;
	padding: 3px;
	color: #f00;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
}

.highlight 
{
	color: #f00;
	font-weight: bold;
}
