﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: -3px 0px 0px 0px !important;
	padding: 0px;
	border : none !important;
	outline: 0px;
	font-size: 100%;
		line-height: .7em !important;
}
a {
	outline: 0;
}

@media print {
    #Header, #Footer, #rightColumn1 { display: none !important; }
}
/* ======================================================
 The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of 
 the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the 
 page and create a centered container for the page content to display. 
 =======================================================*/
h1, h2, h3 {
	color: #1C140E;
	margin: 5px 0px 5px 0px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
		display: none;
}


body {
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	padding: 0px 0px 0px 0px;
	background-color: #E2DEC3;
	line-height: .7em;
	font-size: 1em;
	color: #2d2e2e;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
body img {
	border: 0px;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
#outerWrapper {
	background-color: #fff;
	width: 1100px;
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 25px auto 25px auto;
	border: 1px #000000 solid;
}
/*===================================
Masthaead Styles - banner image is placed directly in the html code so that it can be made to scale to fit all devices. If you choose to use a solid background image that does 
not need to scale, you could place it in the styel sheet rules
====================================*/
#outerWrapper #header {
	display: none;
}
/*===================================
  can be used for the site name and header if not part of the masthead banner
====================================*/
#outerWrapper #header .sitename {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 30px;
	margin-left: 25px;
	letter-spacing: .25em;
	line-height: 1em;
}
.tagline {
	font-size: small;
}
/*========================================
Top Navigation
=========================================*/
#outerWrapper #topNavigation {
	background-color: #756B5C;
	min-height: 2.3em;
	padding: 10px 10px 40px 10px;
	border-bottom: solid 1px #1C140E;
		display: none;
}
#contentWrapper {
	background-position: right;
	clear: both;
}
#rightColumn1 {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 322px;
	display : table-cell;
	background-color: #eaeff5;
	border-left: solid 1px #9bb6d2;
		display: none;
}
#footer {
	background-color: #eaeff5;
	padding: 10px 10px 10px 10px;
	color: #000000;
	clear: both;
		display: none;
}
.noprint {
	display: none;
}
#footer1 {
	background-color: #eaeff5;
	padding: 10px 10px 10px 10px;
	color: #000000;
		display: none;
}
#bottomdiv {
	display: none;
}
#topdiv {
	display: none;
}
