body 	{
	/*background: #DCDCDC url(/images/WebBack-lite.gif) top center no-repeat;*/
	background: #fff;
	color: #000;
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3 {
	color: #3F5A69;
}

#header ul {
	border-bottom: 1px dotted #3F5A69;
}
#header ul a {
	color: #3F5A69;
}
#header ul a.active, #header ul a:hover {
	border-bottom: 4px solid #3F5A69;
	padding-bottom: 2px;
	color: #482932;
}

li.inline {
  border-right: 1px dotted #3F5A69;
}

a:link, a:visited {
	 color: #3F5A69;
}
a:hover, a:active  {
	 color: #482932;
}
p {
	color: black;
}
p.opener:first-letter {
	color: #3F5A69;
}

/* == layout ===============================================[start]== */
/*--Box model courtesy of Owen Briggs http://www.thenoodleincident.com/--*/
/*--Central Content Box--*/
#main {
	border: 1px solid #fff;
}
#links {
	border: 1px dotted #fff;
	border-left: 1px dotted #3F5A69;
}
#footer {
	border: 1px dotted #fff;
	border-top: 1px dotted #3F5A69;
}
