@charset "utf-8";
/* CSS Document */

body,  #container, #masthead, {
	background:#fff url(img/spacer.gif) repeat;
	color:#000;
	margin:5pt;
	font: normal 12pt/130% Arial, Helvetica, sans-serif;
}
#container {
	width:90%;
	background:#fff;
}
p, p a, ul, li, #sidebar div ul li {
	color:#000;
	background:#fff;
}

/******* layout*******/

h1 {
	background: url(img/logo.png) no-repeat;
	width:100%;
	float:none;
	margin:0em;
	padding:1em;
	text-indent:300px;
	color:#000;
}
#contentbottom, #maincontent, #sidebar, #sidebar h3, #sidebar div, #maincontent div {
float:none;
background:#fff;
width:100%;
background:#fff url(img/spacer.gif) repeat;
	}
dl {
	padding:0em 0 2em 1em;
}
dt {
	font-weight: bold;
	color: #993;
}
dd {
	margin: 0;
}

/******* font settings*******/

h2, h3 {
	font-family: "garamond", trebuchet;
	letter-spacing:0.2em;
	font-variant: small-caps;
}
#masthead h4 {
	color:#fff;
	text-align:right;
	padding:0.5em;
	margin-right: 1em;
}
h2 {
	color:#F93;
	margin-bottom:0.5em;
	width: 95%;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
h3 {
	color:#f93;
	font-size:1.5em;
}
h4 {
	margin-top: 10px;
	color:#993;
	font-size: 1em;
}
h6 {
	font-style: italic;
	margin: 0;
}




/* hide the following */

#footer, ul#nav {
	display:none;
}

/* links black */
a:link, a:visited, a:active {
	color:#000;
	text-decoration:none;
	}
