body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	background-color: #333; 
	background-image: url(../images/background-contentslice.jpg); 
	background-repeat: repeat-y; 
	background-position: 10px 0; 
	margin: 0; padding: 0; 
}

a {
	text-decoration: none;
}

a img {
	border: 0;
}

p {
	margin: 0 0 1em;
}

li {
	margin: 0 0 0.5em;
	line-height: 1.4; 
}
h1 {
	font-size: 2em;
	color: #666; 
	margin-top: 0; 
	padding-top: 0; 
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	color: #666; 
	margin: 0 1em 0.5em 0; 
	padding-top: 0; 
	font-weight: bold;
}

h3 {
	font-size: 1.5em;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
}

ol, ul, dt {
	margin: 1em 1em 1em 2em;
}

ul {
	list-style: square;
}

blockquote.standard {
	width: 475px;
	font-size: 10pt;
	padding: 7px;
	border-color: #8f0000;
	border-style: solid;
	border-width: 1px;
	background-color: #e5e5e5;
	color: #3f3f3f;
}

div#container {
	width: 940px;
	margin: 0 auto 0 10px;
	padding: 0;
}

div#header {
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0px 0; 
	width: 940px;
	height: 180px; 
	margin: 0;
	padding: 0;
}

div#main {
	margin: 0;
	padding: 0;
	overflow: auto;
}

div#navigate {
	background: #666 url(../images/element-lhs-chess.jpg) no-repeat left bottom;
	width: 215px;
	float: left;
	margin: 0;
	padding-bottom: 0;
}

div#content {
	width: 705px;
	float: right;
	background: white url(../images/background-content.jpg) no-repeat 0px 0px; 
	color: #333; 
	font-size: 12pt; 
	line-height: 1.5; 
	padding: 0 10px 2em 10px;
	overflow: auto;
}

div#blockquote { width: 650px; float: left; background: #dadada; color: #333; font-size: 10pt; line-height: 1.5; overflow: auto; padding-top: 1em; padding-right: 10px; padding-left: 10px; border: solid 1px maroon; outline-color: maroon; outline-style: solid; }

div#smallblockquote { width: 450px; float: left; background: #dadada; color: #333; font-size: 10pt; line-height: 1.5; overflow: auto; padding-top: 1em; padding-right: 10px; padding-left: 10px; border: solid 1px maroon; outline-color: maroon; outline-style: solid; }

div#space { width: 650px; float: left; background: transparent; color: #333; font-size: 10pt; line-height: 1.5; height: 12px; overflow: auto; clear: both; padding-top: 1em; padding-right: 10px; padding-left: 10px; border-color: transparent; border-style: none; outline-color: maroon; outline-style: hidden; }

div#smallspace { width: 500px; float: left; background: transparent; color: #333; font-size: 10pt; line-height: 1.5; height: 12px; overflow: auto; clear: both; padding-top: 1em; padding-right: 10px; padding-left: 10px; border-color: transparent; border-style: none; outline-color: maroon; outline-style: hidden; }

* html div#content {
	width: 725px;
	w\idth: 705px; 
	}

div#sidebar {
	width: 190px;
	float: right;
	font-size: 10pt; 
	color: #666; 
	line-height: 1.2;
	padding: 0 0 2em 10px;
}

div#footer { 
	background-color: #8f0000; 
	color: #CCC; 
	font-size: 9pt; 
	border-top: 1px solid white; 
	text-align: right;
	padding: 1em 10px .3em 0;
}

#content p { 
	color: #333; 
	font-size: 12pt; 
	line-height: 1.5;
}

#sidebar p { 
	color: #666; 
	font-size: 10pt; 
	background-color: transparent;
}

/* needed for rollover effect for links similar to the graphical navigation */ 
div.boxlinks a:link, div.boxlinks a:visited { 
	color: #8f0000; 
	font-weight: bold; 
	text-decoration: none; 
	padding: 0 2px 0; 
}

/* rollover effect for links similar to the graphical navigation */
div.boxlinks a:hover, div.boxlinks a:active { 
	color: #ffffff; 
	background-color: #8f0000; 
	text-decoration: none; 
	padding: 0 2px 0; 
	border: solid 1px #000; 
}

* html div.boxlinks a:hover { 
	padding: 0 1px 0;
	}

p.pfirst {
	color: #000; 
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
}

.clear {
	clear: both;
}

.forprint, .forsearch {	
	display: none; 
}
