@import url("/apps/js/polls/polls-pack.css");
body {
	margin: 0;
	color: #FFFFFF;
	font: 9pt "Arial", Times, serif;
	background: url('/pics/body_bg.jpg') repeat-x left top #333333;
}
img, div, td, table {
	behavior: url('/shared/iepngfix.htc');
}
.HPNews {
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 382px;
}
.HPEvents {
	text-align:left;
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 249px;
}
.HPLinks, .HPDirectory {
	text-align:left;
	padding: 5px 5px 5px 5px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	width: 249px;
}
.HPNews a, .HPNews a:link, .HPNews a:visited, .HPDirectory a, .HPDirectory a:link, .HPDirectory a:visited, .HPLinks a, .HPLinks a:link, .HPLinks a:visited, .HPEvents a, .HPEvents a:link, .HPEvents a:visited {
	color: #003966;
	font-weight: bold;
}
.HPNews #l, .HPBBMessages #l, .HPLinks #l, .HPEvents #l, .HPDirectory #l, .HPMemoirs #l {
	padding-left: 10px;
	padding-top: 5px;
}
.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 0px 0px 0px;
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: url('/pics/index_bg.gif');
	height: 400px;
}
.content {
	padding: 10px 10px 10px 10px;
	height: 400px;
	font: 9pt "Arial", Times, serif;
	color: #333;
	background: #ffffff;
}
a, a:link, a:visited {
	color: #000000;
}
a:hover, a:active {
	color: #000000;
}
.light {
	font: 9pt "Arial", Times, serif;
	color: #000000;
	background: #FFEC7F;
}
.light a, .light a:link, .light a:visited {
	color: #000000;
}
.light a:hover, .light a:active {
	color: #000000;
}
.dark {
	font: 9pt "Arial", Times, serif;
	color: #ffffff;
	background: #022D50;
}
.dark a, .dark a:link, .dark a:visited {
	color: #ffffff;
}
.dark a:hover, .dark a:active {
	color: #ffffff;
}
.pageTitle {
	display: block;
	width: auto!important;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-image: url(/pics/page_title.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 35px!important;
	height: 45px;
	padding: 10px 0px 5px 25px;
	margin:0 auto;
	text-transform:uppercase;
}
#enCountdownDiv {
	color:#055600;
	padding-top: 3px;
	text-align: center;
}
#qp-110 {
	width: 382px;
	background-color:#FFF;
	margin-top:10px;
}
#qp-110 .quickpoll {
	padding: 0 0 20px 0;
}
.HPQuickPoll .question {
	text-align:left;
	padding:0 38px;
}
/* specify the width of the inside poll area for choices / results */
.HPQuickPoll .results, .HPQuickPoll .choices, .HPQuickPoll .results_only {
	width: 300px;
	padding:2px;
}
/* specify the width of the header, specify the height of the header using padding-top */
.HPQuickPoll h2 {
	width: 382px;
	padding-top: 44px;
}
/* specify the color of the bars */
.HPQuickPoll .bar-color {
	background-color: #e6e6e6;
}
/* topnav */
/* Navigation menu */

div#menu {
	background: url('/pics/menubg.gif') repeat-x;
	width: 900px;
	height: 38px;
}
ul#topNavItems {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 900px;
	position: relative;
	z-index: 999;
}
ul#topNavItems li {
	list-style: none;
	display: block;
	padding: 0 4px 0 4px;
	margin: 0;
	float: left;
	position: relative;
	z-index: 999;
	width: auto;
	background: url('/pics/topnavline.gif') top left no-repeat;
}
ul#topNavItems li.first {
	background: none;
	margin-left: 15px;
}
ul#topNavItems li a {
	height: 25px;
	display: block;
	text-align: center;
	padding: 11px 0 0 0;
	font: 14px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #fff;
}
ul#topNavItems li a.small {
	width: 70px;
}
ul#topNavItems li a.med {
	width: 107px;
}
ul#topNavItems li a.big {
	width: 149px;
}
ul#topNavItems li:hover a.small, ul#topNavItems li.over a.small {
	background: url('/pics/topnav_s.gif') center left no-repeat;
	background-position: 1px 0;
	color: #022e51;
}
ul#topNavItems li:hover a.med, ul#topNavItems li.over a.med {
	background: url('/pics/topnav_m.gif') center left no-repeat;
	background-position: 1px 0;
	color: #022e51;
}
ul#topNavItems li:hover a.big, ul#topNavItems li.over a.big {
	background: url('/pics/topnav_l.gif') center left no-repeat;
	background-position: 1px 0;
	color: #022e51;
}

/* Drop down items */

ul#topNavItems ul, ul#topNavItems li:hover ul ul, ul#topNavItems li.over ul ul {
	position: absolute;
	left: -9999px;
	z-index: 9999;
	width: 178px;
	margin: 0;
	padding: 0;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems ul li {
	margin: 0;
	background: none;
	padding: 0;
	left: -5px;
}
ul#topNavItems li:hover ul, ul#topNavItems li.over ul {
	left: auto;
	background: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	position: absolute;
	top: 0;
	left: 100%;
}
/* Drop down items colors and formatting */

ul#topNavItems li ul li a {
	line-height: 16pt;
	text-align: left;
	text-decoration: none;
	padding: 5px 0 5px 8px;
	height: auto;
	width: 200px;
	color: #fff;
	background: #1c486d;
	text-shadow: none;
	font: 12px Arial, Helvetica, sans-serif;
}
ul#topNavItems li ul li a:hover, ul#topNavItems li ul li:hover a, ul#topNavItems li ul li:hover ul a:hover, ul#topNavItems li ul li.over a, ul#topNavItems li ul li.over ul a:hover {
	color: #1c486d;
	background: #eabb4b;
	text-shadow: none;
}
ul#topNavItems li ul li:hover ul a, ul#topNavItems li ul li.over ul a {
	color: #fff;
	background: #eabb4b;
	text-shadow: none;
}
ul#topNavItems ul li:hover ul, ul#topNavItems ul li.over ul {
	border-top: 1px solid #fff;
}
