/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.11.3
*/

/**
 * 84.5% for !IE, keywords for IE
 * Percents could work for IE, but for backCompat purposes, we are using
 keywords.
 * x-small is for IE < 6 and IE6 quirks mode.
 *
 */
body 
{font-family: "Trebuchet MS", Arial, Helvetica,sans-serif;  color: #974619; font-size: 0.9em;}

#hd h1 {
   color: white; font-weight: bold; font-size: 3.5em;
   position: absolute;
   margin-top: 100px;
   margin-left: 5px;
}

h2 {
   font-size: 1.2em;
   line-height: 180%;
}

/**
 * 99% for safari; 100% is too large
 */
select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}


ul {list-style-type: none;} 

li {margin-bottom: 5px;}

.menu a {
     margin: 0 2px;
     width: 150px; 
     height: 20px;
     display: block;
     text-align: center;
     border: 1px solid gray;
     text-decoration: none;
     color: #000;
     background: #fff;
	 }
	 
.menu a:hover {
     background-color: #974619;
     color: white;
     border: 1px solid gray; 
     }

.menu a:active {
     background: gray;
     border: 1px solid gray; 
     color: #fff;
     }
     
     .parapic {
        float: left;
     }
     
     .standout {
        font-weight: bold;
     }
     
     .boxhead {
        background-color: white;
        color: #974619;
       /*width: 100%;*/
       border-bottom: solid 1px black;
       padding-left: 5px;
     }
     
     .boxfor p {
        color: black;
        background-color: white;
        padding-left: 5px;
        padding-right: 5px;
     }

a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #974619;
	text-decoration: none;
}
a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #990000;
	text-decoration: underline;
	font-style: normal;
}
