body {
		 color: #4e4f8f;
		 font-size: 100%;
		 }
		 
img {
		border: none;
		}
		
hr {
    color: #4e4f8f;
		background-color: #4e4f8f;
		border: 0;
		height: 3;
    }
		
li {
list-style-position: inside;
}
		
a:link, a:visited, a:hover {
	  border: 0;
		}

.upperleftback {
  	 background: url('images/site-background1sliced_01.gif') top left no-repeat;
  	 width: 108;
  	 }
	 
.uppercenterback {
     background: url('images/site-background1sliced_02.gif') top left repeat-x;
  	 }
	 
.upperrightback {
  	 background: url('images/site-background1sliced_04.gif') top left no-repeat;
  	 width: 108;
  	 }
	 
.centerleftback {
  		background: url('images/site-background1sliced_05.gif') top left repeat-y;
  		width: 108;
  		}
		
.centerback {
      background: url('images/site-background1sliced_06.gif') top left repeat;
      }
			
.centerrightback {
      background: url('images/site-background1sliced_08.gif') top left repeat-y;
      width: 108;
      }
			
.bottomleftback {
      background: url('images/site-background1sliced_17.gif') no-repeat;
      width: 108;
      }
			
.bottomcenterback {
      background: url('images/site-background1sliced_18.gif') top left repeat-x;
      }
			
.bottomrightback {
      background: url('images/site-background1sliced_20.gif') top left no-repeat;
      width: 108;
      }
			
#navbox {
      margin-left:20;
      float: left;
      margin-bottom:20;
      margin-right: 15;
      }
			
#mainnav1 {
      position: absolute;
      top: 500;
      left: 160;
      width: 175;
      }

.textnav {
			position: absolute;
			top: 500;
			left: 190;
			font-size: 14pt;
			color: #4e4f8f;
			}
			
.textnav a{
			text-decoration: none;
			font-size: 14pt;
			font-weight: bold;
			color: #4e4f8f;
			}
			
.textnav a:hover{
			color: #CC0099;
			}
					
.floatleft {
			float: left;
			margin: 10;
			}
			
.bold {
			font-weight: bold;
			}
					
.floatright {
			float: right;
			margin: 10;
			}			
			
.textposition {
			margin-right:15;
			}
