/* redesign October 2007, Steve Nelson */
* {
	margin:0;
	padding:0;
}

html, body {
	height:95%;
}

body {
	text-align:center;
	color:#333;
	background-color:#deddf1;
	font-family: "Lucida Grande", "MS Trebuchet", Verdana, sans-serif;
	font-size:83%;
}

#container {
	position:relative;
	width:800px;
	min-height:100%;
	margin:15px auto;
	text-align:left;
	border:1px solid #666;
	background: #deddf1 url(../images/container-bg.gif) repeat-y;
}

#header {
	width:100%;
	height:100px;
	background: #deddf1 url(../images/header-bg.jpg) no-repeat 0 0;
}

#header h1 {
	text-indent:-9999px;
}

#sidebar {
	position:absolute;
	overflow:hidden;
	left:0;
	top:100px;
	width:200px;
	background:transparent;
	border:none;
}
#sidebar ul {
	margin:10px 5px;
	list-style-type:none;
}

/*#sidebar li { margin: 0 0 .2em 0; }*/

#sidebar a {
display:block;
font-size:1.1em;
font-weight:bold;
color:#510094;
background-color:transparent;
width:13em;
padding:.3em .8em;
text-decoration:	none;
}
#sidebar a:hover
{
background-color: #339;
color: #eef;
text-decoration:underline;
}
#sidebar a.current {
	background-color:#669;
	color:#ff0;
	text-decoration:none;
}

#content {
	margin-left:225px;
	padding-bottom:1.5em;
	background:transparent;
	border:none;
}
#content p {
	color:#333;
	padding:0.5em 1.5em;
	font-size:1em;
	line-height:1.5;
}
#content	h1 {
	font-family: Georgia, serif;
	color: #405666;
	font-size: 1.75em;
	font-weight: bold;
	text-align: center;
	letter-spacing:0.15em;
	margin-top: 1em;
	background-color: transparent;
	}

#content	h2 {
		color: #331442;
		background-color: transparent;
		font-size: 1.3em;
		font-weight: bold;
		text-align: left;
		letter-spacing:0.1em;
		margin-top:1em;
		padding:0.5em 1em	 0.5em 2.5em;
		border-top: 1px dashed #331442;
		border-bottom: 1px dashed #331442;
	}
	#content h3 {
		font-family: Georgia, serif;
		color:#333;
		margin-top:1em;
		background-color:transparent;
		font-size: 1.25em;
		font-weight: bold;
		letter-spacing:0.1em;
		text-align: left;
		border:none;
	}
#content h4 {
	font-family: Georgia, serif;
	color:#333;
	margin-top:1em;
	background-color:transparent;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
	border:none;
}
#content ul, #content ol {
	margin: 1em 1.5em;
}
#content	li {
	color: #333;
	font-size: 0.9em;
	margin:0 0.25em;
	padding:0.25em 0;
}

#content a:link {
color: #451799;
text-decoration: none;
font-weight: bold;
font-size: 1em;
background-color: transparent;
}

#content a:visited {
color: #770051;
text-decoration: none;
font-weight: bold;
font-size: 1em;
background-color: transparent;
}

#content a:hover {
color: #933;
text-decoration: underline;
font-weight: bold;
font-size: 1em;
background-color: transparent;
}

dl {
	margin:1em 1.5em;
}
dt {
	font-size:1em;
	margin-top:0.5em;
}
dd, dd.a {
	font-size:0.9em;
	margin-left:1em;
	margin-top:0.5em;
}

table {
	background-color:#eef;
	margin: 1.25em auto;
	border:1px solid #666;
}
th {
	text-align:center;
	font-size:1em;
	font-weight:bold;
}
tr {
	text-align:center;
}
td {
	font-size:0.9em;
	font-weight:normal;
}

#splashImg {
	width:100%;
	text-align:center;
}
#splashImg img {
	margin:0.5em;
	padding:0.5em;
	border:1px solid #000
}
blockquote {
	background-color:#ccf;
	color:#000;
	font-size:0.9em;
	margin:0.5em 1.75em 0.5em 0;
}

.spNote {
	margin:0.7em 1em 0.7em 0;
	padding:0.75em;
	background-color:#efe;
	border:1px solid #666;
}

.centerizer {
	text-align:center;
}