@charset "utf-8";
.pageTable {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	font-size: 12px;
	text-align: center;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
.pageTable a:hover {
	font-size: 130%;
	text-decoration: none;
}
.redFont {
	color: #FF0000;
}



body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #EBEBEB;
}

p {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	background-color: #FFFFFF;
	display: block;
}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/
.oneColElsCtrHdr #container {
	width: 46em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
	border: 1px solid #000000;
}
.oneColElsCtrHdr #header {
	color: #000066;
	background-color: #FFFFFF;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-style: none;
	border-top-width: medium;
	border-right-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	margin: 0px;
	height: 7.5em;
} 
#headerTxt {
	margin-left: 122px;
	line-height: 16px;
}
.oneColElsCtrHdr #header h1 {
	/*	vertical-align: top;*/
	text-align: left;
	color: #000066;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 7px;
}

.oneColElsCtrHdr #container #header h4 {
	padding: 0px;
	color: #000066;
}

.oneColElsCtrHdr #container #header img {
	float: left;
	margin-right: 0.6em;
	margin-bottom: 0.5em;
	clear: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0.5em;
}
#navBox1 {
	height: 2.2em;
	padding-left: 20px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: auto;
	margin: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clear: both;
	padding-top: .3em;
}
#navBox2 {
	height: 2.2em;
	padding-left: 20px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: auto;
	margin: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	clear: both;
	padding-top: .3em;
}

.oneColElsCtrHdr #mainContent {
	background: #FFFFFF;
	padding-top: 1px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin: 0px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#mainContent img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.oneColElsCtrHdr #footer {
	background-color: #FFFFFF;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
} 
.oneColElsCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
}

.backToTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}
a:link {
	text-decoration: none;
	color: #0000FF;
}
a:visited {
	text-decoration: none;
	color: #0000FF;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #0000FF;
}
.underlineText {
	text-decoration: underline;
}
.fontLarger {
	font-size: 133%;
}

.paragraphTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000066;
	margin-top: 10px;
	margin-bottom: 5px;
}

.indentParagraph {
	margin-left: 15pt;
	margin-top: 10px;
}
.indentNoMargin {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.squareBulletList {
	list-style-position: outside;
	list-style-type: square;
	margin-top: 10px;
}


.sectionSeparatorBorder {
	border: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
}

.emphasizeFirstWord {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000066;
}
.boldBlkSans {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}



#rightSideBar {
	clear: left;
	float: right;
	width: 13em;
	z-index: 90;
	border: 3px ridge #000066;
	padding: 10px;
	margin-top: 30px;
	text-align: center;
	margin-left: 10px;
}
.rightFloat {
	float: right;
	width: 325px;
}

#rightSideBar h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	margin-top: 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.stateLinks {
	float: right;
	width: 125px;
	background-color: #DFDFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	margin-left: 10px;
}
.stateLinks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
	background-color: #DFDFFF;
	font-size: .95em;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.stateLinks:link  {
	text-decoration: none;
}
.stateLinks:hover    {
	font-size: 1em;
	color: #000066;
}
.scheduleTable {
	/* used for laying out a list of activities at an event; first column is used for day and date which are in bold followed by times during the day; second column lists the event that corresponds to the time */
	font-family: "Times New Roman", Times, serif;
	font-size: 105%;
	vertical-align: top;
}
.scheduleTable p {
	vertical-align: top;
}

.scheduleTable td {
	vertical-align: top;
}

.appltable {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.appltable th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.appltable td {
	height: 25px;
	vertical-align: bottom;
}

.underlinecell {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.overlinecell {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
}
.hPhotoLeft {
	float: left;
}
.hPhotoLeft  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}

.hPhotoCntr {
	margin-left: 235px;
}
.hPhotoCntr p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	width: 220px;
}

.hPhotoRight {
	float: right;
}
.hPhotoRight p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
}


.photoRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}
.photoRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.photoLeft {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	float: left;
	margin-bottom: 5px;
	margin-right: 15px;
}

.photoTable {
	text-align: center;
	font-size: .9em;
}
.photoTable p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: .9em;
}
.photoTable td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
}
.photoTable2 {
	text-align: center;
	font-size: .9em;
}
.photoTable2 td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	vertical-align: top;
}
.photoTable2 p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	text-align: center;
	vertical-align: top;
	margin-top: 0px;
	margin-bottom: 0px;
}


.homeLeft {
	float: left;
	width: 145px;
}
.homeRight {
	float: right;
	text-align: center;
}
.homeCenter {
	margin-left: 145px;
	text-align: center;
}
.homeText {
	text-align: center;
	vertical-align: middle;
	padding-top: 28px;
	padding-bottom: 28px;
}
.homeText2 {
	text-align: center;
	vertical-align: middle;
}
.homeSmallImage {
	margin-top: 11px;
}

.photoHorizImgLeft {
	margin-right: 20px;
	margin-left: 20px;
	float: left;
}
.homeCenterText {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-left: 11px;
}

.photoHorizImgLeft p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.photoHorizImgCntr {
/*this div will horizontally center an image of 160px wide; see p values below */
	margin-left: 263px;
	width: 160px;
}


.photoHorizImgCntr p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.photoHorizImgCntrfw {
/*this div will horizontally center an image in the page or between images on the left and right; image can be up to 647 pixels wide if the only image on this row; see p values below */
	text-align: center;
	width: 647px;
	padding-right: 20px;
	padding-left: 20px;
}
.photoHorizImgCntrfw p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}


.photoHorizImgRight {
	float: right;
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
}
.photoHorizImgRight p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
}
.displaytext-outer {
	font-weight: bold;
	background-color: #fcfcfc;
	padding: 6px;
	border: 1px solid #CCC;
	height: 19px;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
}
.displaytext-inner {
	margin-top: 15px;
	margin-left: 20px;
}
.displaytext-inner h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.displaytext-inner h4 {
	margin-top: 0px;
	margin-bottom: 0px;
}
