body { background-color: white; color: black; margin: 0px 0px 0px 0px; }

a:link { color: #0000ff; background-color: #ffffff; }
a:active { color: #0000ff; background-color: #ffffff; }
a:hover { color: #800080; background-color: #ffffff; text-decoration: underline }
a:visited { color: #0000ff; background-color: #ffffff; }

#header	{ width: 100%; float: left; height: 185px; text-align: center; border-bottom: 2px solid blue; background-color: #ffffff;  color: black; }
#subnav	{ width: 20%;  position: absolute; margin-top: 10px; color: black; background-color: #ffffff; border-right: 2px solid blue; padding: 2px; }
#main	{ width: 80%; float: left; padding: 3px;  }
#footer { width: 100%; position: relative;  background-color: #ffffff; color: black;  }

#topleft { position: absolute; left: 10px; top: 10px; padding: 3px; }
#topmiddle { position: relative; text-align: center; top: 10px; padding: 3px; } 
#topright { position: absolute; right: 10px; top: 10px; padding: 3px; }

#topbody { float: left; width: 100%;  }
#leftbody { float: left; width: 50%; background-color: #ffffff; color: black; }
#rightbody { float: right; width: 50%; background-color: #ffffff; color: black; }

p { font-family: "times new roman", serif; font-size: 100%; margin-left: 15px; }
p.left	{ text-align: left; margin-left: 15px; }
p.right { text-align: right; }
p.center { text-align: center; }


h1 { text-align: center; }
h2 { text-align: center; }
h3 { text-align: center; }
hr	{ height: 5px; color: navy; background-color: #ffffff; }

table { margin-left: auto; margin-right: auto; background-color: #ffffff; color: black;}
th	{ background-color: #ccffff; color: black; }


