body {
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
		}
	
	#frame {
		width:860px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		}
		
	#contentleft {
	width:285px;
	padding:0px;
	float:left;
	border-bottom-width: thin;
	border-left-width: thin;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: left;
		}
	
	#contentcenter {
	width:300px;
	padding:0px;
	float:left;
	background-color: #eee;
	margin-bottom: 20px;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
		}
	
	#contentright {
		width:255px;
		padding:0px;
		float:left;
		background:#fff;
		}
	
	#contentheader {
	background:#eee;
	border: thin dotted #999999;
	margin-top: 30px;
	width: 836px;
		}
		
	p,h1,pre {
		margin:0px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
.bold {
	font-weight: bold;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #CC0000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
#extrabox {
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #999999;
}
