body { 
	font: 10pt; 
	color: #555753; 
	}

a:link {
	font-weight: bold;
	text-decoration: none;
	color: #CC00CC;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #CC00CC;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #CC00CC;
	}
#banner {
		}
		
#centercontent {
	background:#fff;
	border-right: 6px solid #CC00CC;
	border-left: 6px solid #CC00CC;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
		}
	
#footer {
		}

#container {
	position: absolute;
	left: 15%;
	width: 70%;
}
#UR {
	float: right;
}
#UL {
	float: left;
}
#LR {
	float: right;
}
#LL {
	float: left;
}
#topBorder
{
	background-image: url(upperFiller.jpg);
	background-repeat: repeat-x;
	height: 24px;
}
#bottomBorder
{
background-image: url(lowerFiller.jpg);
	background-repeat: repeat-x;
	height: 24px;
}
p,h3,pre {
		margin:0px 10px 10px 10px;
		}
