/*=================================================================
                         HEADERS
=================================================================*/

/* The td for the header below the logo */
.heading {
	font-family: Arial, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #1E4191;
	text-align: center;

}
/* The td for the subheader below the header */
.subHeading {
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-style: oblique;
	font-weight: bold;
	color: #DDDDDD;
	text-align: center;
}

/*=================================================================
                         NAVIGATION PANEL
=================================================================*/

/* The div containing the nave panel */
.leftNavBackground {
	background-image:  url(../images/css/background3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 300px;
}
/* The div containing the nave panel */
#masterdiv {
	height: 300px;
	width: 195px;
	margin-top: 0px;
	padding-top: 0px;
}
.Link {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #1E4191;
	text-decoration: none;
	margin-left: 0.2em;
}
.LinkVisited {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
	margin-left: 0.2em;
}
.SubLink {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #1E4191;
	text-decoration: none;
	margin-bottom: 1em;
	margin-left: 1em;
}
.SubLinkvisited {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #CC0000;
	text-decoration: none;
	font-weight: normal;
	margin-bottom: 0.5em;
	margin-left: 1em;
}

/*=================================================================
                         FOOTERS
=================================================================*/

/* The td containing the footer text above the line */
.FooterContent {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #0241A8;
	vertical-align: top;
	font-style: italic;
}
/* The td containing the footer line img that is the line */
.FooterLine {
	background-image:  url("../images/css/FooterLine.gif");
	background-repeat: repeat-x;
}
/* The td containing the footer links below the line */
.FooterLinks {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #1E4191;
}

/*=================================================================
                         BODY/CONTENT
=================================================================*/

.RightBodyContent {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #000000;
}
.RightBodyContentBold {
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.bodyHeading {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #5F5F5F;
}
.HeadingBackground { /* Used only in Board Members page */
	background-image:  url("../images/css/HeadingBackground.jpg");
	background-repeat: no-repeat;
}
.bodyHeadingItalic { /* Used only in Board Members page */
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #5f5f5f;
}
.bodyContentItalic { /* Used only in Board Members page */
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #5F5F5F;
	font-style: italic;
}
.submenu {
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #1E4191;
	text-decoration: none;
	margin-bottom: 1em;
}
.bodyHeading2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #5F5F5F;
}
.quote {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	text-align: center;
	color: #5F5F5F;
}
.ContentLink {
	font-family: Arial, sans-serif;
	color: #0000CC;
	font-size: 12px;
	font-weight: bold;
}
.bodyContent { /* ====================== UNUSED ====================== */
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #5F5F5F;
	vertical-align: top;
}
.WhiteTagline { /* ====================== UNUSED ====================== */
	font-family: Arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	font-style: italic;
	text-align: center;
}
.menutitle{ /* =============================== UNUSED ====================== */
	cursor:pointer;
	margin-bottom: 5px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1E4191;
	text-decoration: none;
	padding:2px;
	text-align:left;
}

/*=================================================================
                         ADMIN LOGIN
=================================================================*/
.whiteFont { /* Used in the admin middle.php report */
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
.errormsg { /* Used in the admin login error page */
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
	font-style: italic;
}

/*=================================================================
                         INDEX PAGE
=================================================================*/
.HomeLinks {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0000CC;
	font-style: italic;
	text-decoration: none;
}
.HomeLinks2 {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CC0000;
	font-style: italic;
	text-decoration: none;
}
.Hometagline {
	font-family: Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: normal;
	color: #FFFFFF;
}