body {
	text-align: center;

}


#frame {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
	border: 0px solid #000000;
	overflow: hidden;
	background-color: #fff;
}

#contentleft {
	width: 200px;
padding: 10px 0px 10px 0px;
	float: left;
	background: #fff;
	border: 0px solid #000000;
}

#contentcenter {
	width: 500px;
padding: 10px;
	float: left;

	border: 0px solid #000000;
	clear: right;
}




#contentright {
	width: 300px;
padding: 10px 0px 10px 0px;
	float: left;
	background: #fff;
	border: 0px solid pink;
}



#contentheader {
	margin: 0px;
}

hr.right {
	border: none 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	margin: 0px auto 0 0;
	text-align: left;
}

hr.center {
	border: none 0;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 100%;
	height: 1px;
	margin-bottom: 10px;
	text-align: center;
}



/* IE6 Only */
#IEroot #contentright {
	width: 285px;
padding: 10px 0px 10px 0px;
	float: left;
	background: #fff;
	border: 0px solid pink;
	clear: right;
}



#IEroot #contentheader {
	margin-bottom: -5px;
}


/* Splash Page */

#splashTable {
	width: 600px;
	padding: 30px;
	border: 15px double #f4f4f4;
	background: #fff;
}

.splashText{
	color: #666;
	font: 16px/20px Arial, sans-serif;
	text-align: center;
}

.splashText a:link{
	color: #00adef;
	font: 16px/20px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashText a:visited{
	color: #00adef;
	font: 16px/20px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashText a:hover{
	color: #0071bc;
	font: bold;
	text-decoration: none;
}

.logo {
	width: 551px;
}



.splashTextBig{
	color: #666;
	font: 26px/30px Arial, sans-serif;
	text-align: center;
}

.splashTextBig a:link{
	color: #00adef;
	font: bold 26px/30px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashTextBig a:visited{
	color: #00adef;
	font: bold 26px/30px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashTextBig a:hover{
	color: #0071bc;
	font: bold 26px/30px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}



.splashTextsm{
	color: #666;
	font: 12px/20px Arial, sans-serif;
	text-align: center;
}

.splashTextsm a:link{
	color: #00adef;
	font: 12px/20px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashTextsm a:visited{
	color: #00adef;
	font: 12px/20px Arial, sans-serif;
	text-align: center;
	text-decoration: none;
}

.splashTextsm a:hover{
	color: #0071bc;
	font: bold;
	text-decoration: none;
}

