/* css */


body {
	background-color: #fff;	
	color: #000;
	font-family: "Times New Roman", Garamond, serif;
	font-size: 12pt;
	width:auto;

}

#container {
	margin:0;
	padding:0;
	border:none;
	text-align:left;
	background: #ffffff;
	width:auto;
	
}


#header {
	display: none;
}

#header img {
	border: 0;
	float: right;
	display: inline;
	margin:85px 0 0 4px;
}

#content #chead {
	margin:0;
	padding:0;
	width:auto;
}


#content #chead h1 {
	padding-top: 4px;
	font-size:20pt;
	margin:0;
}


#content #copy {
	margin:0;
	padding:0;
	width:auto;
}


#content #copy .icol {
	display:none;
}


#content #copy .low {
	color: #ccc;
}


#content #copy a {	
	color: #000;
	text-decoration:underline;
	font-weight:normal;

}

#content #copy p {
	margin: 0 0 16px 0;
}

#content #copy h2 {
	color:#000;
	font-size:16pt;
	margin: 0 0 4px 0;
}

#content #copy h3 {
	color:#000;
	font-size:14pt;
	margin: 0 0 4px 0;
}

#content #copy ul li {
	margin: 0 0 0 0;
}

#content #copy strong {
	color:#000;
}


#content #copy a:hover {	
	text-decoration:underline;
}

#content #copy li {
	color:#000;
	list-style-type:disc;
	font-weight:bold;

}

#content #copy li .lc {
	color:#000;
	font-weight:normal;
}

#content #copy .dual {
	display:none;
}



#content {

	margin:0;
	padding:0;
	background:none;
}


#nav {
	display: none;
}


#nav a {
	text-decoration:none;
	color:#69707D;
}

#nav a:hover {	
	text-decoration:underline;
	color:#348aab;
}

#nav ul{
	text-align:left;
	margin:0;
	padding:5px 5px 5px 16px;

}

#nav li {
	list-style-type: none;
	display: inline;
	padding:0 10px  0 0 ;
	margin:0;
	color:#69707D;

}

#footer {
	margin:20px 0 0 0;
	text-align:left;
	padding:0;
}

#content li {
	padding:0 0 10px 0 ;
}

#content ul {
	margin-bottom: 0px;
}

#whitespace {
	height:150px;
}