@charset "UTF-8";

body {
	background-color: #DEDEDE;
}

/* ANCOR RESET */
a { outline: none; }
a, a:link, a:visited, a:hover, a:active { text-decoration: none; }
a img, a:link img, a:visited img { border: none; }
:focus { outline: 0; }

#wrapper {
	width: 210px;
	height: 440px;
	background-color: #F8F8F8;
	}

#topStrip {
	background: #F8F8F8 url(../img/topCorners.gif) top left no-repeat;
	width: 210px;
	height: 24px;
	/*text-align: center;*/
	}

#botStrip {
	background: #F8F8F8 url(../img/botCorners.gif) bottom left no-repeat;
	width: 210px;
	height: 24px;
	/*text-align: center;*/
	}

#topStrip a, #topStrip a:visited, #topStrip a:hover, #topStrip a:active, 
#botStrip a, #botStrip a:visited, #topStrip a:hover, #topStrip a:active { display: block; height: 24px; width: 24px;  margin: 0 auto; text-indent:-9999px; }

#topStrip a { background: #F8F8F8 url(../img/arrowUp.gif) 0 0 no-repeat;}
#botStrip a { background: #F8F8F8 url(../img/arrowDown.gif) 0 0 no-repeat; }

#topStrip a:hover,
#botStrip a:hover {
	background-position: 0 -24px;
	}

#topStrip a.disabled,
#botStrip a.disabled {
	display: none;
	}

#scroll {
	width: 190px;
	height: 392px;
	padding: 0 0 0 10px;
	/*overflow: hidden;*/
	}

#scroll ul {
	width: 190px;
	height: 392px;
	padding: 0;
	margin: 0;
	list-style: none;
	}

#scroll ul li {
	width: 190px;
	height: 196px;
	padding: 0;
	margin: 0;
	}

#scroll ul li img {
	padding: 0;
	margin: 0 0 10px 0;
	}

#scroll ul li p {
	font: normal 11px/16px Helvetica, Arial, Sans-serif;
	color: #444444;
	padding: 0 0 0 2px;
	margin: 0;
	}.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #1487C8;
}
.spotlighthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #333333;
	font-weight: bold;
}
