BODY {
	color: Black;
	font-family: Arial, sans-serif;
	font-size: 9pt;
	text-align: left;
	scrollbar-face-color: #C4DEF4;
scrollbar-highlight-color:#006BB6;
scrollbar-3dlight-cSolor:#C4DEF4;
scrollbar-darkshadow-color:#C4DEF4;
scrollbar-shadow-color:#006BB6;
scrollbar-arrow-color:#006BB6;
scrollbar-track-color:#C4DEF4;
}
tr, p, div {
  font-family      : Verdana, Arial;
  font-size        : 9pt;
  color            : Black;
  padding-left: 5px;
  padding-right: 5px;
}

#header {
	padding-left: 0;
	padding-right: 0;
}

#pathway {
	font-size: 8pt;
	color: Gray;
	text-transform: capitalize;
}

#footer {
	font-size: 8pt;
	color: Gray;
	text-align: center;
}

#Calendar {
	font-size: 8pt;
	color: Gray;
	background-color: #FAFAFA;
}

hr {
  width            : 100%;
}

.H1 {
	font-size: x-small;
	color: Black;
	text-align: left;
	text-transform: capitalize;
	font-weight: bold;
	padding-left: 10px;
}

/* LINKS*/

a.menutop:link,a.menutop:visited { font-family: Arial;   color: White;  text-decoration: none;  font-size: 8pt;     }
a.menutop:hover,a.menutop:active { font-family: Arial;   color: Red;  font-variant: normal;  text-decoration: none;  font-size: 8pt;      }

a.mainlinks:link,a.mainlinks:visited { font-family: Arial;   color: Black;  text-decoration: none;  font-size: 8pt;     }
a.mainlinks:hover,a.mainlinks:active { font-family: Arial;   color: Navy;  font-variant: normal;  text-decoration: none;  font-size: 8pt;      }

a.links:link,a.links:visited {color: Black;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: left;
  font-size: 8pt;
  font-weight: bolder;
  text-decoration: none;
  padding-left: 20px;
  width: 100%;
  }

a.links:hover, a.links:active {color: Gray;
  font-family: Arial, Hevlvetica, sans-serif;
  width: 100%;
   }
 

.button {
  color: #ff6600;
  font-family: Arial, Hevlvetica, sans-serif;
  text-align: center;
  font-size: 9pt;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 12px !important;
  line-height: 10px;
  height: 20px !important;
  height: 18px;
  margin: 1px;
}


a.read_more:link,a.read_more:visited {color: #CC0000;  font-family: Tahoma;  text-align: center;  font-size: 9pt;  font-weight: bold;  border: 3px double #cccccc;  background: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/button_bg.png) repeat-x;  padding: 0px 0px;  line-height: 20px !important;  height: 20px !important; margin: -1px;  text-decoration: none;  width: 3cm;}
a.read_more:hover,a.read_more:active {color: #330000;}

a.headtitles:link, a.headtitles:visited {color: #CC0000; text-decoration: none;  font-weight: bold;  font-size: 10pt; background-image: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/tabbar_1.gif);  width: 100%;    line-height: 25px;  height: 25px;  text-align: center;           }
a.headtitles:hover, a.headtitles:active {color: black; text-decoration: none;  background-image: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/tabbar_2.gif); }

a.headtitles2:link, a.headtitles2:visited {color: #CC0000; text-decoration: none;  font-weight: bold;  font-size: 10pt; text-align: left;           }
a.headtitles2:hover, a.headtitles2:active {color: black; text-decoration: none ); }

a.path:link, a.path:visited {color: Gray; text-decoration: none;}
a.path:hover, a.path:active {color: Black; text-decoration: none;}

/* Classes */

.play { color: #333333;  font-size: 8pt;  font-weight: bolder;  background-image: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/tabbar_1.gif);     line-height: 25px;  height: 25px;        }
.headtitles_body { background-image: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/tabbar_1.gif);     font-size: 10pt;  font-weight: bold;  font-family: Arial;  color: #666666;  line-height: 25px;  height: 25px;          }
.headbody { background-image: url(../Application%20Data/Macromedia/Dreamweaver%20MX%202004/Configuration/ServerConnections/PNT/public_html/NewSite/images/titles_bg.jpg); }

/* CALENDAR /*
/**** month and year header at top of calendar ****/
.date_header			{ font-size:16px; font-family:arial, helvetica; font-weight:bold }

/**** color and size of calendar cells.  ****/
.day_cell				{ background-color: #EEEEEE; height:80; width: 95; }
.empty_day_cell			{ background-color: #FFFFFF; height:80; width: 95; }
.today_cell				{ background-color:#F5F4ED; height:80; width: 95; }

/**** day number in upper left corner of each cell ****/
.day_number				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }

/**** title_txt is the text for each post on main page ****/
.title_txt				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000 }
.title_txt A:link, .title_txt A:visited		{ color: Navy; text-decoration:underline }
.title_txt A:hover, .title_txt A:active	{ color: Red; text-decoration:underline }

/**** time line under title text when event time given ****/
.time_str				{ font-size:9px; font-family:arial, helvetica }

/**** column headers or days of the week ****/
.column_header			{ background-color: Navy; font-size:12px; font-family:arial, helvetica; color:#FFFFFF; font-weight:bold }

/**** footprint text ****/
.footprint				{ font-size:10px; font-family:verdana, arial, helvetica; color:#000; font-weight:bold; }
.footprint A			{ font-size:10px; font-family:verdana, arial, helvetica; color: Navy; font-weight:bold; }
