body
{
	background-color: #F0F0F0;

	font: 60% Helvetica,Verdana,Arial,Sans-Serif;
	
	margin: 0 0 20px 0;
	padding: 0;
}

noscript{
	position: absolute;
	top: 20%;
	left: 35%;
	
	color: #eee;
}

acronym{ cursor: help;}

#header
{
	background-image: url(../images/headerBg.png);
	background-repeat: repeat-x;
	border-width: 0 0 4px 0;
	border-style: solid;
	border-color: #5192c1;
	position: fixed;
	width: 100%;
	height: 30px;
	z-index: 100;
}
#header h1{
	position: absolute;	
	margin: 2px 0 0 2%;
	display: inline;
	font-size: 16px;
}
#header h1 small{ font-size: 10px; font-style: italic; color: #2a2a2a;}
#header a{
	text-decoration: none; 
	color: #eee;
	border: 0;
}

#header ul { 
	position: absolute;
	top: 0;
	right: 2%;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
}
#header ul li {
	display: block;
	margin: 0 5px 0 0;
	padding: 2px 0 0 0;
	width: 75px;
	height: 20px;
	float: left;
	background-image: url('../images/button.png');
	background-repeat: no-repeat;
	
	text-align: center;
}
#header ul li a, #header ul li a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 12px;
}

/* noscript */
#noscript { margin: 25% auto; }
#noscript img {float: left; margin-right: 10px;}
#noscript p { font-family: Verdana; font-size: 12px;}

/* Sticky CSS */
.sticky
{
	background-image: url('../images/yellow.png');
	background-position: top left;
	
	position: absolute;
	width: 225px;
	height: 206px;	
	
	font-family: Verdana;
	font-size: 12px;
}

.sticky .title
{
	width: 195px;
	
	margin: 5px 0 0 12px;
	padding: 5px 0 0 0;
	
	color: #4084B5;
	
	letter-spacing: 1px;
	line-height: 20px;
}
.sticky .pubDate { text-align: right; width: 210px; font-size: 10px;}

.sticky .categories { list-style: none; width: 190px;}
.sticky .categories li { display: inline-block; margin-right: 3px;}
.sticky .categories li:last-child:after { content: ""; }
.sticky .categories li:after { content: ", "; }

.sticky .readmore { display: block; text-align: right; width: 200px; color: #222; font-weight: bold;}

.sticky ul{ margin-left: 15px; padding: 0; }

