/* CSS Document */
body{
	background-color:#5383c3;
	font-family:Arial, Helvetica, sans-serif;
	font-size:x-small;
	color:#000033;
}
	
div#headerbox{
	width: 700px;
	height: 50px;
	margin-left:15em;
	margin-right:15em;
	background-image:url(../images/SecondaryHeader.jpg);
	background-repeat:no-repeat;
}
div#menubar{
	width: 700px;
	height: 20px;
	border-bottom:thin #0066CC solid;
}
div#buttonbox{
	width: 160px;
	height: 20px;
	border-right:thin #0066CC solid;
	float:left;
}
div#main{
	width: 700px;
	height: 700px;
	margin-left:15em;
	margin-right:15em;
	background-color:#FFFFFF;
	background-image:url(../images/machinelistbg.jpg);
	background-repeat:no-repeat;
	border-bottom:thin #0066CC solid;
	background-color: #f5f5e6;
}
div#main2{
	width: 700px;
	height: 700px;
	margin-left:15em;
	margin-right:15em;
	background-color:#FFFFFF;
	border-bottom:thin #0066CC solid;
	background-color: #f5f5e6;
}
div#maincontent{
	width: 6800px;
	padding: 10px;
	height: 680px;
}
div#content{
	width: 700px;
	padding: 0px;
	height: 20px;
}
div#pictures{
	width: 700px;
	height:auto;
	float:left;
}

div#sectionhdr{
	width:200px;
	height:auto;
	text-align:left;
	color:#0066CC;
	font-weight:500;
	font-size: 120%;
	padding-left:0px;
}
div#columnleft{
	width:120px;
	height:auto;
	text-align:left;
	color:#0066CC;
	font-weight:200;
	font-size: 100%;
	padding-left:20px;
	float:left;
}
div#columnmiddle{
	width:120px;
	height:auto;
	text-align:left;
	color:#0066CC;
	font-weight:200;
	font-size: 100%;
	padding-left:0px;
	float:left;
}
div#columnright{
	width:auto;
	height:auto;
	text-align:left;
	color:#0066CC;
	font-weight:200;
	font-size: 100%;
	padding-left:0px;
	float:left;
}
img{
	border:1px solid white;
}

div#footer{
	width: 700px;
	height: 15px;
	margin-left:15em;
	margin-right:15em;
	text-align:center;
	background-color:#FFFFFF;
	color:#0066CC;
}

h1{
	text-align:center;
	font-size:200%;
	color:#0066CC;
}
h2{
	text-align:center;
	font-size:120%;
	color:#0066CC;
}
h3{
	text-align:center;
	font-size:100%;
	color:#0066CC;
	margin: 0px;
	padding:0px;
}