/* STILL lacking monkey code */

body{
 width: 100%;
 text-align: center;
 background-position: 50% 50%;
 background-image: url(images/backsh.jpg);
 background-repeat: repeat-y;
 background-color: #D9D9D9;
 border-width: 0px 0px;
 margin: 0 auto;
 }
	 
#hdr{
 position: center;
 width: 800px;
 height: 70px;
 color: #013498;
 text-align: center;
 background-color: white;
 background-image: url(images/title.jpg);
 background-repeat: no-repeat;
 background-position: left;
 margin: 0 auto;
 border: 0px;
 padding: 0px;
 }

#hdr2{
 position: center;
 width: 800px;
 height: 5px;
 min-height: 5px;
 color: #FFFFFF;
 text-align: center;
 background-image: url(images/bar.gif);
 background-repeat: repeat-x;
 background-position: center;
 margin: 0px auto; 
 border: 0px;
 padding: 0px;
 }

#hdr3{
 position: center;
 width: 800px;
 height: 30px;
 color: #FFFFFF;
 text-align: center; 
 background-color: #013498;
 background-repeat: no-repeat;
 background-position: center;
 margin: 0px auto;
 border: 0px;
 padding: 0px;
 }
 
#mid-col{
 position: top;
 color: #013498;
 text-align: center;
 width: 799px;
 height: 800px;
 background-repeat: no-repeat;
 background-position: top;
 background-color: white;
 border: 0px;
 padding: 0px;
 margin: 0 auto;
 overflow: auto;
 }

#mid-colfp{
 position: top;
 color: #013498;
 text-align: top;
 width: 799px;
 height: 900px;
 background-repeat: no-repeat;
 background-position: top;
 background-color: white;
 border: 0px;
 padding: 0px;
 margin: 0 auto;
 overflow: auto;
 }

#foot{
 position: top;
 color: #013498;
 text-align: center;
 font-family: Arial;
 font-size: 12px;
 width: 797px;
 height: 70px;
 background-repeat: no-repeat;
 background-position: top;
 background-color: white;
 border: 0px;
 padding: 0px;
 margin: 0 auto;
 }

img {
 position: left;
 }

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: #1247A9; text-decoration: none;
 text-align: center;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 14px;
 font-weight: none;
 }

p.left {
 color: #1247A9; text-decoration: none;
 text-align: left;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 12px;
 font-weight: none;
 }

p.right {
 color: #1247A9; text-decoration: none;
 text-align: right;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 12px;
 font-weight: none;
 }

li {
 color: #1247A9; text-decoration: none;
 margin: 0px 0px 0px 40px;
 font-family: Arial;
 font-size: 14px;
 font-weight: none;
 }


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

h2 {
 color: #1247A9;
 text-align: right;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 20px;
 font-weight: bold;
 }

h3 {
 color: #1247A9;
 text-align: right;
 margin: 40px 40px 40px 40px;
 font-family: Arial;
 font-size: 16px;
 font-weight: bold;
 }

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

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

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

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

a:link {
 color: #99aaff; text-decoration: none; font-size: 16px;
 }

a:active {
 color: #013498; text-decoration: none; font-size: 16px;
 }

a:visited {
 color: #99aaff; text-decoration: none; font-size: 16px;
 }

a:hover {
 color: #6E97FF; text-decoration: none; font-size: 16px;
 } 
