@charset "UTF-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: TradeGothic, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003366;
}
/* Main content box for Tape Measure Background */
#main1 {
	height: 466px;
	padding-top: 98px;
	padding-left: 65px;
	padding-right: 25px;
	padding-bottom: 20px;
	background: url(../images/bg_tapemeasure.jpg);
	background-position: top;
}
/* Main content box for Clipboard Background */
#main2 {
	height: 490px;
	padding-top: 160px;
	padding-left: 75px;
	padding-right: 30px;
	padding-bottom: 35px;
	background: url(../images/bg_clipboard.jpg);
	background-position: top;
}
#menu {
	height: 89px;
}
#leftcolumn {
	width: 301px;
}
.scroll-pane1 {
	overflow: auto;
	height: 466px;
}
.scroll-pane2 {
	overflow: auto;
	height: 490px;
}
.header {
	font-size: 14px;
	font-weight: bold;
	color: #F43817;
	text-decoration: underline;
}
.redbold {
	font-weight: bold;
	color: #F43817;
}
.blueheader {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}	
a:link {
	font-weight: bold;
	color: #F43817;
	text-decoration: underline;
}
a:visited {
	font-weight: bold;
	color: #F43817;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
