*{
	margin: 0px;
}
body {
	background-color: #939598
}
p {
	margin-bottom: 20px;
}
#container {
	width: 1000px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 20px;
	border: 1px solid #000000;
}
#header {
	height: 159px;
	background-image: url(images/header.jpg);
	width: 1000px;
}
#nav {
	text-align: center;
	background-image: url(images/nav.jpg);
	height: 31px;
	line-height: 31px;
	background-repeat: repeat-x;
}
#nav   a {
	height: 31px;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	margin-right: 25px;
	margin-left: 25px;
	font-size: 12px;
}
#nav a:hover {
	text-decoration: underline;
}
#date {
	text-align: right;
	padding: 10px;
	font-weight: bold;
	color: #969698;
	font-size: 12px;
}
#content {
	background-image: url(images/content.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-right: 100px;
	padding-left: 100px;
	padding-bottom: 20px;
}
#footer {
	font-weight: bold;
	font-family: Verdana;
	font-size: 11px;
	height: 28px;
	clear: both;
	padding-top: 16px;
	text-align: center;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
}
#footer  a {
	margin-right: 15px;
	margin-left: 15px;
	color: #000000;
	text-decoration: none;
}
#ContentImages {}
.spaceIMG {
	margin-right: 20px;
	margin-left: 20px;
}

.spaceIMGother {
	margin: 6px;
}

ul {
	margin-left: 40px;
}
.FormA {
	text-align: right;
	font-weight: bold;
	background-color: #CCCCCC;
}
.FormB {
	text-align: left;
	background-color: #999999;
}
.style1 {color: #FF0000}
