h1,h2,h3{
	color: #ff0000;
	text-shadow: black;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: -5px;
	
}

h4	{
	font-size: 16px;
	padding: 2px;
	margin-bottom: -12px;
	border-bottom: 1px solid #003399;
	}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
}


body {
  margin: 0;
  padding: 0;
  background: ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#top {
  margin: 0px;
  padding: 5px;
  background: #ffffff;
  height: 190px;
}
#wrapper {
  margin: 0 10px;
  padding: 0;
  background: #ffffff;
}
#left {
  float: left;
  width: 165px;
  border-style: groove;
  border-color: #0100cc;
  border-width: medium;
  color: #ffffff;
  background: #fe0002;
  padding: 0px;
}
#right {
  float: right;
  width: 130px;
  border-style: groove;
  border-color: #000000;
  border-width: medium;
  color: 000000;
  background: #ffff00;
  padding: 5px
}
#center {
	margin-botton: 0px;
	margin-left: 190px;
	margin-right: 160px;
	padding: 5;
	background-color: #ffffff;
	font-weight: normal;
	color: #0000CC;
	background-image: url(images/Back.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: justify;
}
#clear {
  clear: both;
}
#footer {
  background: #ffffff;
  margin: 20px;
  text-align: center;
  font-family: Verdana, Arial, Helvetica, sana-serif;
  font-size: 9px;
  font-style: italic;
}

/* Removes default top margin from left/right column paragraphs in Mozilla */
div > p {
  margin-top: 0;
}
