/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

body {
	margin: 0;
	padding: 0;
	background-color: #cccc99;
	background-image:none;
}

#notes ul, notes1 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

div#sintannabanner {
	color: black;
	position: absolute;
	left: 0;
	top: 0;
	z-index:0;
	background-color: #cccc99;
	font: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 100%;
}

div#sintannabanner ul {
	margin: 0;
	padding: 6px;
	padding-left: 15px;
}


div#sintannabanner li {
	display:block;	
	float:left;
	list-style: square;
	padding-right: 20px;
}





div#main {
	width:100%;
	clear:both;
	position: absolute;
	top: 30px;
	left: 0;
	z-index: 1;
}



