body,
html {
    background: #ffffff;
    margin: 0;
    padding: 0;
    color: #464646; 
    font: normal .94em/1.4em Arial, Helvetica, "sans-serif";
    padding-bottom: 0px;
	line-height: 1.5;
}

ul,
ol,
dl {
    padding: 0;
    margin-left: 30px;
}

ul li a {
    /*
	display: inline-block;
	min-height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	padding-bottom: 8px;
	*/
}
ol li a {
   
	min-height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	padding-bottom: 8px;
}
dt { 
   margin-bottom: 4px;
	font-size: 1.15em;
}
dd { 
   margin: 6px 0px 8px 0px;
}
dt a { 
   display: inline-block;
	min-height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	padding-bottom: 8px;
}
dd a { 
   display: inline-block;
	min-height: 24px;
	min-width: 24px;
	box-sizing: border-box;
	padding-bottom: 8px;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
    padding-right: 15px;
    padding-left: 15px;
    /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}

h1 {
    font-size: 2em;
    font-weight: normal;
    line-height: 1.1em;
}
.printable-content { 
    margin-left: 15px;
}

a img {
    /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
    border: none;
}

a:link {
    color: #006080;
    text-decoration: underline;
}

a:visited {
    color: #006080;
    text-decoration: underline;
}

a:hover,
a:active,
a:focus {
    text-decoration: underline;
}
cite {
    font-style: normal;
}
td,
th {
    vertical-align: top;
    text-align: left;
}

dl {
    margin-left: 17px;
}
dt {
    font-weight: bold;
}

caption {
    text-align: left;
    vertical-align: top;
    font-weight: bold;
    padding-bottom: .5em;
font-size: 1.085em;
    /*
        font: normal 90% Verdana, Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        padding: 2px;
        margin-right: 0px;
        margin-left: 0px;
    */
}