#center {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:751px;
	margin-top:10px;
	margin-bottom:10px;
	/*
	background-color:#222222;
	border:1px #cccccc solid;
	*/
	overflow:hidden;
}

#tpc_top {
	width:751px;
	height:90px;
	background-color:#999999;
	/*
	border:1px #cccccc solid;
	border-bottom:none;
	*/
}

#tpc_mid {
	width:751px;
	height:121px;
	background-color:#999999;
	/*
	border:1px #cccccc solid;
	border-top:none;
	*/
}

#left {
	float:left;
	width:70%;
}

#right {
	float:right;
	height:780px;
	width:180px;
	background-position:bottom right;
	background-repeat:no-repeat;
	border:1px #cccccc solid;
	text-align:center;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#EEEEEE;
	background-color:#333333;
}

div.inner {
	margin:10px;
	text-align:left;
	overflow:visible;
}

input {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
	border-color:#999999;
}

a {
	text-decoration:none;
	font-weight:bold;
}

a.spaced {
	color:#eeeeee;
	margin:5px;
}

li {
	margin:5px;
}

#links {
	background-color:#222222;
	border:1px #cccccc solid;
	width:751px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}

div.servicetitle {
	background-color:#CCCCCC;
	color:#222222;
	width:100%;
	text-align:center;
	padding-left:10px;
	font-size:13px;
	font-weight:bold;
}

th {
	text-align:right;
}

th.gray,td.gray {
	background-color:#999999;
	color:#222222;
	font-size:13px;
	font-weight:bold;
	padding:2px;
}

h1 {
	font-size:22px;
}