/* Base */
@import url(base-weblog.css);

/* Portal */


/* Theme */
@import url(screen.css);

/* Custom */
#banner {
background:#ffffff url(headerThe0.png) no-repeat scroll left bottom;
min-height:170px;
height:170px;
}

body {
margin:0;
background-color:#ffffff;
position:absolute;
top:0px;
left:0px;
}

div.menuHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
position:absolute;
top:160px;
left:15px;
}

div.entry
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
position:absolute;
top:-100px;

}



a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
a:link {
	text-decoration: none;
	font-weight: normal;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
a:hover {
	text-decoration: none;
	color: #33758D;
	font-weight: normal;
}
a:active {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}