.button

{

    background-color: #d3d3d3;

    border: 2px #d1ec4c outset;

    padding: 1px 4px;

    color: black;

    text-decoration: none;

    font-weight: bold;

    font-size: 12pt;

    font-family: "Lucida Grande" , "Trebuchet MS" , Verdana, Helvetica, sans-serif;

    text-align: center;

}



.button:visited{

color: black;

}



.button:hover{

border-style: inset;

background-color: White;

padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/

color: black;

}



.button:active{

color: black;

}



a

{

    color: #000033;

    display: inline;

    text-decoration: none;

    font-size: 110%;

    font-weight: bold;

    margin-right: 10px;

    padding-left: 5px;

    background-color: inherit;

   

}

a:hover

{

    color: #ffcc66;

}

 

* {

 padding: 0;

 margin: 0;

}

body {

 font-family: Arial, Helvetica, sans-serif;

 font-size: 11pt;

 color: #564b47; 

}



h3 

{

    font-size: 140%;

    font-weight: bold;

    }

#wrapper {

 width: 950px;

 margin: 0 auto;

 background-color: White;

}

#navbar {

 border: 1px solid #ccc;

 margin: 0px 0px 0px 0px;

 padding: 4px;

 background-color: #A3A38F;

 text-align: center;

}

#header {

 color: White;

 border: 1px solid #ccc;

 margin: 0px 0px 0px 0px;

 background-image: url("../images/top.jpg");

 height: 70px;

 padding: 10px;

 font-size: 350%;

 font-weight: bold;

}

#header p

{

    font-size:14pt;

    font-style:italic;

}

sup 

{

    font-size:7pt;

}

#leftcolumn { /* Parent Wrapper for inside boxes */

 margin: 0 0px 0px 0px;

 padding: 4px;

 display: inline; /* IE Hack */

 width: 27%;

 float: right;

 border: 1px solid #ccc;

 background-color: #DAC8BF;

 min-height: 340px;

 



}

* html #leftcolumn 

{

} /* IE Min-Height Hack */ 



#centercolumn {

 border: 1px solid #ccc;

 margin: 0 0px 0px 0px;

 display: inline; /* IE Hack */

 padding: 4px;

 width: 70%;

 float: left;

 min-height: 340px;

}

* html #centercolumn {} /* IE Min-Height Hack */ 



#footer {

 background-color: #A3A38F;

 margin: 0 0px 0px 0px;

 display: inline; /* IE Hack */

 padding: 0px;

 float: left;

 width: 100%;

 text-align:center;

 color:White;

 

}





ol

{

    list-style-position: outside;

    list-style-type: decimal;

}

