#menu {
	margin: 25px 0 14px;
}
#menu ul li li,
#menu ol li li {
	margin-right: 0;
}
#node a {
	color: #005293;
	text-decoration: none;
}
#content {
	line-height: 1.5em;
	color: #444444;
}
#main h3 {
	color: #52782f;
	padding: 0;
}
#main h4 {
	text-decoration: underline;
}
#content ul li {
	list-style-image: url(../img/bullet.png);
}
#content ul li span.title {
	color: #444444;
}
#figure {
	width: 70%;
	border-collapse: separate;
	border-spacing: 5px;
	border-radius: 6px 6px 6px 6px;
	color: #333333;
	margin: 6px auto 12px auto;
	border: 1px solid #dbe4ec;
	background-color: white;
	background-image: url(../img/nav-bg-top.gif), url(../img/nav-bg-bot.gif);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
}
#figure td {
	padding: 6px 8px;
}
#figure td.heading {
	padding: 0 0 0 26px;
	font-weight: bold;
	font-size: 120%;
	color: #333333;
}
#main .linkList {
	margin: 0 0 4px -8px;
}
#figure td.number {
	padding: 6px 0 0 4px;
	font-size: 180%;
	font-weight: bold;
	color: #b7b7b7;
}
#figure .double {
	width: 50% !important;
}
#figure td.highlight {
	width: 100%;
	background: #fcfcfc;
	border-radius: 3px 3px 3px 3px;
	border: 1px solid #dbe4ec;
}

#figure span {
	color: #818181;
}

#main fieldset h2 {
	color: #444444;
	margin: 0 0 8px 0;
}
.survey-button {
	text-align: center;
	margin-bottom: 15px;
}
.survey-button a h1 {
	margin: 0 auto;
	text-indent: -1000px;
	overflow: hidden;
	width: 302px;
	height: 65px;
	line-height: 0;
	font-size: 1pt;
	background: url(../img/button-survey.png) no-repeat 0px 0px;
}
.survey-button a:hover h1 {
	background: url(../img/button-survey.png) no-repeat 0px -78px;
}

#welcome h3 {
	color: rgb(67, 91, 99) !important;
}

#main ul {
	margin-left: 17px;
}
