/*
---------------------------------------------------------------------------------
Hidden Elements
---------------------------------------------------------------------------------
*/
#background,
#Breadcrumbs,
#CommentsRSSFeed,
#contact-form,
#facebook-block,
.flex-control-nav,
.flex-direction-nav,
#footer-wrapper,
form,
#header,
#main-column-secondary,
#main-content-wrapper-footer,
#NavHoriz,
#NavVert,
.non-printable,
#pre-header-wrapper,
#print-button-block,
.read-more,
#request-form,
#server-info,
#subfooter-wrapper,
#TrackBacks_holder,
#videos-holder-block {
    display: none;
}
/*
---------------------------------------------------------------------------------
Printable Elements
---------------------------------------------------------------------------------
*/
html,
body,
p,
span,
h1,
h2,
h3,
h4,
ul,
li {
    font-family: Arial,Helvetica,sans-serif !important;
    color: #000 !important;
    background: none !important;
}
body,
p {
    font-size: 12px;
    font-weight: normal;
}
p {
	text-align: justify;
}
p a {
	color: #000 !important;
}
a {
	color: #555 !important;
	text-decoration: underline !important;
}
h1 {
    margin-bottom: 10px;
    color: #000;
    font-size: 35px;
    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-hidden {
	font-size: 30px;
	margin: 0 0 10px 0;
}
h2.header-hidden a {
	color: #000 !important;
	text-decoration: none !important;
}
h2.header {
    margin-bottom: 5px;
    color: #000;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 35px;
}
h2.header,
h2.header a {
    color: #000;
    font-size: 26px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 35px;
    text-decoration: none;
}
h3 {
    margin-bottom: 10px;
    color:#000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 25px;
}
h3.header-hidden {
	font-size: 20px;
	margin: 0;
	padding: 0;
}
h3.header {
    margin: 0 0 10px 0;
}
h4 {
    margin-bottom: 10px;
    color:#000;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
	line-height: 20px;
}
body,
#main,
#column-primary,
#column-primary-content {
    width: 980px !important;
}
div#main-column-primary[style],
div#main-column-primary-content[style] {
   width: 980px !important;
}
hr {
    border-color: #ddd;
    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: 0;
    padding: 0;
    border-radius: 0;
}
.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;
}