a,a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: underline;
	color: white;	
}

a:active {
	text-decoration: underline;
	color: white;	
	font-weight: 700;
}

a img, a img:hover, a img:visited {
	border: none;
	}

#header {
	position: absolute;
	top: 0px;
	left: 8px;
	width: 200px;
	border: 0px solid #ccc;
	padding: 7px 0px 5px 0px;
}
#title_top {
	position: absolute;
	vertical-align:middle;
	top: 1px;
	left: 205px;
	border: none;
	padding: 8px 8px 8px 0px;
}

#menu1 {
	position: absolute;
	top: 145px;
	left: 8px;
	width: 95%;
	border: 1px solid #ccc;
	padding: 2px 8px 3px 8px;
}

#menu2 {
	margin:8px 0 0 15px;
	font-size:smaller;
}
#content, #sidebar {
	top:197px;
}

#content {
	position:absolute;
	width: 810px;
	padding: 8px 8px 8px 8px;	
	margin-left: 15px;	
	text-align: left;;
}

#ref_bas {
	font-size:x-small;
	position: absolute;
	right: 5px;
	bottom: 2px;
	padding-right: 5px;
	width: 80%;
	background: transparent;
	border: 0;
	text-align: right;
}

#sidebar {
	position: absolute;
	text-align:right;
	right: 3%;
	padding: 5px 5px 5px 5px;
	width: 150px;
	background: transparent;
	border: 0px solid #ccc;	
}

#sponsors {
	position: absolute;
	text-align:center;
	right: 1%;
	top: 195px;
	padding: 5px 5px 5px 5px;
	width: 195px;
	background: #7AAED3;
	border: 0px;	
}
#sponsors img {
	padding-bottom: 14px;
}





body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;	
	color:#FFFFFF;
	background:#2B85BB;
}
p{
	line-height:17px;
	margin-top:8px;
	}
ul, li{
	padding-top:8px;
}
	
h1 {
	margin-left:-9px;
	font-size:large;
}

#title_top h1{
	margin: 20px 0 13px 0;
	color:white;
	font-size:large;
	font-weight:900;
	}

#title_top h2{
	margin:0 0 8px 10px;
	color:white;
	font-size:medium;
	font-weight:700;	
	}
.hide {
	display: none;
}

#aggregator a{
	margin-top:10px;
	margin-left:15px;
	font-weight:normal;
	font-size:smaller;
	display:list-item;
	}

	

