/*
 * $Id: simple.css,v 1.1.1.1 2002/11/26 23:50:04 tim Exp $
 */
body { margin: -5px 0 0 -5px; } /* For most versions of NN.4.x */
html body { margin: 5px; padding: 0; } /* For CSS-compliant browsers */
body {
	background:#FFF;
	color:#220;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:11px;
}
div,p,dt,dd,li {
	color:#220;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:1.2em;
}
ul {
	margin-top:0px;
}

h1{font-size:1.6em;line-height:1.6em;}
h2{font-size:1.45em;line-height:1.45em;}
h3{font-size:1.3em;line-height:1.3em;}
h4{font-size:1.15em;line-height:1.15em;}
h5{font-size:1em;line-height:1em;}
h1,h2,h3,h4,h5 {
	color:#220;
	font-family: Verdana,'Trebuchet MS',Arial,Helvetica,sans-serif;
	font-weight:bold;
	margin-bottom:.3em;
}

a:link {
	color:#000;
	background-color:transparent;
}
a:visited {
	color:#111;
	background-color:transparent;
}
a:hover {
	color:#333;
	background-color:transparent;
}
a:active {
	color:#333;
	background-color:transparent;
}
img {
	border:0;
}

#header {
}
#logo {
}
#navigation {
}
#address {
	padding:4px;
	color:#000;
	font-size:9px;
}
#contentbox {
	margin:4px;
}
.navitem {
}
#breadcrumbs {
	font-size:9px;
	font-weight:bold;
	text-decoration:none;
	color:#220;
	margin-bottom:1.5em;
}
#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbs a:hover, #breadcrumbs a:active {
	text-decoration:none;
	color:#CC9;
}
#copyright {
	padding:0 3px 0 3px;
	color:#999;
	font-size:10px;
}
#children {
	display:none;
	margin-top:4px;
	font-size:10px;
}


.whatsnew {
	color:#111;
	font-size:xx-small;
}
div.whatsnewlayer {
	position:absolute;
	top:0;
	left:0;
	visibility:hidden;
	color:#111;
}
#whatsnewcontainer {
	overflow:hidden;
}
#whatsnewcontent,#whatsnewcontent div,#whatsnewcontent p,#whatsnewcontent dt,#whatsnewcontent dd,#whatsnewcontent ul,#whatsnewcontent li,#whatsnewcontent td {
	color:#111;
}
#whatsnewcontent p {
	margin:0;
	padding:0;
	margin-bottom:.5em;
}
#whatsnewcontent a, #whatsnewcontent a:visited, #whatsnewcontent a:hover, #whatsnewcontent a:active {
	color:#333;
} 
.whatsnew {
	color:#111;
}

.signed {
	/*color:#663;*/
}

.quote1 {
	font-family:Palatino, Zapf-chancery, cursive;
	color:#663;
	margin-bottom:.5em;
}
.quote2 {
	font-family:Georgia, 'Times New Roman', Times, serif;
	color:#666;
	margin-bottom:.5em;
}
.quote3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#A00;
	margin-bottom:.5em;
}
.quote4 {
	font-family:Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
	color:#000;
	margin-bottom:.5em;
}

