body {
	background-color: #f4e9fc;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	line-height: 1.4em;
	font-weight: normal;
}

div#newwrap {
	position: absolute;
	top:100px;
	width: 100%;
	min-width:600px;
}
div#headpic{
	background: #f4e9fc url(../images/webhelpbg.jpg) repeat-x;
	position: absolute;
	font-weight: bold;
	font-size: 1.2em;
	text-align:center;
	margin-top:0;
	width:100%;
}
div#webhelplinks a {
	background: #c0f;
	}
#middle {
	text align: center;
	margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding-left: 0px;
	padding-right: 0px;
	max-width:900px;
	min-width:400px;
	width: 58%;
	}
#back {
	background: #d7c6f9;
	padding: .75em;
	margin: 2em 2em 2em 1em;
	}
#section {
	text-align: left;
	background: #ffe;
	margin: -2em -2em 0 0;
	border: 3px solid #ccc;
	padding: .75em;
	}
#ulhome h1 {
	border-top: 3px solid #f69;
	border-bottom: 3px solid #f69;
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 6px;
	}
#ulmedia h2 {
	border-top: 3px solid #f63;
	border-bottom: 3px solid #f63;
	}
#ultalks h2 {
	border-top: 3px solid #fc6;
	border-bottom: 3px solid #fc6;
	}
#ullinks h2 {
	border-top: 3px solid #ff3;
	border-bottom: 3px solid #ff3;
	}
#ulgarden h2 {
	border-top: 3px solid #6f9;
	border-bottom: 3px solid #6f9;
	}
#uldogs h2 {
	border-top: 3px solid #0ff;
	border-bottom: 3px solid #0ff;
	}
#ultravel h2 {
	border-top: 3px solid #9cf;
	border-bottom: 3px solid #9cf;
	}
#ulrecipes h2 {
	border-top: 3px solid #ccf;
	border-bottom: 3px solid #ccf;
	}
#ulwebhelp h2 {
	border-top: 3px solid #c9f;
	border-bottom: 3px solid #c9f;
	}
.description {
	font-size: .9em;
	color: #999;
	margin-left: 6px;
	}
.boxed {
	background: #ede;
	border: 1px dashed #000;
	padding: 9px;
	margin-top: 9px;
	margin-bottom: 9px;
	}
.smallprint {
	text-align: left;
	font-size: .9em;
	line-height: 1.1em;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin-left: 9px;
	white-space: pre-wrap;
	}

a 	{
	font-weight: bold;
	color: #639;
	text-decoration: none;
	}
a:hover {
	text-decoration: underline;
	}
h1 {
	text-align: center;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
h2 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: bold;
	margin-top: 12px;
	margin-bottom: 6px;
	}
h3 {
	text-align: left;
	font-size: 1em;
	line-height: 1.4em;
	color: #000000;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 6px;
}
h3:first-letter {
	font-size: 166%;
	color: #639;
	font-weight: bold;
	}


p {
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 9px;
}

hr {
	border: none 0; 
	border-top: 1px dashed #ccc;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
} 
ul {
	margin-top: 0px;
	margin-bottom: 3px;
	margin-left: 0;
	padding-left: 25px;
}
li {
	margin-top: 2px;
}
ul[class="level2"] {
	padding-left: 50px;
	}
ul[class="level3"] {
	padding-left: 75px;
	}

dl	{
	margin-top: 0px;
	margin-bottom: 0px;
	}
dt 	{
	margin-top: 9px;
	}
dd	{
	margin-top: 3px;
	margin-bottom: 3px;
	}

