/*
# top right bottom left
*/


/* ******************************************************************************** */
html {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: none;
  background-color: black;
  color: white;
  white-space: normal;
}
body {
  margin: 0px;
  padding: 0px;
  border-width: 0px;
  border-style: none;
  font-size:100%;
  font-family: sans-serif;
  background-color: black;
  color: white;
  white-space: normal;
}
p {
  font-size: 1em;
}
dl {
  font-size: 1em;
}
ul {
  font-size: 1em;
  list-style-type: circle;
}
a {
  border-width: 0px;
  border-style: none;
  color: yellow;
}
img {
  border-width: 0px;
  border-style: none;
}
a:visited {
  color: yellow;
}
a:hover {
  color: yellow;
}
a:active {
  color: yellow;
}

/* ******************************************************************************** */
/* These are the styles for the top/bottom of page content (IDs)
/* ******************************************************************************** */

p#topCopyRight {
  font-size: .8em;
  color: #33FF00;
  white-space: nowrap;
  font-weight: normal; 
  text-align: right;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0px;
  border-style: none;
  padding: 5px 5px 5px 5px;
  z-index: 2;
}
a#topHomeLink {
  position: absolute;
  top: 0px;
  left: 0px;
  border-width: 0px;
  border-style: none;
  z-index: 2;
}
a#topHomeLink img {
  border-width: 0px;
  border-style: none;  
  margin-top: 5px;
  margin-left:5px;
}
#botPadAndCopyRight { 
  width: 100%;
  height: 200px; 
  background-color: black;
  margin: 50px 0px 0px 0px;
  font-size: .8em;
  color: #33FF00;
  white-space: nowrap;
  font-weight: normal; 
  text-align: center;
  padding: 800px 0px 0px 0px;
  z-index: 2;
}

.minMar {
	margin-left: 80px;
	margin-right: 50px;	
	margin-top: 80px;
	min-height: 800px;
}

