/*
---------------------------------------------------------------------------------
Hidden Elements
---------------------------------------------------------------------------------
*/
.non-printable,
#pre-header-wrapper,
#header,
#background,
#main-column-secondary,
#NavVert,
#NavHoriz,
#Breadcrumbs,
#request-form,
#contact-form,
#facebook-block,
#print-button-block,
.read-more,
#footer-wrapper,
#developer-credits {
    display: none;
}
/*
---------------------------------------------------------------------------------
Printable Elements
---------------------------------------------------------------------------------
*/
html,
body,
p,
span,
h1,
h2,
h3,
h4 {
    font-family: Arial,Helvetica,sans-serif;
    color: #000;
    background: none;
}
body,
p {
    font-size: 12px;
    font-weight: normal;
}
h1 {
    margin-bottom: 10px;
    color: #000;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 35px;
}
h2 {
    margin-bottom: 10px;
    background: inherit;
	margin: 0;
    color:#000;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 30px;
}
h2.header {
    margin-bottom: 5px;
    color: #000;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 35px;
}
h2.header,
h2.header a {
    color: #000;
    font-size: 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 35px;
    text-decoration: none;
}
h3 {
    margin-bottom: 10px;
    color:#000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 25px;
}
h3.header {
    margin: 0 0 10px 0;
}
h4 {
    margin-bottom: 10px;
    color:#000;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 20px;
}
body,
#main,
#column-primary,
#column-primary-content {
    width: 750px;
    float: left;
}
hr {
    border-color: #DDDDDD;
    border-style: none none solid;
    border-width: medium medium 1px;
    height: 1px;
    margin: 0 0 20px;
}
.captioned-image {
    display: block;
    padding: 0;
    margin: 0 15px 10px 0;
}
.captioned-image img {
    border: 0px solid #212121;
    padding: 0px;
    border-radius: 0px;
}
.captioned-image-no-style {
	float: left;
}
.captioned-image-no-style img {
	border: none;
    padding: 0;
    border-radius: 0;
}
img.left {
	float: left;
	margin: 0 10px 10px 0;
}
img.right {
	float: right;
	margin: 0 0 10px 10px;
}
.float-right {
	float:right;
    margin-left:20px;
}
.image-caption {
	clear:both;
	font-size:11px;
    margin: 5px 0;
}
ul,
li {
    list-style-position: inside;
    padding-left: 0;
}