body { 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 12pt; 
	background-color: #303c68; 
	margin: 0; padding: 0; 
	background-image: url(../images/background-contentslice.jpg);
	background-repeat: repeat-y; 
	background-position: 0 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: #801c27; 
	margin-top: 0; 
	padding-top: 0; 
	font-weight: bold;
}

h2 {
	font-size: 1.8em;
	color: #801c27; 
	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: circle;
}

div#container {
	width: 960px;
	margin: 0 auto 0 0;
	padding: 0;
}

div#header {
	background-image: url(../images/header.jpg); 
	background-repeat: no-repeat; 
	background-attachment: scroll; 
	background-position: 0px 0; 
	width: 960px;
	height: 180px; 
	margin: 0;
	padding: 0;
}

div#main {
	margin: 0;
	padding: 0;
	overflow: auto;

}

div#navigate {
	background: url(../images/element-lhs-marble.jpg) no-repeat left bottom;
	width: 225px;
	float: left;
	margin: 0;
	padding-bottom: 0;
}

div#content { 
	width: 715px; 
	float: right; 
	color: #595959; 
	font-size: 12pt; 
	line-height: 1.5; 
	background-color: white; 
	padding: 0 10px 2em; 
	overflow: auto;
}

* html div#content {
	width: 725px;
	w\idth: 715px; 
	}

div#sidebar {
	width: 190px;
	float: right;
	font-size: 10pt; 
	color: #595959; 
	line-height: 1.2;
	padding: 0 0 2em 10px;
}

div#footer { 
	background-color: #801c27; 
	color: #FFFFFF; 
	font-size: 9pt; 
	border-top: 1px solid white; 
	text-align: right;
	padding: 1em 10px .3em 0;
}

#content p { 
	color: #595959; 
	font-size: 12pt; 
	line-height: 1.5;
}

#sidebar p { 
	color: #595959; 
	font-size: 10pt; 
	background-color: transparent;
}

div.links a:link, div.links a:visited { 
	color: #303c68; 
	font-weight: bold; 
	background-color: transparent; 
	text-decoration: none; 
}

div.links a:hover, div.links a:active { 
	color: #fff; 
	background-color: #303c68; 
	text-decoration: none; 
}

div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

div#footer a:hover, div#footer a:active {
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
}


p.pfirst {
	color: #595959; 
	font-style: italic;
	font-weight: bold;
	font-size: 1.5em;
}

.clear {
	clear: both;
}

.forprint, .forsearch {	
	display: none; 
}

.last {
	border-bottom: 1px solid #2F3C66;
	}