body {
  background-color: #fefefe;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
  COLOR: #000000;
  scrollbar-arrow-color:#000000;
  scrollbar-face-color:#ffffff;
  scrollbar-track-color:#ffffff;
  text-align: center;

}




/* Tables */
#content2 table {
	border:				0;
	cell-spacing:		2px;
	border-collapse:	collapse;
}

#content2 table td {
	padding:			2px 4px 2px 4px;
	border:				1px solid #bbb;
}

#content2 table th {
	background:			#D56011;
	color:				#fff;
	border:				1px solid #fff;
	padding:			2px 4px 2px 4px;
	text-align:			center;
	font-size:			89%;
}

a:link {
	color:				#000000;
}
a:active {
	color:				#cccccc;
}
a:visited {
	color:				#000000;
}
a:hover {
  color: #ffffff;
  background-color: #FFE5F3;
}

#sitemenu {
  font-size: 150%;
}

#sitemenu table {
  width: 300px;
  table-layout: absolute;
}

#sitemenubg table {
  width: 600px;
  table-layout: absolute;
}

#sitemenu table td {
  width: 150px;
  text-align: center;
}

#bodycontent2 {
  width: 400px;
  top: 50;
  position: relative;
  text-align: left;
  z-index: 1;
}

p {
  text-indent: 0px;
  font-size: small;
}

li {
  font-size: small;
  text-indent: 0;
  list-style: none;
}

ul {
  padding: 0;
  margin-left: 0;
}

h3 {
  font-size: small;
  text-indent: 0;
}

img.smallImage {
  position: relative;
  margin: 30;
  width: 250px; 
}

img.largeImage {
  position: relative;
  margin: 30;
  width: 450px; 
}

h1.small-image-text {
  text-indent: 0;
  font-size: 60;
  width: 500;
  text-align: center;
  font-family: Rage Italic, Vladimir Script;
  color: #ffffff;
}

h2.small-image-text {
  left: 0;
  font-size: 30;
  width: 500px;
  position: relative;
  text-align: center;
}

table.content {
  border-width: 0 0 0px 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0;
  width: 600px;
  background-color: #FFE5F3;
  text-align: left;
}  

table.image {
  border-width: 0 0 0px 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0;
  width: 600;
  background-color: #FFE5F3;
}

td {
  border-width: 0 0 0px 0px;
  padding: 0px;
  margin: 0px;
  border-spacing: 0;
}


