body {
	background-color: #00162d;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}.ColumnHeader { /* this makes the light blue row with the titles for each page */
	background-color: #7987B8;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
	padding: 5px;
}
.ContentonWhite { /* this gives the columns the white background, its own column so columns will be same length */
	background-color: #FFFFFF;
	vertical-align:top;

}
.GFTCfooter {
	color: #FFFFFF;
	padding: 10px;
}

.Content { /* this pads the content cells so text doesnt run up to edge */
	padding: 10px;
}
.HeaderNews {
	padding: 10px;
	color: #ffffff;
}
a:link {
	color: #00162D;
}
a:visited {
	color: #00162D;
}
a:hover {
	color: #F28119;
}
a:active {
	color: #00162D;
}
/* calendar styles */


.status0{
background-Color:#FFC67C;
color:black;
}

.status1{
background-Color:#FDEA8C;
color:black;
}

.status2{
background-Color:#0099CC;
color:white;
font-weight:bold;
}

.status3{
background-image: url(images/halfdayam.gif);
color:black;
font-weight:bold;
}

.status4{
background-image: url(images/halfdaypm.gif);
color:black;
font-weight:bold;
}

.fillerdays{
background-Color:#FFC67C;
color:black;
}


.mast{
color:white;
background-Color:#7987B8;
}

.masttext{
color:white;
}

a{
color:black;
}

.bigwhitetext{
color:white;
font-size:18px;
font-weight:bold;
}

.bigblacktext{
color:black;
font-size:18px;
font-weight:bold;
}

.smallwhitetext{
color:white;
font-size:12px;
}

.smallblacktext{
color:black;
font-size:12px;
}

.smallredtext{
color:red;
font-size:12px;
}

.dayrow{
color:white;
background-Color:#F39F67;
font-weight:bold;
}

.eventlink{
color:ffffff;
font-weight:bold;
cursor:pointer;
}



.w3cbutton4 {
  width: 6em;
  font-family: helvetica,arial,sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.w3cbutton4 a {
  display: block;
  width: 100%;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited,
.w3cbutton4 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton4 a:link,
.w3cbutton4 a:visited {
  border-top: 1px solid #cecece;
  border-bottom: 2px solid #4a4a4a;
  border-left: 1px solid #cecece;
  border-right: 2px solid #4a4a4a;
}
.w3cbutton4 a:hover {
  border-bottom: 1px solid #cecece;
  border-top: 2px solid #4a4a4a;
  border-right: 1px solid #cecece;
  border-left: 2px solid #4a4a4a;
}
.w3cbutton4 span.w3c {
  padding: 0 2px;
  background-color: #fff;
  color: #0c479d;
  font-size:12px;
  font-weight:bolder;
}

/* end calendar styles */
/* admin menu */
.adminMenu {
	width: 100%;
	background-color:#FFFFCC;
	color: #000000;
	padding: 5px;
}
