body {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: 100,01%;
	margin 0; padding 0;
	font-style: normal;
	font-height: normal;
	font-weight: normal;
	text-decoration: none;
	background-color: black;
}

img {
	border-style: none;
}

A:link {
	color: #000C7A; text-decoration: underline;
}
A:visited {
	color: #000C7A; text-decoration: underline;
}
A:active {
	color: #D39C00; text-decoration: underline;
}
A:hover {
	color: #D39C00; text-decoration: underline;
}

div#dissolve {
	background-color: #000c7a;
	text-align: center;
	padding: 0 /* 10px 10px */;
}

div#header {
	margin: 0;
	padding: 0;
	/* width: 90%; */
	height: 128px;
	background-color: #000c7a;
	background-image: url(../images/logo4header.jpg);
	background-repeat: no-repeat;
	background-position: left;
}

div#content {
	margin: 0; padding: 0;
	border: 3px solid;
	border-color: #d39c00;
	background-color: white;
	text-align: left;
}

div#content h1 {
	margin: 0 16% 4%;
	padding: 8% 0 0;
	font-size: 19px;
	color: #000c7a;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

div#content p {
	margin: 4% 16% 8%;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

div#content div#form {
	font-size: 12px;
	font-style: italic;
}

* html div#content p {
	margin-bottom: 0;
	padding-bottom: 8%;
	ma\rgin-bottom: 8%;
	padd\ing-bottom: 0;
}

div#content ul {
	margin: 4% 16% 8%;
	padding: 0;
}

* html div#content ul {
	margin-bottom: 0;
	padding-bottom: 8%;
	ma\rgin-bottom: 8%;
	padd\ing-bottom: 0;
}

div#content ul li {
	list-style: none;
	margin: 2% 0;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
}

* html div#content ul li {
	margin: 1% 0;
}

