html,body {
	margin:0;padding:0;
}

body {
	font: 76% tahoma,arial,sans-serif;
}

p, p.big {
	margin:0 10px 10px;
}

p.big {
	font-size: 14pt;
}

a	{
	text-decoration: none;
	color: #00A0A0;
}

a:hover	{
	text-decoration: underline;
}

div#wrapper {
	float:left;
	width:100%

}

div#headerbar {
	background: #EEE;
}

div#header h1 {
	height:80px;
	line-height:80px;
	margin:0;
	padding-left:10px;
	background: #EEE;
	color: #79B30B
}



div#content {
	margin: 0 200px 20px;
	border-top: thin none #E0C0C0;
	border-right: thin dotted #C0E0C0;
	border-bottom: thin none #E0C0C0;
	border-left: thin dotted #C0E0C0;
}

div#content p{line-height:1.4}

div#content.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	margin: 10px 10px 10px 10px;
	color: green;
}


div#navigation{
	float:left;
	width:200px;
	margin-left:-100%;
	background-image:url(graphics/NavBG.gif);
	border-top: thin none #E0C0C0;
	border-right: thin dotted #C0E0C0;
	border-bottom: thin none #E0C0C0;
	border-left: thin none #C0E0C0;
}

div#extra {
	float:left;
	width:200px;
	margin-left:-200px;
	xxbackground:#F0F8F0;
}

div#footer{
	clear:left;
	width:100%;
	text-align:center;
}
div#footer {
	background: #EEE;
	color: #000;
}
div#footer p{margin:0;padding:5px 10px}

h1.nav {
	margin:10px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	padding-left: 10px;
}

h2.nav {
	margin:5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-left: 15px;
}

