body {
	font-family: calibri, arial, verdana, serif;
	font-weight: normal;
	font-size: 12pt;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 13pt;
	text-indent: 1.5em;
}

div#pic {float: left; width: 250px; padding: 10px; }


div#newscontainer {
	float: left; 
	width: 280px; 
	padding: 50px 0px 0px 0px;

}
#newscontainer ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	background: no-repeat;
	background-color: #EECCCC;
}

#newscontainer li {
	display: inline;
}

#newscontainer a {
	/*float: left; */ 
	display: block;
	padding: 10px 5px 4px 10px;
	background: no-repeat left;
    color:#CC4646;
	text-decoration: none;
	font-family: calibri, arial, verdana, serif;
	font-weight: normal;
	font-size: 11pt;
}

#newscontainer a:hover {
    	color:#EE4646;
	font-weight: bold;
}

#newscontainer a:active {

}


div#navcontainer {float: left; width: 320px; padding: 10px; }
#navcontainer ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none;
	background: no-repeat;
}

#navcontainer li {
	display: inline;
}

#navcontainer a {
	/*float: left; */ 
	display: block;
	padding: 5px 15px 4px 50px;
	background: no-repeat left;
    color:#464646;
	text-decoration: none;
	font-family: calibri, arial, verdana, serif;
	font-weight: normal;
	font-size: 13pt;
}

#navcontainer a:hover {
    	color:#464646;
	font-weight: bold;
}

#navcontainer a:active {

}


div#contact {float: left; width: 300px; padding: 20px; }

div#nl {
	clear: left;
}

div#news {
	float: left;
	width: 550px;
	height: 220px;
	align: center;
	background-color: #CCCCFF;
	padding: 5px 5px 5px 5px;

	text-align: left;
	overflow: auto;

	/*
	background: none repeat scroll 0% 0% #F00;
	*/

}

div#FixedHeightContainer {
    float: left;
    height: 250px;
    width: 560;
    padding: 3px;
    background-color: #BBBBFF;
    border: #0000FF 1px solid;
}
#news ul {
	margin: 0;
	padding: 0px 0px 0 2px;
	list-style: none; 
	background: no-repeat;
}

#news li {
	display: inline;
}

#news a {
	/*float: left; */ 
	display: block;
	padding: 5px 15px 4px 6px;
	background: no-repeat left;
    	color: #333333;
	text-decoration: none;
	font-family: calibri, arial, verdana, serif;
	font-weight: normal;
	font-size: 12pt;
}

#news a:hover {
    	color:#464646;
	font-weight: bold;
}

#news a:active {

}


div#txt { width: 900px; padding: 10px; }




