* {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 11px;
	text-align: center;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	color: #3c3c3c;
}

p {
	margin-bottom: 6px;
	margin-top: 6px;
}

ul {
	list-style-type: none;
}

ul.adminList {
	width: 175px;
}

li {
	position: relative;
}
#wrapper {
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#header {
	margin-top: 125px;
}
.headerTitle {
	margin-right: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
}
#jsMenu {
	z-index: 1;
	position: relative;
}
#jsMenu li {
	margin-right: 12px;
	float: left;
}
#jsMenu li, .addLink {
	cursor: pointer;
}
.RTE {
	margin-left: 12px;
}
#jsMenu a {
	color: #3d3d3d;
}
.active, .expand {
	color: white;
	background-color: #d0d0d0;
}
.expand {
	padding: 12px;
	position: absolute;
	display: none;
}
#body {
	border-left-color: #3c3c3c;
	border-left-style: solid;
	border-left-width: 1px;
	margin-top: 24px;
	padding-bottom: 24px;
	padding-top: 24px;
}
#footer {
}
#mainList {
	width: 536px;
	margin-left: 32px;
}
.adminList {
	margin-left: 32px;
}
.adminList li {
	position: relative;
	width: 100%;
}
a:link, a:active, a:visited {
	font-weight: bold;
	color: #7f7f7f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.edit {
	position: absolute;
	right: 0px;
}
.edit a {
	text-decoration: none;
	padding-bottom: 2px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
.edit a:hover {
	color: white;
	background-color: #3d3d3d;
}
.meta {
	color: #757575;
	font-size: 0.8em;
}
.view {
	padding-bottom: 46px;
}
.view .title {
	margin-left: -12px;
}
input, textarea {
	font-size: 11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
textarea {
	width: 100%;
	height: 250px;
}

