td{
	vertical-align:top;
}
a:link{
	color:darkgreen;
	text-decoration:none;
	/* no underline */
}
a:visited{
	color: darkgreen;
}
a:active{
	color: black;
}

a:hover{
	text-decoration:underline;
}

/*******************************************************************************/
table.menu{
	font-family:Tahoma, Times;
	font-size:14px;
	text-align:center;
	vertical-align:top;
	border:2px solid darkgreen;
}
a.menu:link{
	text-decoration:none;
}
a.menu:hover{
	text-decoration:underline;
}

/*******************************************************************************/
.body{
	font-family:Tahoma, Times;
	font-size: 14px;
	color: black;
	background-color: white;
	vertical-align:top;
}
table.body{
	text-align:center;
	vertical-align:top;
	border:2px solid darkgreen;
}
th.body{
	background-color:darkgreen;
	color:white;
	font-size:16px;
}
ul.body{
	text-align:left;
}
h1.title{
	font-family:Tahoma, Times;
	font-size:24px;
	text-align:center;
	border:2px solid darkgreen;
	width:650px;
}

h3.subTitle{
	font-family:Tahoma, Times;
	font-size:16px;
	text-align:center;
	color:white;
	background-color:darkgreen;
}
p.subHeader{
	font-family:Tahoma, Times;
	font-size:15px;
	font-weight:bold;
	color:white;
	text-align:center;
	background-color:black;
}
/*******************************************************************************/
td.pic{
	text-align:center;
}
/*******************************************************************************/
.footer{
	font-family:Tahoma, Times;
	font-size:10px;
	color: black;
}

/*******************************************************************************/
/*Post-it note script- by javascriptkit.com
Visit JavaScript Kit (http://javascriptkit.com) for script
Credit must stay intact for use*/
#postit{
	position:absolute;
	width:250;
	padding:5px;
	background-color: lightgreen;
	border:1px solid black;
	visibility:hidden;
	z-index:100;
	cursor:hand;
}

h1.postit{
	font-family:Tahoma, Times;
	font-size:24px;
	text-align:center;
	border:2px solid darkgreen;
}

p.postit{
	font-family:Tahoma, Times;
	font-size: 14px;
	width:500px;
	color: black;
	text-align:center;
	vertical-align:top;
}
