﻿/******************************************************************************************************
 * This file represents all style overrides to strip out any unnecessary elements or restructure
 * necessary ones for the user when trying to print a page. Generally HTML navigational items should
 * be excluded and structure of the content should be the primary focus. This file will always
 * be loaded last in the document flow to override any set styles.
 ******************************************************************************************************/
 
object,
embed,
#Tools,
#Navigation,
#Sidebar,
.FooterTop,
.FooterRight,
.ContentStandardFooter,
.ArticleFooter,
.Breadcrumbs,
.Search {
    display: none;
}

/** Layout **********************************************************************************************/

body {
    text-align: left;
}

#Page {
    width: 100%;
    margin: 0 auto;
}

#Header {
    display: inline;
}

#Presentation {
    float: none;
    padding: 0;
}

.OneColumn #Content {
    font-size:1.2em;
    width: 100%;
    text-align:left;
    margin:0;   
}

.TwoColumn #Content {
    font-size:1.2em;
    width: 100%;
    float: none;
    margin: 0;
	text-align:left;
}

#Header #Logo a {
    position: static;
    display: inline;
    float: none;
    margin: 0;
    text-indent: 0;
    text-align: left;
    font-size: 36pt;
    font-weight: bold;
    color: #0D4177;
}

/** Articles **/

.printSelector,
.bookmarkSelector,
.SignInCallout,
.CommentsHeading,
.CommentFormContainer {
    display: none;
}

.ArticleBodyContent p {
    margin-bottom: 1.5em;
}

.ArticleHeader,
.ArticleBody {
    width: 100%;
}


.ArticleHeader .ByLine {
    font-size: 12pt;
}

.ArticleBody {
    font-size: 12pt;
}
