
body {
	margin: 0px;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#divLayer {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1000;
	left: 364px;
	top: 307px;
	background-color:transparent;
}

.featureArea {
	padding:100px 0 0 0;
	margin:0;
	background-image:url(images/featureOfTheMonth.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:327px;
}
.newsArea {
	padding:0;
	margin:0;
	border-left:1px solid #3a7a95;
	border-right:1px solid #3a7a95;
	height:165px;
	width:354px;
}
.newsTbl {
	padding-top:8px;
}
.news_ {
	font-size:11px;
}

.news_ a{text-decoration:none; color:#000000;}
.news_ a:hover{text-decoration:none; color:#FF0000;}
.viewArchiveLink {
	padding:3px 0 2px 0;
	margin:0;
	border-left:1px solid #3a7a95;
	border-right:1px solid #3a7a95;
}
.featuresTxtCont {
	margin-left:13px;
}
.featureAreaTxt {
	font-size:11px;
}
.featureAreaTxtBlue {
	font-size:11px;
	font-weight:bold;
	color:#088DFE;
	
}
.featuresTxtCont a {font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;}
	
	.featuresTxtCont a:hover {font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#FF0000;}

.txtFmt {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}


#popitmenu{
position: absolute;
margin-top:-80px;
background-color: #CCCC98;
border:1px solid #8d8d5e;
font: bold 11px Verdana;
line-height: 22px;
z-index: 100;
visibility: hidden;
color: #590024;
padding-left: 6px;
}

#popitmenu a{
text-decoration: none;
padding-left: 6px;
color: #590024;
display: block;
}

#popitmenu a:hover{ 
background-color: #9B9966;
color: #EFEFCE;
}

.newsThumb {}
.fallback {
 display: none;
}

/* Here's our default note styles. */
.notedefault, .notenested {
 position: absolute;
 visibility: hidden;
 top: 1.5em;
 left: 2em; width: 10em;
}
.notedefault {
 padding: 3px;
 border: 1px solid #666666;
 background-color: #fff;
 color: white;
 font:12px Arial, Helvetica, sans-serif;
}
.notenested {
 width: 8em;
 padding: 3px;
 border: 1px solid #963;
 background-color: #C96;
 color: white;
}

/* Some position-type-specific offset information. Tweak as needed! */
.snp-mouseoffset, .snp-triggeroffset, .snp-mousetrack {
 margin-left: 5px;
 margin-top: 15px;
}

/* Headings within notes */
.notedefault h5 {
 margin: 0 0 5px 0;
 padding: 2px;
 background-color: white;
 color: black;
}

/* Note close marker is only shown within pinned notes. */
.note-close {
 float: right;
 margin-top: 2px;
 width: 14px;
 height: 14px;
 line-height: 14px;
 color: black;
 text-decoration: none;
 visibility: hidden
}
.snb-pinned .note-close {
 visibility: inherit;
}