.HPMemoirs, .HPLinks, .HPDirectory, .HPSeniorCalendar, .HPEvents {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E4662;
	width: 205px;
}

.HPNews, .HPBBMessages {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E4662;
	width: 407px;
}

.HPDidyouknow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2E4662;
	width: 175px;
	padding: 0 0px 0 0px;
	background-color: #990000
}

.HPDidyouknow #l {
	padding-top: 7px;
}

.HPMemoirs #l, .HPLinks #l, .HPDirectory #l {
	padding-left: 5px;
	padding-top: 6px;
}

.HPNews #l, .HPEvents #l, .HPBBMessages #l {
	padding-left: 5px;
	padding-top: 6px;
}

.HPMemoirs #r, .HPLinks #r, .HPDirectory #r {
	padding-right: 10px;
}

.HPNews #r, .HPEvents #r, .HPBBMessages #r {
	padding-right: 10px;
}

.neutral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #081120;
}

.neutral, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #000000; }
.neutral a:hover, .neutral a:active { color: #000000; }

.contentIndex {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #FFFFFF;
	border-left: solid 2px #990000;
	background-color:#FFFFFF;
	height: 450px;
}

.content {
	padding:8px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #000000;
	height: 450px;
	text-align:justify;
	border-left: solid 2px #990000;
}

a, a:link, a:visited {
	color: #2E4662;
}
a:hover, a:active { color: #B92813; }

.slight {
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #192F48;
}
.slight  a, .slight a:link, .slight a:visited {
	color: #192F48;
}
.slight a:hover, .slight a:active {
	color: #E31010;
}

.sdark {
	background-color: #192F48;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	color: #FFFFFF;
}
.sdark a, .sdark a:link, .sdark a:visited { color: #FFFFFF; }
.sdark a:hover, .sdark a:active { color: #E31010; }

body {
	margin: 0px;
	color: #0A3065;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	margin-top:-3px!important;
	margin-top: -3x;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../pics/page_title.gif);
	background-repeat: repeat-x;
	background-position: left;
	height: 29px!important;
	height: 39px;
	padding: 10px 0px 0px 6px;
	text-transform:uppercase;
}

#topNav {
	position: relative;
	height: 25px!important;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -20px;
	top: -40px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 25px;
	margin: 0 4px 0 0;
	z-index: 100;
}
#topNav2Sub {left: 95px;}
#topNav3Sub {left: 210px;}
#topNav4Sub {left: 306px;}
#topNav5Sub {left: 395px;}
#topNav6Sub {left: 526px;}
#topNav7Sub {left: 615px;}
#topNav9Sub {left: 733px;}




#topNav .list {
	position: absolute;
	z-index: 200;
	list-style: none;
	margin: 0;
	padding: 0;
	font: 11px  Verdana, Geneva, sans-serif;
}

#topNav .list li {
	background-color: #B92813;
	width: 160px;
	line-height: 18px;
}

#topNav2Sub .list li{width: 180px;}
#topNav4Sub .list li{width: 160px;}
#topNav5Sub .list li{width: 160px;}
#topNav6Sub .list li{width: 160px;}
#topNav7Sub .list li{width: 160px;}
#topNav8Sub .list li{width: 160px;}
#topNav9Sub .list li{width: 160px;}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 2px 2px 4px;
	color: #FFFFFF;
	text-decoration: none;
	z-index: 100;
	border-bottom: 1px solid #FFFFFF;
}
#topNav .list a:hover {
	text-decoration: none;
	background-color: #192F48;
	color: #FFFFFF;}
/* ##### CUSTOM FORM START ##### */
form.customForm .message { margin: 10px 0; padding: 5px 10px; border: #FC6 1px solid; background-color: #FFC; }
form.customForm .message p { margin: 0; }
form.customForm .message p em { color: #C00; font-style: normal; font-weight: bold; }

/* ##### CUSTOM FORM START ##### */
form.customForm {
	margin: 0;
	padding: 0 10px 10px 10px;
	background: #eee;
	border: #ddd 1px solid;
	}
	
form.customForm p {
	padding: 0;
	margin: 13px 0;
	}

form.customForm fieldset {
	background: #eee;
	border: #999 1px solid;
	_padding: 4px 5px 8px 9px;
	color: #000;
	}

form.customForm fieldset legend {
	color: #00;
	text-transform: uppercase;
	font-weight: bold;
	_margin: 0 0 3px -4px;
	}

form.customForm fieldset select,
form.customForm fieldset input,
form.customForm fieldset textarea {
	border: 1px solid #DDD;
	margin: 0 10px 0 0;
	}

form.customForm input#submit {
	background: #FFC;
	margin: 3px 0 0 113px;
	border: none;
	}

form.customForm fieldset select:focus,
form.customForm fieldset input:focus,
form.customForm fieldset textarea:focus {
	background-color: #FFC;
	border-color: #FC6;
	}

form.customForm fieldset textarea {
	overflow: auto;
	height: 60px;
	width: 64%;
	}

form.customForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	font-variant: small-caps;
	text-align: right;
	margin-right: 3px;
	}

