body {
  text-align: center;  /* for IE5 Win */
  background: #E6F0F5 url(/img/bg-body.jpg) 0 0 repeat;
  color: #000;
  margin: 0;
  padding: 0;
  font-family: "helvetica neue" helvetica, arial, sans-serif;
  font-size: 80%;
  }

p {
  margin: 5px 0 1.1em 0;
  font-size: 1.1em;
  line-height: 125%;
}

code {
	display: block;
	font-size: 1.1em;
	background: #FFF;
	padding: 10px;
	border: 1px solid #2C8296;
}

dl dt 
{
	font-weight: bold;
	float: left;
	margin: 0;
}

dl dd 
{
	margin: 0 0 1.0em 100px;
	font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: bold;
	line-height: 100%;
}

a {
	color: #FFF;
	text-decoration: none;
}

	
a:visited {
	color: #B3D8E3;
}

a:hover {
	border-bottom: 1px dotted #FFF;
}

a:active {
	border-bottom: 1px dotted #FFF;
}

a.no-underline:hover {
	border-bottom: none;
}

img {
	border: none;
}

hr {
	margin: 0 0 0 -50px;
	border: none;
	height: 1px;
	color: #000;   /* for IE */
	background-color: #000;
}

address {
	font-style: normal;
}

#container {
  margin: 0 auto;
  width: 825px;
  text-align: left;
  background: #53A6BE url(/img/bg-container.jpg) 0 center repeat-y;
 }
  
#header {
	padding:  180px 350px 35px 50px;
	font-size: .8em;
	background: url(/img/bg-header-top.jpg) 0 0 no-repeat;
}

#header h1 {
	display: none;
}

#header-indiv {
	padding:  100px 0 0 50px;
	background: url(/img/bg-header-indiv.jpg) 0 0 no-repeat;
}

#header-indiv h2 {
	display: none;
}

#banner {
	float: right;
	margin: 50px 30px 0 0;
}

#content {
	float: left;
	width: 550px;
	padding: 5px 0 0 50px;
	margin: 25px 0 0 0;
	border-top: 1px solid #000;
}

#content h2 {
	font-size: 2em;
	margin-bottom: -2px;
}

#content ol {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 1.1em;
}

#content ul {
	margin: 0;
	padding: 0;
	line-height: 100%;
	font-size: 1.1em;
}

#content li {
	padding:  0 0 .5em 0;
}

#content ul a {
	font-weight: bold;
}

#sidebar {
	float: right;
	width: 200px;
	margin-top: -28px;
}

#sidebar p {
	font-size: .9em;
	line-height: 125%;
	margin: 0 25px 0 0;
}

#sidebar h6 {
	border-bottom: 1px solid #000;
	margin: 35px 1px 15px 0;
	font-size: 1.3em;
}

#sidebar ul {
	margin: 0 25px -.8em 0;   /* negative bottom margin balance li's */
	padding: 0;
	list-style: none;
	font-size: .9em;
	line-height: 100%;
}

#sidebar li {
	padding:  0 0 .8em 0;
}

#sidebar ul a {
	font-weight: bold;
}

#footer {
	clear: both;
	background: url(/img/bg-footer.jpg) bottom left no-repeat;
	padding: 30px 0 50px 0;
	font-size: .8em;
	text-align: center;
}

#footer a {
	font-weight: normal;
}

.cover-img {
	margin: -5px 0 0 -50px;
}

.left-img {
	float: left;
	margin: 0 10px 10px 0;
}

.right-img {
	margin: 0 0 10px 10px;
	float: right;
}

.author {
	margin: 5px 0 3px 0;
	font-weight: bold;
}

.thin {
	margin: 0 0 0 -50px;
	border: none;
	height: 1px;
	color: #000;   /* for IE */
	background-color: #000;
	clear: both;
	width: 600px;
}

.thick {
	margin: 10px 0 30px -50px;
	border: none;
	height: 2px;
	color: #000;   /* for IE */
	background-color: #000;
	clear: both;
	width: 600px;
}

.archives {
	margin: 0 0 25px 0;
	padding: 5px 0 2px 0;
	font-weight: bold;
}

.small {
	font-size: .9em;
	line-height: 125%;
}

.non-bold {
	font-weight: normal;
}
