@import url("/apps/js/polls/polls-pack.css");

body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: #655947;
}

.HPMemoirs, .HPLinks, .HPDirectory {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background-color:#FFFFFF;
	width: 352px;
}

.HPEvents, .HPNews {
	width: 354px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background-color:#FFFFFF;
}

.neutral, table {
	font: 9pt "Arial", Times, serif;
	color: #000000;
}

.neutral a, .neutral a:link, .neutral a:visited { color: #833333; }
.neutral a:hover, .neutral a:active { color: #8C1706; }

.contentIndex {
	padding: 0px;
	font: 9pt "Arial", Times, serif;
	color: #000;
	background-color:#FFFFFF;
}

.content {
	padding: 5px 10px 10px 10px;
	height: 300px;
	font: 9pt "Arial", Times, serif;	
	color: #000;
	background-color:#FFFFFF;
}

a, a:link, a:visited { color: #454702; }
a:hover, a:active { color: #00349A; }

.eLink {
	color:#fffdde;
	text-decoration:none;
}

.eLink a, .eLink a:link, .eLink a:visited { color: #fffdde; text-decoration:none; }
.eLink a:hover, .eLink a:active { color: #fff;  }

.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background-color: #d9cbb1;
}
.light  a, .light a:link, .light a:visited { color: #000000; }
.light a:hover, .light a:active { color: #01002A; }

.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #655947;
}
.dark a, .dark a:link, .dark a:visited { color: #ffffff; }
.dark a:hover, .dark a:active { color: #ffffff; }

.pageTitle {
	display: block;
	width: auto!important;
	width: 100%;
	vertical-align: middle;
	padding: 24px 0px 5px 7px;
	margin-bottom: 8px;
	font: bold 11pt "Arial", Times, serif;
	color: #655947;
	background: #fff;
	background-image:url(/pics/page_title.gif);	
	background-repeat:repeat-x;
}

.bottomNav, .bottomNav a:link, .bottomNav a:visited {
	font: 8pt "Arial", Times, serif;
	color: #fff;
	text-decoration: none;
}
.bottomNav a:hover, .bottomNav a:active {
	text-decoration: underline;
}

#topNav {
	position: relative;
	height: 32px;
}
#topNavButtons {
	position: absolute;
	z-index: 95;
	top: 0;
	left: 0;
	width: 746px;
}
#menuCloser {
	position: absolute;
	visibility: hidden;
	left: -30px;
	top: -50px;
	z-index: 0;
}
#topNav .subNav {
	position: absolute;
	visibility: hidden;
	top: 32px;
	margin: 0 4px 0 0;
	z-index: 100;
}

#topNav2Sub {left: 85px;}
#topNav3Sub {left: 191px;}
#topNav4Sub {left: 293px;}
#topNav5Sub {left: 384px;}
#topNav6Sub {left: 556px;}
#topNav7Sub {left: 573px;}

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

#topNav .list ul {
	list-style: none;
	margin:0;
	padding:0;
	border-top:2px solid #000;
	border-bottom:2px solid #000;
}

#topNav .list li {
	background-color: #d9cbb1;
	width: 175px;
	line-height: 15px;
	border-left:2px solid #000;
	border-right:2px solid #000;
}

#topNav .list a {
	display: block;
	width: auto!important;
	width: 100%;
	padding: 2px 2px 2px 10px;
	color: #655947;
	font-weight:bold;
	text-decoration: none;
	z-index: 100;
	zoom: 1;
}
#topNav .list a:hover {
	background-color: #655947;
	color:#FFFFFF;
}

table.sitewide {
	width:99%;
	text-align:justify;
}

table.staff a:link, table.staff a:visited {
	color: #000000;
}
table.staff a:hover, table.staff a:active {
	color: #00349A;
}

.heading18 {
	font-size:18px;
	font-weight:bold;
}

.heading16 {
	font-size:16px;
	font-weight:bold;
}

.heading14 {
	font-size:14px;
	font-weight:bold;
}

/* Quick Poll */
.HPQuickPoll h2 {
    width: 352px;       /* header width  */
    padding-top: 60px;  /* header height */
    /* default background image is /pics/pics/quick_poll_header.png  */
}

.HPQuickPoll .bar-color {
    background-color: #456b3e;   /* results bar color */
}

.HPQuickPoll {
	text-align: left;
	/* margin-left: 10px; */
}

