/* Master style-sheet for HFHP website */

/* Overall font will be arial, Heading 4 will indent */
Body { font-family: arial;	
	}
H4 { text-indent: 2em;
	}

/* Tipsheet Layout */
#title {
	position: absolute;
	top: 211px;
	width: 559px;
	left: -11px;
	float:left;
	height: 108px;

	}

#left {
	position: absolute;
	top: 424px;
	left: 154px;
	width: 204px;
	float:left;
	height: 1067px;

	}

#center {
	position: absolute;
	top: 1191px;
	left: 350px;
	width: 203px;
	float:left;
	height: 974px;

	}

#line {
	position: absolute;
	top: -4px;
	left: 584px;
	width: auto;
	float:left;
	border-left: thin solid black;
	height: auto;

	}

#right {
	position: absolute;
	top: 15px;
	left: 610px;
	width: 129px;
	float:left;
	height: 1333px;



	}

#bottom {
	position: absolute;
	top: 2500px;
	left: 81px;
	width: 628px;
	float:left;
	height: 204px;

	}


/* Links are green or white with green background when rolled over (hover) */
a:link {
	color:#006633;
	}

a:visited {
	color:#006633;
	}

a:active {
	color:#006633;
	}

a:hover {
	color:white;	
	background-color:#006633
	}


/* Position of main template areas, group is the editable portion */
#side {
	position: absolute;
	z-index: 3;
	top: 178px;
	width: 146px;
	left: 4px;
	height: 427px;


	}

#top {
	z-index: 2;
	position: static
	}

#group {	
	position: absolute;
	width: 575px;
	left: 152px;
	top: 151px;
	z-index: 1	
	}
