body {
	font-family:"nimbus-sans", Helvetica, arial, sans-serif;
}

.wrapper{
	margin: 0 auto;
	width: 1000px;
	padding-left: 2em;
	padding-right: 2em;
	position: relative;
}
.MainContent{
	float: left;
	line-height: 1.9em;
	width: 35em;
}
.MainContent h2{
	font-size: 1.4em;
	color: #7c6293;
}
.Actions input, .button{
	background-color: #ff9a2e;
	padding: 0.3em 0.9em;
	text-decoration: none;
	color: #fff;
}
.Actions input:hover, .button:hover{
	background-color: #e7e3ec;
	text-decoration: none;
	color: #5c496d;
}
.clear{
	clear: both;
}
.main-content li{
	list-style-image: url(/themes/wls/images/List-Style.png);
	color: #919091;
	padding: 0.3em 0;
}
.main-content li a{
	color: #a767a6;
	text-decoration: none;
}
p{
	line-height: 1.4;
}
p{
	color: #666;
}
h1,h2,h3,h4,h5,h6{
	color: #a767a6;
	line-height: 1.2;
}

h2 {
	font-size:1.2em;
	line-height:1.3em;
}
a{
	color: #a767a6;
	text-decoration: none;
}

img.left {
	float:left;
	margin-right:1em;
}

img.right{
	float:right;
	margin-left:1em;
}
.main-content ol li{
	list-style-image: none;
}
.main-content{
	color: #919091;
	line-height: 1.4;
}
.main-content fieldset{
	color: #5a3d5e;
	line-height: 1.4;
}
.main-content h2,
.main-content h3,
.main-content h4,
.main-content h5,
.main-content h6 {
	margin:0.8em 0;
}

.main-content > h2:first-child,
.main-content > h3:first-child,
.main-content > h4:first-child,
.main-content > h5:first-child,
.main-content > h6:first-child,
.main-content > p:first-child {
}

.main-content hr {
	border:none;
	background:none;
	border-top:1px solid #DDD;
}