<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/***************************************/
/******* Created by Tandy Pham**********/
/**************************************/

/******* Div - across-page width at the top of page with border around*********/
.DivBox_YellowCenter {
  border: 1px outset gray;
  background-color: #fdd23d;    
  text-align: center;
  text-indent: 20px;
  margin-bottom: 30px;
}

.DivBox_BlueCenter {
  border: 1px outset gray;
  background-color: #9ef2f5;    
  text-align: center;
  text-indent: 20px;
  margin-bottom: 30px;
}

/******* Table*********/
.ccTitle

{
	font-size:11pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#55a193;
	padding-bottom:5px;
	padding-top:5px;
	text-transform: capitalize; 
	font-weight: bold;   
}


/******* Table - Office Hours**********/

.tableParks
{ 
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12pt;
color: #e6e6fa;
background-color: #f3f3f3;
border: 1px #e6efd7 solid;
border-collapse: collapse;
border-spacing: 10px;

}

.titleParks
{ 
font-family: Arial, Helvetica, sans-serif;
border-bottom: 1px solid #e4e1e1;
border-left: 1px solid #e4e1e1;
background-color: #edecec;
text-align: left;
text-indent: 4px;
font-weight: bold;
font-size: 12pt;
color: #404040; 
}

.TDParks
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
text-align: left;
padding-top: 2px;
padding-bottom: 1px;
padding-left: 6px;
text-indent: 0px;
color: #404040; 
}

.TDParks_GrayText
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
text-align: left;
padding-top: 2px;
padding-bottom: 1px;
padding-left: 6px;
text-indent: 0px;
color: #aeaeae; 
}

.TDParksTitle
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
text-align: center;
padding-top:3px;
padding-bottom: 4px;
text-indent: 4px;
color: #404040; 
}

.TDParks_Gray
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
background-color: #eeebeb;
text-align: left;
padding-top: 2px;
padding-bottom: 1px;
text-indent: 4px;
color: #404040; 
}


.TDParks_GrayCenter
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
background-color: #eeebeb;
text-align: center;
padding-top: 2px;
padding-bottom: 1px;
text-indent: 4px;
color: #404040; 
}


.TDParks_Center
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
background-color: #f3f3f3;
text-align: center;
padding-top: 2px;
padding-bottom: 1px;
text-indent: 4px;
color: #404040; 
}


.TDParksEquip
{ 
border-bottom: 1px solid #e6e6fa;
border-top: 1px solid #e6e6fa;
border-left: 1px solid #e6e6fa;
border-right: 1px solid #e6e6fa;
text-align: left;
padding-top:3px;
padding-bottom: 4px;
text-indent: 4px;
color: #ff3399; 
font-weight: bold;
}

/******* Table - Homepage Bottom Table - Partnership Section**********/

.tablePartnership
{ 
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 12pt;
color: #e6e6fa;
background-color: #c4c3c3;
border: 1px #e6efd7 solid;
border-collapse: collapse;
border-spacing: 10px;

}

.bulletsSub
{

	list-style-type:disc;
	list-style-position:outside;
	padding-left:40px;
	padding-bottom:1px;
	padding-top:1px;
	margin-left:20px;
	text-align:left;
}



.bulletsMargin
{

	list-style-type:disc;
	list-style-position:outside;
	padding-left:5px;
	padding-bottom:0px;
	padding-top:0px;
	margin-left:30px;
	text-align:left;
	line-height:1.9;
}


.bulletsBlank
{

	list-style-type:none;
	list-style-position:outside;
	padding-left:5px;
	padding-bottom:0.1px;
	padding-top:0.1px;
	margin-left:50px;
	text-align:left;

}


.scrollBox {
width: 100%;
height: 500px;
overflow: auto;
background-color: #F3F3F3;
padding: 10px;
margin: 10px 0px;
border: 1px solid #ccc;
}


.scrollBox_Temp {
width: 100%;
height: 200px;
overflow: auto;
background-color: #F3F3F3;
padding: 10px;
margin: 10px 0px;
border: 1px solid #ccc;
}


.scrollBox_Small {
width: 100%;
height: 100px;
overflow: auto;
background-color: #F3F3F3;
padding: 10px;
padding-left: 2px;
margin: 10px 0px;
border: 1px solid #ccc;

}



</pre></body></html>