/* Print stylesheet for Western Architectural web site */

/*This site has a baseline of 19px and a font size of 11px. */

/* General elements */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	font-size:68.75%; /*For IE, sets to 11px font-size but allows it to remain scalable (from the normal 16px in IE)*/
}

html>body {
	font-size:11px; /*For Firefox and Safari*/
}

body {
	line-height:1.727272727272727273em; /*Sets to 19px line height*/
	font-family: Verdana, Helvetica, sans-serif;
	color:black;
}

p {
  margin: 1.727272727272727273em 0; /*Sets to 19px*/
  font-size:1em;
}

h1, h2, h3, h4, h5 {
	color:#8C2129;
	clear:both;
}

h1 {
  font-size: 2em;
  font-weight: bold;
  margin: .67em 0;
  
}

h2 {
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  font-size: 1.363636364em; /*Sets to 15px*/
  line-height:1.2666667em; /*Sets to 19px*/
  font-weight: bold;
  margin: 1.2666667em 0; /*Sets to 19px*/
}

h4 {
  font-size: 1.363636364em; /*Sets to 15px*/
  line-height:1.2666667em; /*Sets to 19px*/
  font-weight: normal;
  margin: 1.2666667em 0; /*Sets to 19px*/
}

h5 {
  font-size: 1em; /*Sets to 11px*/
  font-weight: bold;
  margin: 1.727272727272727273em 0; /*Sets to 19px*/
  line-height:1.727272727272727273em; /*Sets to 19px*/
	
}

ul {
  list-style-type: disc;
  margin:0;
  padding-left:20px;
}

ol {
  list-style-type: decimal;
  margin: 1.727272727272727273em 0;
  padding-left: 40px;
}

a, a:link, a:visited, a:hover, a:active {
	color:black;
	text-decoration:none;
}

.hide_print
{
	visibility:hidden;
	display:none;
}

.clearall { clear: both; }


/* End General Elements */

/* ------------------------------------------ 

/* Page Layout Elements */

#imagebar, #linkbar, #sidebar {
	display:none;
	visibility:hidden;
}

#footerbar {
	clear:both;
}

.printerlogo h1 {
	clear:none;
	margin:0px;
	padding-top:.5em;
	padding-bottom:.22727272727em;
}

.printerlogo hr {
	margin-bottom:1.727272727em;
}
