﻿/*Main CSS sheet for APS*/

/*No Print Areas*/
@media print
{
.noprint {
	display: none;
}
}

/*HTML*/
/*html {
height: 90%;}*/

/*Table height to fill page*/
/*.TableEntireBottom {
	height: 80%;}*/

/*Body*/
body {
	font-family: Arial, Helvetica;
	color: #4E7385;
	font-size: 12px;
	margin-left: 0;
	margin-top: 0;
	background-color: #EAEEF0;
}

/*Footer*/
.footer {
	font-size: 9px;
	color: #F4F8DD;
	text-align: center;
}

/*News body*/
.newsbody {
		color: #3A5634;
	font-size: 12px;
}

/*News Submit Date*/
.submitdate {
	font-size: 12px;
	color: #4E7385;
	font-weight: bold;
}	

/*News body*/
.weekdays {
		color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
}

/*Feature body*/
.featurebody {
		color: #3A5634;
	font-size: 12px;
}

/*Feature body*/
.featuredate {
		color: #3A5634;
	font-size: 12px;
	font-weight: bold;
}

/*Blue text*/
.bluetext {
	font-size: 12px;
	color: #4E7385;
}	

/*Paragraph*/
p {
	margin-top: 0; 
	margin-bottom: 2px
}

/*For Slideshow*/
.Slideshow {
	text-align: center;
	margin: 0 auto;
}

/*Text body indent*/
.textindent {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	margin-top: 6px;
}

/*Event body*/
.event_body {
	font-size: 12px;
	color: #F4F8DD;
}

/*More*/
.more {
	text-align: right;
}

/*Hyperlinks*/
a:link {
	color: #4E7385;
	text-decoration: none;
}
a:hover {
	color: #CCCC00;
	text-decoration: none;
}
a:visited {
	color: #4E7385;
	text-decoration: none;
}
a.more:link {
	color: #3A5634;
	text-decoration: none;
	font-size: 10px;
}
a.more:hover {
	color: #ec0000;
	font-size: 10px;
}
a.more:visited {
	color: #3A5634;
	text-decoration: none;
	font-size: 10px;
}
a.footer:link {
	color: #F4F8DD;
	text-decoration: none;
}
a.footer:hover {
	color: #CCCC00;
	text-decoration: none;
}
a.footer:visited {
	color: #F4F8DD;
	text-decoration: none;
}
a.event:link {
	color: #F4F8DD;
	text-decoration: none;
	font-size: 11px;
}
a.event:hover {
	color: #CCCC00;
	font-size: 11px;
	text-decoration: none;
}
a.event:visited {
	color: #F4F8DD;
	text-decoration: none;
	font-size: 11px;
}
a.eventtable:link {
	color: #4E7385;
	text-decoration: none;
	font-size: 11px;
}
a.eventtable:hover {
	color: #CCCC00;
	font-size: 11px;
	text-decoration: none;
}
a.eventtable:visited {
	color: #4E7385;
	text-decoration: none;
	font-size: 11px;
}
a.table:link {
	color: #005080;
	text-decoration: none;
	font-size: 10px;
}
a.table:hover {
	color: #ec0000;
	font-size: 10px;
}
a.table:visited {
	color: #005080;
	text-decoration: none;
	font-size: 10px;
}
a.recentfiles:link {
	color: #ec0000;
	text-decoration: none;
	font-size: 11px;
}
a.recentfiles:hover {
	color: #ec00ec;
	font-size: 11px;
}
a.recentfiles:visited {
	color: #005080;
	text-decoration: none;
	font-size: 11px;
}

/*Title bar Text*/
.titlebar {
	font-size: 13px;
	font-style: bold;
	color: #ffffff;
	background-color: #005080;
}

/*Small*/
.small {
	font-size: 8px;
	color: #005080;
}

/*Small9*/
.small9 {
	font-size: 9px;
	color: #005080;
}

/*Small2*/
.small2 {
	font-size: 8px;
	color: #ec0000;
}

/*Feedback message to an action*/
.response {
	text-align: Center;
	font-size: 12px;
	color: #005080;
}

/*Largest Size Blue Page Heading*/
h1 {
	color: #4E7385;
	font-size: 170%;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*Largest Size Green Page Heading*/
h2 {
	color: #3A5634;
	font-size: 170%;
	margin-top: 2px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*Large Size Blue Heading*/
h3 {
	color: #4E7385;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*Large Size Green Heading*/
h4 {
	color: #3A5634;
	font-size: 120%;
	margin-top: 0px;
	margin-bottom: 2px;
	font-weight: bold;
}

/*Bold Blue Heading*/
h5 {
	color: #4E7385;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

/*Bold Green Heading*/
h6 {
	color: #3A5634;
	font-size: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
}

/*Standard images*/
img.photo {
	border: 1px solid #4E7385;
}