

#nav {
	margin-top: 0;
}

#nav ul {
	margin-top: 10px;
	margin-bottom: -10px;
	margin-left: 40px;
}

#nav ul li {
	margin-top: 0;
}

#nav ul li a {
	font-size: 1.1em;
}

#center {
	padding-top: 14px;
	min-height: 480px;
}

#centerWide {
	padding-top: 14px;
	min-height: 500px;
}

#cont {
	border-left: 160px #fff solid;
	border-right: 160px #fff solid;
	float: left;
	margin: 0;
	padding: 0;
}

#center {
 width: 440px;
}

#left {

}

#right {

}


#left ul {
	list-style: none;
	margin: 0 12px;
	width: 140px;
	margin-left: 8px;
}

#left ul li {
	background: #eee;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;	
	border-bottom: 1px dotted #ccc;
	text-align: center;
	padding: 4px;
	margin:0;
	font-size: 0.9em;
	height: 1%;
}

#left ul li.current {
	background: #ff9;
}

#left ul li#first {
	border-top: 1px solid #bbb;
}

#left ul li#last {
	border-bottom: 1px solid #bbb;
}

#left ul li:hover {
	background: #ddd;
	cursor: hand;
	cursor: pointer;
}

#left ul li a {
	text-decoration: none;
	color: #135;
}

#left ul li a:hover {
	text-decoration: underline;
}

dl.form dt {
	float: left;
	width: 160px;
	margin-right: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 0.9em;
	padding: 4px;
	clear: left;
}

dl.form dd {
	margin-left: 0px;	
}

dl.form dd textarea {
	width: 400px;
}

.rPushOut {
	margin-left: 10px;
}
