/* style.css */

.standard {
	font-family: comic sans ms;
        font-weight: normal;
        letter-spacing: 1.5pt;
        word-spacing: 2pt;
        line-height: 19px;
        font-size:12px;
	color: #000000;
        display: block
	}
        
.nav {
	font-family: comic sans ms;
        font-weight: normal;
        letter-spacing: 1.5pt;
        word-spacing: 2pt;
        line-height: 19px;
        font-size:10px;
	color: #ffffff;
        display: block
	}        
        
b, strong {
    font-size:13px;
    color: #eeae02;
    text-transform: lowercase
    }        
        
u {
  border-bottom: 1px dashed #999;
  text-decoration: none
  }

A.one:link{color:#000080;text-decoration: none}
A.one:visited{color:#000080;text-decoration: none}
A.one:hover{color:#000080;text-decoration: none;cursor:help}
A.one:active{color:#000080;text-decoration: none}

A.two:link{color:#ffffff;text-decoration: none}
A.two:visited{color:#ffffff;text-decoration: none}
A.two:hover{color:#f2f2f2;text-decoration: none;cursor:help}
A.two:active{color:#ffffff;text-decoration: none}

hr {
    display:block;
    border:0px;
    height:76px;
    width: 465px;
    background-image:url(/layout/hr.png)
}

h1 {
   font-family: tahoma;
   letter-spacing: 1.5pt;
   font-size:16pt;
   color: #eeae02;
   text-transform:lowercase
   }
   
        
.footer {
  position: static;
  right: 0;
  bottom: 0;
  left: 0;
  height: 75px;
  width: 100%;
  margin-top: 50px;
  margin-bottom:5px;
  text-align: center;
}        

	
.box { 
        margin:auto;
        display: inline-block;
        text-align:center;
        vertical-align:middle;
        width: 28%;
        padding-top: 5px;
        padding-bottom: 5px;
        position: relative;
}
        

