@charset "utf-8";
body {		/* THE SETTINGS HERE CONTROL THE DEFAULTS ALL WEB PAGES */
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;   /* TEXT COLOR #000000=BLACK */
	background-color: #D3DCE6;  /* MID-GRAY */
	text-align: left;
	background-image: url(../images/browser_bg.jpg);
	background-repeat: repeat-x;
	padding: 0px;
}
a {					/* "a" STANDS FOR ANCHOR AND DESIGNATES A LINK; THIS IS THE DEFAULT FOR ANY TEXT THAT HAS A LINK ATTACHED */
	color: #FF6600;
	text-decoration:none;
}
a:hover {			/* THIS IS THE COLOR OF A LINK WHEN THE MOUSE IS HOVERING OVER THE TEXT */
	color: #3399FF;
	text-decoration: underline;
}
.emailAlert {
	font-size: 18px;
	color: #000000;
	text-align: center !Important;
}
.emailLinks {
	font-size: 16px;
}
.websiteTitle {font-family: "Times New Roman", Times, serif; font-size: 26px;
	padding-left: 20px;
	letter-spacing: .5px;
	z-index: 2;
	color: #FFBA00;
}
.logo {				/* THIS IS THE TEXT DEFINITION FOR THE WEBSITE NAME */
	color: #FFBA00;
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	padding-left: 20px;
	font-weight: bold;
	letter-spacing: .5px;  /* THIS IS SET TO CONTROL THE MINIMUM WIDTH OF THE BROWSER WINDOW BEFORE THE HORIZONTAL SCROLLBAR APPEARS */
	z-index: 2;
	}
.tagline {			/* THE TAGLINE BELOW THE WEBSITE NAME (.logo) */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D3DCE6;
	padding-left: 25px;
	line-height: 22px;
	z-index: 2;
	float: left;
	position: relative;
}
#mainContainer {
	width: 960px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pageHeader {		/* BOX AT THE TOP OF THE PAGE THAT CONTAINS THE WEBSITE NAME (.logo) AND TAGLINE (.tagline) */
	background-color: #26354A;
	height: 65px;
	width: 100%;
	position: relative;
	padding-top: 20px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FC6;
	border-left-color: #FC6;
}
.menuContainer {	/* THE BOX THAT CONTAINS THE MENU */
	background-color: #FF6600;
	height: 52px;
	width: 956px;
	padding-left: 4px;
	position: relative;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FC6;
	border-left-width: 2px;
	border-left-style: solid;
	border-top-width: 0px;
	border-top-style: none;
	border-bottom-width: 0px;
	border-bottom-style: none;
	padding-top: 4px;
	border-left-color: #FC6;
}
#pageContents {	/* THIS CONTAINER HOLDS THE CONTENTS OF THE SPACE BETWEEN THE MENU AND THE FOOTER */
	position: relative;
	background-color: #D3DCE6;  /* MID-GRAY */
	width: 960px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FC6;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	border-top-style: none;
	border-left-style: solid;
	border-left-width: 2px;
	border-left-color: #FC6;
}
/* CHANGE THESE VALUES (in the style with the same name) ON AN INDIVIDUAL PAGE TO ALTER THE PROPERTIES OF THE LEFT COLUMN  */
.leftPageColumn {
	background-color: #26354A;
	width: 220px;
	color: #FFBA00;
	border-right-style: solid;
	border-right-color: #FC6;
	border-right-width: 4px;
	padding-bottom: 10px;
}
/* CHANGE THESE VALUES (in the style with the same name) ON AN INDIVIDUAL PAGE TO ALTER THE PROPERTIES OF THE RIGHT COLUMN  */
.rightPageColumn {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.pageTitle {			/* USE THIS STYLE TO DEFINE THE PAGE TITLE AT THE TOP OF THE RIGHT HAND COLUMN */
	color: #FF6600;
	letter-spacing:.5px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	padding-top: 15px;
}
.footer {
	font-size: 14px;
	color: #26354A;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
	padding-top: 6px;		/* ADD A LITTLE SPACE BETWEEN THE BORDER AND THE TEXT */
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	width: 100%;
	position: relative;
	z-index: 1;
}
.searchBox {
	float: right;
	position: relative;
	padding-right: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 10px;
}
.searchBox form {
display:inline;
}
.highlight { background: #FFFF40; }

