/* CSS Document *//*Once we get buttons, use this: <img src="images/home.png" border=0 alt="Home">*/body {	 	 font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	 	 font-size: 14px;	 	 color: #000000;	 	 margin: 10px 0 0 10px; /*top right bottom left*/	 }	 p {  font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	   font-size: 14px;	   color: #000000;	    	   }  li {   font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	    font-size: 14px;	    color: #000000;   }   h1 {   	   font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	   font-size: 18px;	   font-weight: bold;	   color: #000000;   }h2 {   	   font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	   font-size: 15px;	   font-style: italic;	   font-weight: normal;	   color: #000000;   }   h3 {      font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	   font-size: 14px;	   text-decoration: underline;	   font-weight: bold;	   color: #000000;   }   header3 {   		font-family: garamond, book antiqua, palatino linotype, times new roman, serif;			font-size: 14px;			text-decoration: underline;			font-weight: bold;			color: #000000;		}		#nav {	 	 position: absolute;	 	 	 width: 190px;		 margin: 170px 0 0px 0; /*top right bottom left*/ 	 font-weight: normal;	 padding: 0px 0px 0px 0px;	 background-color: #FFCC99;	 }	 #content {		 		 position: absolute;		 		 padding: 0 0 0 25px;		 margin: 170px 0 0 0px; /*top right bottom left*/	  	 padding: 20px 20px 20px 190px;	  	 background-color: #FFCC99;		 }		 #main {	  	  position: absolute;	  	  width: 660px;	  margin: 170px 0 0 0px; /*top right bottom left*/	  padding: 20px 20px 20px 190px;	  background-color: #FFCC99; /*background: url(images/BG_IMG.gif);*/	  }	  #header {				position: absolute;		}		#footer {				position: relative;		width: 660px;		margin: 100px 0 0 0px;		background-color: #FFCC99;		font-family: garamond, book antiqua, palatino linotype, times new roman, serif;	 		font-size: 10px;			font-style: italic;			font-weight: normal;	   		color: #000000;			}		a:link {	   	   padding: 0px 1px 0px 1px;	   	   color: #CC0000;	   	   text-decoration: none;	   }	   a:visited {		  		  padding: 0px 1px 0px 1px;	   		  color: #CC6666;	   		  text-decoration: none;		  }		  a:hover {				padding: 0px 1px 0px 1px;	   		color: #FF0099;	   		text-decoration: none;		}		a:active {		 		 padding: 0px 1px 0px 1px;	   		 color: #000000;	   		 text-decoration: none;		 }