body {
  font-family:Verdana, Geneva, Arial, helvetica, sans-serif;
}

ul {
	margin-top:20px;
	margin-bottom:20px;
}

li {
	margin-bottom:10px;	
}

a:link {
	color:#000000;
}

a:visited {
	color:#000000;
}

a:hover {
	color:#7F997F;
}

a:active {
	outline:none;
	color:#000000;
}

a:focus {
  -moz-outline-style:none;
  outline:none;
}

a.tultip {
	text-decoration:none;
	font-weight:800;
	cursor:help;
}

a.tultip:visited {
	color:#000000;
}

a.tultip:active {
	color:#000000;
	outline:none;
}

a.tease:link {
	outline:none;
	color:#2A5C2A;
}

a.tease:active {
	outline:none;
	color:#2A5C2A;
}

a.tease:focus {
	outline:none;
	-moz-outline-style:none;
}

a.tease:hover {
	outline:none;
	color:#2A5C2A;
}

a.tease:visited {
	outline:none;
	color:#2A5C2A;
}

p {
	margin-bottom:4px;
	text-indent:4px;
}

p:first-letter {
	font-size:17px;
	font-weight:900;
}

table.deco {
	border-style:groove;
}

/*
Header Positioning
*/

#header {
	position:absolute;
	left:5px;
	top:5px;
	height:100px;
	width:750px;
	text-align:bottom;
	white-space:nowrap;
}

#topNav {
	position:absolute;
	left:125px; 
	top:5px; 
	width:630px; 
	height:20px;
	text-align:right;
	font-size:10px;
	z-index:2;
}

#navStrip {
	position:absolute;
	top:108px;
	left:17px;
	height:21px;
	width:738px;
	text-align:right;
	z-index:2;
	background-color:#D9D940;
}

#navStripButtons {
	position:absolute;
	top:108px;
	right:2px;
	height:20px;
	width:736px;
	text-align:right;
	z-index:3;
}