form.customForm ol {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
form.customForm ul li, {
	list-style: none;
	padding: 1px;
	margin: 0;
	}
	
form.customForm fieldset fieldset {
	border: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 113px;
	}
	
form.customForm fieldset fieldset legend {
	color: #000;
	padding: 0;
	margin: 3px 0 3px -111px;
	_margin: 3px 0 3px -119px;
	font-size: 13px;
	text-transform: none;;
	font-variant: small-caps;
	font-weight: normal;
	}

form.customForm fieldset fieldset label {
	width: auto;
	text-align: left;
	margin-right: 3px;
	}

form.customForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}
	
form.customForm div.note {
	margin: 3px 0 0 163px;
	font-variant: small-caps;
	}

form.customForm fieldset label#firstField { width: 105px;  } /* Width of first label */
form.customForm fieldset fieldset label#firstField { width: 450px;  } /* Width of first label in a secondary fieldset, use for multiple columns */
form.customForm fieldset fieldset input { margin-right: 5px; }
form.customForm fieldset fieldset p { margin: 0 0 0 30px; padding: 0; }

form.customForm input[type='text'] { width: 110px; }
form.customForm input { _width: 110px; }

form.customForm select.extended,
form.customForm input.extended,
form.customForm textarea.extended { width: 250px; }

/*\*//*/ form.customForm legend { display: inline-block; } /* IE Mac legend fix */
/* ##### CUSTOM END START ##### */

/* stationary Qlink style */
#Qlinks1 ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#Qlinks1 a {
color: #2E4662;
font-weight: bold;
font-size: 12px;
text-decoration: none;
display: block;
width: 176px;
height: 21px;
background: url('../pics/midnav.gif') repeat-y;
padding-top: 3px;
}

#Qlinks1 a:hover {
padding-top: 3px;
background: url('../pics/midnavf2.gif') repeat-y;
}

#Qlinks1 span {
	margin-left: 28px;
	height: 21px;
        cursor: pointer
}

/* Qlink style */

#Qlinks ul {
	list-style: none;
	padding: 0px;
	margin: 0;
}

#Qlinks a {
color: #E9EDF2;
font-weight: bold;
font-size: 12px;
text-decoration: none;
display: block;
width: 176px;
height: 21px;
background: url('../pics/quick_links_ul.gif') repeat-y;
padding-top: 3px;
}

#Qlinks a:hover {
padding-top: 3px;
background: url('../pics/quick_links_ul.gif') repeat-y;
}

#Qlinks span {
	margin-left: 18px;
	height: 21px;
        cursor: pointer;
}

#Qlinks .sMenu {
position: relative;
display: none;
/*margin: 0 1px 0 1px;*/
padding: 0;
list-style-type: none;
background: url('../pics/midnav.gif') repeat-y;
}

#Qlinks .sMenu li {
margin: 0;
list-style-type: none;
width: 169px;
background: url('../pics/midnav.gif') repeat-y;
}

#Qlinks .sMenu a,
#Qlinks .sMenu a:link,
#Qlinks .sMenu a:visited {
display: block;
width: 100%;
padding-left: 10px;
line-height: 18px;
color: #192f48;
background: none;
text-decoration: url('../pics/midnavf2.gif') repeat-y;
}

#Qlinks .sMenu a:visited:hover,
#Qlinks .sMenu a:hover {
background: url('../pics/midnavf2.gif') repeat-y;
text-decoration: none;
}

.newsannouncements {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	width: 342px;
}
.jrhighfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
	font-weight: normal;
}
.jrhighfontcolorimportant {
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
}
marqueejrfont {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.jrhighmarqueefont {
	color: #FFF;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.jrhighfonrcolorimportantbig {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #900;
}
.contentIndex table tr td #newandannouncements tr td div {
	font-size: 18px;
}

