body {
	background-color: #494949;
}
a img {
	text-decoration: none;
	border: 0px;
}
a:hover img {
	text-decoration: none;
	border: 0px;
}

#page {
	background-color: #EFEFF5;
	width: 800px;
	color: #004719;
	font-family: Georgia;
	font-size: 11px;
	font-style: italic;
}

.navigation,
#right {
	text-align: center;
	padding: 30px;
	padding-top: 60px;
	font-size: 12px;
	font-style: normal;
}
.navigation img,
#right img {
	margin-bottom: 20px;
	margin-top: 20px;
}
.navigation div {
	margin-bottom: 5px;
	margin-top: 5px;
	width: 74px;
}
#right div img {
	margin: 0px;
}

.navigation a,
.navigation a div {
	text-decoration: none;
	color: #004719;
}
.navigation a:hover,
.navigation a:hover div {
	background-color: #D3CDD0;
}

#center {
	width: 532px;
}
#center2,
#center3 {
	width: 666px;
}
#center,
#center img,
#center2,
#center2 img,
#center3  {
	padding-top: 30px;
}
#center a,
#center2 a,
#center3 a {
	text-decoration: none;
	color: #B10302;
}
#center a:hover,
#center2 a:hover,
#center3 a:hover {
	text-decoration: underline;
	color: #B10302;
}
/* #center3 img  {
	padding-right: 15px;
} */

#text {
	margin-left: 50px;
	margin-right: 90px;
}
#text img {
	border: solid 1px #004719;
	margin-right: 15px;
}


h1 {
	font-size: 18px;
	font-weight: normal;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}

#copyright {
	background-image:  url("/images/copyright.gif");
	background-repeat: no-repeat;
	height: 119px;
	width: 800px;
	color: #E2BA5D;
	font-size: 10px;
	font-weight:bold;
	font-family: Verdana;
	text-align: right;
	font-style: normal;
	background-color: #494949;
}
#copyright div {
	position: relative;
	right: 20px;
	top: 35px;
}
#copyright a {
	text-decoration: none;
	color: #E2BA5D;
}
#copyright a:hover {
	text-decoration: underline;
	color: #E2BA5D;
}
