p.intro { color: black; font-size: 9.5pt; font-family: helvetica; line-height: 1.25;  text-align=top; padding-top: 35px; padding-bottom:390px; padding-left: 45px; padding-right: 77px }
Li{  color: black; font-size: 9.5pt; font-family: helvetica; line-height: 1.25;  text-align=top;padding-left: 45px; padding-right: 77px;padding-bottom: 5px; }
A:link { text-decoration: none; color: #E12F87; }
A:active { text-decoration: none; color: #E12F87; }
A:visited { text-decoration: none; color: #E12F87; }

 
/* This specifies the dimensions of the background div which contains the centerPane.*/
#bgFrame 	{position: absolute;
		width:100%;
		height: 100%;
		background: white;
		}
/* This specifies the dimensions of the centerPane which contains all of the page elements.*/
#centerPane 	{position: relative;
		width:779px;
		height:100%;
		padding:0px;
		background:  #E12F87;
		}
#buttonFrame	{position: relative;
		top: 103px;
		left: 0px;
		width: 120px;
		height: 100%;
		float: left;
		background: #E12F87;
		text-align: left;
		}
/* This specifies the dimensions of the contentPane which contains all of the content elements.*/

#contentPane 	{position: relative;
		top: 0px;
		left: 0px;
		width: 659px;
		height:300px;
		float: left;
		background: #FFD9EE;
		text-align: left;
		}

/* This specifies the dimensions of div which contains the welcome img.*/
#logoImg		{width: 201px; 
	          	height: 103px;
		background-image: url(welcome.gif);
		float: right;
		}
#buttonDiv	{position: relative;
		top: 0px;
		left: 0px;
		border-style: solid;
		border-width: 2px;
		border-bottom: 0px;
		border-left: 0px;
		border-right: 0px;
		border-color: #FFD9EE;
		width: 120px;
		height:120px;
		background:  #E12F87;
		color: #FFFFFF;
		font-size: 10pt;
		font-family: helvetica;
		line-height: 1; 
		text-align=center;
		text-weight: bold;
		padding-left: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		}
#curButdiv	{position: relative;
		top: 0px;
		left: 0px;
		width: 120px;
		height:120px;
		background:  #FFD9EE;
		color: #000000;
		font-size: 10pt;
		font-family: helvetica;
		line-height: 1;
		text-align=center;
		text-weight: bold;
		padding-top: 5px;
		padding-bottom: 5px;
		}

#contNavlink	{position: relative;
		top:20px;
		float: left;
		padding-left: 45px;
		padding-right: 5px;
		padding-bottom:0px;
		color:black;
 		font-size: 10pt;
		font-family: helvetica;
		line-height: 1;
		text-weight: bold;
		}

#lastUpdate	{position: relative;
		top:20px;
		float: right;
		padding-left: 0px;
		padding-right:95px;
		padding-bottom:0px;
		color:black;
 		font-size: 10pt;
		font-family: helvetica;
		line-height: 1;
		text-weight: bold;
		}


