/* CSS Document */

/*********** 2***************/


#restofcontent { /*wrap rest of content of the page inside this div*/
	clear: left;
}

/*********** 3  ***************/


.mainitems{
	color:#333333;
}

.mainitems a{
	margin-left: 6px;
	color:#0066CC;
	margin-right: 8px;
	text-decoration: none;
	font-weight:bold;
}



