body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color:#FFFFEE;
	background-image:url(../images/backgrounds/cream_orange_cream_gradient.png);
}

#LeftMenu {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	position: relative;
	width: 20%;
	left: 0%;
	top: 0px;
	float: left;
}

#MainContent {
	background-color: #FFFFFF;
	border: 2px solid #000000;
	position: relative;
	width: 70%;
	left: 25%;
}
h1 {
	font-weight: bold;
	font-size: 1.4em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #A24673;
}
#ContentBox {
	padding: 5px;
}
p {
	padding-bottom: 0.25em;
}
ul.TickList {
	list-style-image: url(../images/littletick_p.png);
	text-indent: 0.5em;
	list-style-position: inside;
	font-size: 0.9em;
}
h3 {

	font-size: 1.1em;
	color: #A24673;
}
h2 {

	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	color: #A24673;
}
dl>dt {
	font-weight: bold;
}
