BODY {
   background-color: #573420;
   font-family: times-roman;
   color:#FFFFFF;
}
A:link {
   text-decoration: underline; 
   color: #4D90CD;
}
A:visited {
   text-decoration: underline; 
   color: #4D90CD;
}
A:active {
   text-decoration: underline; 
   color: #009470;
}
A:hover {
   text-decoration: underline; 
   color: #009470;
}
ol {
  margin-top: 5px;
  margin-bottom: 0px;
}
ul {
  list-style-position: outside;
  margin: 15px;
  margin-top: 5px;
  margin-bottom: 0px;
}
li {
  margin-left: 0px;
}
.brownBG {
  font-size: 0.8em;
  font-weight: bold;
  color: #E5D7C3;
  background-color: #573420;
}

#body {
	margin-right: auto;
	margin-left: auto;
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width: 780px;
	min-height: 673px;
	position:relative;
	padding: 0px;
}

#title, #header {
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	text-align:center;
}

#contents {
	margin-left: 0px;
	margin-top: 100px;
	padding: 10px;
	padding-left:125px;
	padding-right:125px;
	background-color:#e5d7c3;
	border: 3px ridge #3d2f24;
	min-height:810px;
   color: #573420;
}

#footer {
	margin-top: 50px;
	margin-left: 10px;
	/*width: 540px;*/
	font-size: smaller;
	position:relative;
	
}

.center {
	margin-right: auto;
	margin-left: auto;
	text-align:center;
}

A.button {
	border:1px solid #000;
	padding-left: 2px;
	padding-right: 2px;
	margin-left: 2px;
	margin-right: 2px;
	FONT-FAMILY: arial, sans-serif;
	FONT-SIZE: 10pt;
    FONT-WEIGHT: bold; 
}
A.button:link {
    FONT-WEIGHT: bold; 
	FONT-SIZE: 10pt;
	/*COLOR: #000000;*/
	color:#FFFFFF;
	text-decoration:none;
	background-color: #189B79;
	padding-left: 2px;
	padding-right: 2px;
	}
A.button:visited {
	FONT-SIZE: 10pt;
	FONT-WEIGHT: bold; 
/*    COLOR: #000000;*/
	color:#FFFFFF;
	text-decoration:none;
	border:1px solid #000;
	background-color: #189B79;
	padding-left: 2px;
	padding-right: 2px;
	}
A.button:hover {
	FONT-SIZE: 10pt;
    FONT-WEIGHT: bold; 
/*	COLOR: #3300ff;*/
/*	color:#FFFFFF;*/
	color:#000000;
	background-color:#FFFFFF;
	/*background-color: #c8d2e3;*/
	padding-left: 2px;
	padding-right: 2px;
	text-decoration:none;
	border:1px solid #000;
	}