/* First part of the file is from the CSS file (hvwc.css) of original site*/ 
 
body {	
    font-family: Verdana, Arial, Helvetica, sans-serif;
  	background-color:rgb(255,218,160); 	/* the back#FF DA A0 = rgb(255,218,160 - gound of ochre */
  	margin:0em;						    /* no margin on page */
	}/* define color of links */

/* next part is from second CSS file (hvwc2.css) of original site */
/*  #para1 */
	

/* misc style definitions from header from various  pages */
			span.c2 {
				font-size: 115%;
				font-weight: bold;
			}
			span.text-indent {
				text-indent: -20px;
				font-size: 115%;
				font-weight: bold;
			}
			div.c2 {
				font-size: 115%;
				font-weight: bold;
			}
			div.center {
				text-align: center ;
			}

			hr {
				color: #cc9933;
				background-color: #cc9933;
				height: 5px;
			}
			p.smaller {
				text-indent: 2em;
				font-weight: bold;
				font-size: 100%;
			}
			tr.fullwith {
				width: 100%;
			}
			table.fullwidth {
				width: 100%;
			}
            td.heigh5{
                height: 5px;
            }
            table.center {
            	margin: auto;
            }
            td.height500 {
                height: 500px;
            }            
            #map_canvas {
                width: 500px;
                height: 400px;
            }
            td.center {
            	text-align: center;
            }
            td.w25 {
            	width: 25%;
            	text-align: center;
            }
            td.w5 {
            	width: 5%;
            }
            

/* last section is new stuff for new site (Spring 2014) */

/* this iframe derfinition needed to take out the border line between the iframe and the 
 * 		main page when including the header section. The older border attributes not supported in HTML5
 * 		Also define the  size of the iframs.
 */
		iframe.header {
	 	    border: 0px none transparent;
		    padding: 0px;
    		width: 100%;
		    height: 160px;
		}
     	div.boldred {
    		text-align:center; 
	    	font-weight:bold;
    		color:red;
    		font-size: 120%;
    	} 	
    		
/* this is the wood background for all pages */
    body {background-image:url("images/wood_2_sliver.gif");} 		
