body {
	background-color: black;
}

div {
	margin-left: auto;
	margin-right: auto;
}

div.dateline {
	background: rgb(75%,0%,0%);
	width: 790px;
	height: 20px;
}

div.dateline p {
	font: bold 13px arial, verdana, sans-serif;
	color: white;
	text-align: right;
	padding: 2px 50px;
}

/* Above code allows for browser differences in width +/- padding interpretations */ 

div.border {
	position: relative;
	width: 790px;
	height: 120px;
	background: rgb(75%,0%,0%);
}

div.topic {
	width: 750px;
	height: 100%;
	background: rgb(96%,86%,64%);
}

div.topic p {
	font: bold italic 26px times new roman, times, sans-serif;
	color: rgb(75%,0%,0%);
	margin: 0px;
	width: 750px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}
	
em {
	font-size: 39px;
}	

div.links {
	width: 790px;
	height: 20px;
	background: rgb(75%,0%,0%);
}

#nav, #nav ul {
	z-index: 10;
	padding: 0px;
	margin: 0px;
	list-style: none;
	font: bold 13px arial, verdana, sans-serif;
	font-variant: small-caps;
	color: white;
	background: rgb(75%,0%,0%);
}

#nav {
	padding: 2px 0px;
}

#nav a {
	display: block;
	width: 110px;
	color: white;
	text-decoration: none;
	text-align: center;
}

#nav a:hover {
	color: lime;
}

#nav li {
	float: left;
	width: 110px;
}

#nav li ul {
	position: absolute;
	width: 110px;
	left: -999em;
}

#nav li li {
	font-variant: normal;
	height: 24px;
	border-bottom: 1px solid black;
	width: 100%;
}

#nav li li li {
	font-size: 10px;
}

#nav li ul ul {
	margin: 2px 0 0 60px;
	background-color: black;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	position: absolute;
	left: -999em;
} 

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
	text-align: left;
	padding-top: 10px;
}

div.content {
	position: relative;
	width: 750px;
	background: rgb(96%,86%,64%);
	border: 20px solid rgb(75%,0%,0%);
	border-width: 0px 20px 20px 20px;
	padding: 40px 0px;
}

div.content p {

	margin-top: 0px;
	font: normal 12px arial, verdana, sans-serif;
	color: black;
	text-align: justify;
	padding: 0px 140px;
}

div.content p:first-letter {
	font: bold 16px times new roman, times, serif;
}

div.content ul {
	padding: 0 0 0 170px;
	font: normal 8px arial,verdana,sans-serif;
	list-style-image: url(graphics/check.gif);
}

img.left {
	float: left;
	margin: 10px 20px;
}

img.right {
	float: right;
	margin: 10px 20px;
}

p#note {
	clear: both;
	padding: 0px 190px;
	font-size: 11px;
}

div.insert {
	clear: both;
	width: 350px;
	background: rgb(100%,100%,100%);
	border: 2px solid black;
	margin-bottom: 20px;
}

p#head1, p#head2, p#head3, p#head4, p#text {
	padding: 5px 10px;
	font: bold 16px arial, verdana, sans-serif;
	text-align: center;
}

p#head2:first-letter, p#head3:first-letter, p#head4:first-letter {
	font-family: arial, verdana, sans-serif;
}

p#head1, p#head1:first-letter, p#text {
	font-family: Times New Roman, Times, serif;	
}

p#head2, p#head2:first-letter {
	font-size: 32px;
}

p#head3, p#head3:first-letter {
	font-weight: normal;
	font-size: 26px;
}

p#head4, p#head4:first-letter {
	font-size: 26px;
	text-align: justify;
}

p#text {
	font-weight: normal;
	font-size: 13px;
	text-align: justify;
}

div.comments {
	background-color: silver;
}

div.comments p {
	margin: 0px;
	padding: 10px 80px;
}

hr {
	margin: 0px;
	padding: 0px;
}

div.form p:first-letter {
	font: normal 11px arial, verdana, sans-serif;
}

div.footer {
	text-align: center;
	font: normal 10px arial, verdana, sans-serif;
	color: white;
}

div.content p.image {
	text-align: center;
}



