/* CSS for Upstarts 2005 site (Valid CSS 1.0) */

body {
	font-size: 12pt;
	font-family: arial, verdana, sans-serif;
	background: white;
	color: black;
}

#container, #content {
	width: auto;
	margin-left: 2%;
	text-align: left;
	background: transparent none;
	float: none !important;
	padding: 0;
	border: 0;
	
}

/* Banner position and spacing */


/* Main layout classes and ids follow */

#pagetitle {
	display: none;
}



.bodytext {
	margin-left: 2%;
}

#footer{
        margin-top: 10px;
	font-size: 80%;
}



/* Link styles */

a:link, a:visited {
	backgrouns: transparent;
	font-weight: bold;
	text-decoration: underline;
}