/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-image:url(images/mainBackground.gif);
	background-repeat: repeat-y;
	}
#header {
	height: 107px;
	width: 100%;
	background-color: #cf392b;
	background-image: url(images/headerTile.gif);
	background-repeat: repeat-x;
	border-bottom: 1px solid white;
	overflow: hidden;
	}
#rightContent {
	margin-left: 163px;
	margin-right: 10px;
	}
#leftColumn {
	position: absolute;
	top: 108px;
	left: 0px;
	width: 151px;
	background-color: #225588;
	padding: 3px;
	border-right: 1px solid white;
	min-height: 200px;
	height: 200px;
	}
#tapeMeasure {
	position: absolute;
	right: 5px;
	top: 5px;
	}
#headerGraphic {
	position: absolute;
	top: 0px;
	left: 0px;
	}
#redPrints {
	position: absolute;
	right: 0px;
	top: 29px;
	}
a {
	color: #0071bb;
	}
a:hover {
	color: #3399FF;
	}
a.menuButton {
	display: block;
	height: 15px;
	background-image: url(images/buttonBack.gif);
	border-top: 1px solid white;
	border-bottom: 1px solid #193f65;
	font-weight: bold;
	font-size: 12px;
	text-align: right;
	padding: 3px 10px;
	text-decoration: none;
	color: #dddddd;
	overflow: hidden;
	}
a.menuButton:hover {
	color: white;
	background-image: none;
	background-color: #3cb4f0;
	}
#foldedPage {
	width: 149px;
	/*height: 239px;*/
	background-image: url(images/foldedPage.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 1px;
	text-align: center;
	}
strong {
	font-size: 12px;
	font-weight: bold;
	}
#foldedPage img {
	margin-bottom: 5px;
	}
#myIframe {
	height: 150px;
	width: 100%;
	}
h1 {
	display: block;
	background-color: #3399cc;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	padding: 3px 8px;
	color: white;
	border-bottom: 1px solid #225588;
	}
h1 b {
	position: relative;
	top: -17px;
	left: -5px;
	float: right;
	font-size: 10px;
	font-weight: normal;
	font-style: inherit;
	}
#rightContent table td {
	border-bottom: 1px solid #CCCCCC;
	padding: 5px 15px;
	}
