body {
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 80%;
	/*background-image: url(images/back.gif);*/
	background-color: #E6EDE0;
}

#wrapper {
	background-color: #FFFFFF;
	background-image: url(images/wrapperbg.gif);
	background-repeat: repeat-y;
	width: 780px;
	margin: 0 auto;
	border: 2px solid #354D48;

	padding: 0;
}
#sidebar {
	width: 250px;
	float: left;
}
/*.sidebartext {
	text-transform: uppercase;
	color: #EBD79A;
	font-weight: bold;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}*/
#maincontent {
	float: right;
	width: 500px;
	padding: 20px 10px 0 0;
}
ul#navigation{list-style: none;margin: 0;padding: 7px 0;
  border-bottom: 1px solid #CCC;font-weight: bold;
  text-align: center;white-space: nowrap}
ul#navigation li{display: inline;margin: 0 0.5em}
ul#navigation a{text-decoration: none;padding: 0 0 3px;
  border-bottom: 4px solid #FFF;color: #999}
ul#navigation a#current{border-color: #F60;color: #06F}
ul#navigation a:hover{border-color: #FFCC00;color: #666}

h1 {
	font-family: "Lucida Grande", Georgia, "Times New Roman", Times, serif;
	font-size: 140%;
	color: #666666;
	text-align: center;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", Arial;
	font-size: 120%;
	color: #344B47;
}
a:link. a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}


.skiplink {
display:none;
}



#footer {
	clear: both;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
#footer p {
	text-align: center;
}
.error {color: #900;}