@charset "utf-8";
strong {
	font-weight: normal;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #000;
	text-decoration: underline;
	font-size: 12px;
}
a:link {
	text-decoration: underline;
}
.top {
	padding-bottom: 10px;

}
.middle {
	padding: 10px 0;

}
.bottom {
	padding-top: 10px;

}
#container {
	background-color: #FFF;
}
#header {
	display: none;
}

#sideNav {
	overflow: visible;
	height: 100%;
}
#logo {
	display: none;

}
#sideNav h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #FFC104;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 100px;
}
#sideNav h1 span {
	font-size: 15px;
	color: #000;
	font-weight: normal;
}
#sideNav h1 small {
	font-size: 10px;
	color: #000;
	font-weight: normal;
}
#content {
	background-color: #FFF;


}

#content h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-left: 20px;
}

#content h1 small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	line-height: 18px;
}
#content h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	padding-left: 20px;
}
#content h3{
	font-size: 16px;
	color: #000;
}

#content p {
	line-height: 18px;
}

#content li {
	background-image: url(E&iMages/betterpoint.png);
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	background-position: 3px -1px;
}
#content li  li {
	background-image: url(E&iMages/betterInnerpoint.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#content div div li {
	font-size: 12px;
}
#content div div li li {
	font-size: 10px;
}


#content dt {
	font-weight: bold;
	font-size: 18px;
}

#content dd {
	background-image: url(E&iMages/betterpoint.png);
	background-repeat: no-repeat;
	background-position: 6px 3px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	font-size: 12px;
	font-weight: bold;
}
#content span {
	display: none;
}
#horizontalDisplay {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	width: 546px;
}
#horizontalDisplay div {
	padding-left: 5px;
	padding-right: 5px;
	width: 170px;
	border-right: #999 thin dotted;
	float: left;
}
#horizontalDisplay div span {
	font-weight: bold;
}
#verticalDisplay div{
	overflow: hidden;
}
#verticalDisplay img {
	float: left;

}
#verticalDisplay h2 {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}





#footer {
	height: 50px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#footer span {
	padding: 10px;
	line-height: 50px;
}

