/* STILL lacking monkey code */

body{
 width: 100%;
 text-align: center;
 background-position: 50% 50%;
 background-color: #FFFFFF;
 border: 0px;
 margin: 0 auto;
 }
	 
#hdr{
 position: center;
 width: 875px;
 height: 118px;
 color: #013498;
 text-align: center;
 background-color: #FFFFFF;
 margin: 0 auto;
 border: 0px;
 padding: 0px;
 }

#hdr2{
 position: center;
 width: 875px;
 height: 20px;
 color: #FF0000;
 text-align: center;
 background-image: url(../images/back.jpg);
 background-color: #FFFFFF;
 margin: 5px auto;
 border: 0px;
 padding: 0px;
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 }
 
#midcol{
 position: center;
 width: 875px;
 #height: 500px;
 min-height: 500px;
 color: #FFFFFF;
 text-align: center;
 background-color: #FFFFFF;
 margin: 0px auto; 
 border: 0px;
 padding: 0px;
 }

#foot{
 position: top;
 color: #ff0000;
 text-align: center;
 font-family: Arial;
 font-size: 12px;
 width: 875px;
 height: 20px;
 background-repeat: no-repeat;
 background-position: top;
 background-color: white;
 border: 0px;
 padding: 0px;
 margin: 0 auto;
 }
 
table {
 padding: 0px;
 border: 0px;
 border-color: #FFFFFF;
 }

td {
 width: 165px;
 background-color: #ff0000;
 text-align: center;
 padding: 0px;
 border: 0px;
 color: #FFFFFF;
 }

td.white {
 width: 545px;
 background-color: #FFFFFF;
 border: 0px;
 color: #ff0000;
 }

td.large {
 width: 610px;
 background-color: #FFFFFF;
 border: 0px;
 color: #FF0000;
 }
 
img {
 vertical-align: baseline;
 border: 0px;
 }

img.ir {
 position: right;
 }

img.it {
 position: top;
 }

img.if {
 color: #1247A9; text-decoration: none;
 text-align: center;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 14px;
 font-weight: none;
 }

p {
 color: #bf0000; text-decoration: none;
 text-align: center;
 margin: 20px 20px 20px 20px;
 font-family: Arial;
 font-size: 14px;
 font-weight: none;
 }

h1 {
 color: #ffffff
 text-align: left;
 margin: 0px 20px 0px 20px;
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 }

h2 {
 color: #bf0000;
 text-align: center;
 margin: 0px 20px 0px 20px;
 font-family: Arial;
 font-size: 14px;
 font-weight: bold;
 }

a.white:link {
 color: #bf0000; text-decoration: none;
 } 

a.white:active {
 color: #bf0000; text-decoration: none;
 }

a.white:visited {
 color: #bf0000; text-decoration: none;
 }

a.white:hover {
 color: #ff6868; text-decoration: none;
 }

a:link {
 color: white; text-decoration: none;
 }

a:active {
 color: white; text-decoration: none;
 }

a:visited {
 color: white; text-decoration: none;
 }

a:hover {
 color: #ff6868; text-decoration: none;
 } 
