/*--- Style sheet for prototype site ---*/

body                { /* Page Body */
	leftmargin: 0;
	topmargin: 0;
	marginwidth: 0;
	marginheight: 0;
	color=#FFFF00; 
	background-image: url(images/wood_bkgd.gif);
	font-family: "Verdana, Arial, Helvetica, sans-serif";
	/* fonts 24px,18px, 16px, 14px */
	font: 18pt;
	link: "#ffffff";
	vlink: "#ffffff";
	text-align      : center;
	}
h1 {
	color: #800000;
	font: bold 28pt verdana;
	}
h2 {
	color: #800000;
	font: bold 18pt verdana;
	}
h3 {
	color: #800000;
	font: bold 15pt  verdana;
	}
h4 {
	color: #800000;
	font: bold 12pt  verdana;
	}
p {
	color: #800000;
	font: 14pt verdana; 
	}

div.logo            { /* logo*/
	position        : absolute;
	top				: 12px;
	left            :  18px;
	width           : 110px;
	height			: 100px;
	}

div.hdrbox             {
	
	position        : absolute;
	top				:   199px;
	left            :  799px;
	width           : 120px;
	height			: 200px
	background-image: "images/wood_bkgd.gif";
	font-family: "Verdana, Arial, Helvetica, sans-serif";	
	background-color: yellow;
	}
	
div.hdrtitle         {     
	position        : absolute;
	font			: bold 18pt 'Forte'; 
	color			: yellow;
	top				:   28px;
	left            :  232px;
	width           : 400px;
	height			: 50px;
	}
div.home			{
 	position        : absolute;
	top				:   16px;
	left            :   0px;
	}

/* End of stylesheet */

