/* technotesa.html */
#top {
   	margin-top: 5px;
	margin-left: 25px;
   	padding: 1px;
   	height: 240px;
   	width: 1200px;
	background: transparent;
}
#top1 {
   	margin: 10px 200px auto 380px;
   	padding: 1px;
   	height: 75px;
   	width: 500px;
	text-align: center;
	background: transparent;   	   	  /* border, margin syntax: top,right,bottom,left */
}
#top2 {
   	margin-top: 175px;
	margin-left: auto;
   	padding: 1px;
   	height: 10px;
   	width: 1230px;
	background: transparent;
}
#top3 {
   	margin-top: 55px;
	margin-left: 550px;
   	padding: 5px;
   	height: 100px;
   	width: 220px;
	background: transparent;
}
#left {
   	position: absolute;
   	margin-left: 250px;
   	margin-top: 5px;
   	padding: 1px;
   	width: 100px;
	background: transparent;   	   	  /* border, margin syntax: top,right,bottom,left */
}
#center {
   	position: absolute;
   	margin-left: 550px;
   	margin-top: 5px;
   	padding: 1px;
   	width: 100px;
	background: transparent;
}
#right {
   	position: absolute;
   	margin-right: auto;
   	margin-top: 5px;
	margin-left: 850px;
   	padding: 1px;
   	width: 130px;
	background: transparent;
}
body {
	height: auto;
	width: 1250px;
	padding: 0px;
    background: url(../images/prairie_wind-1.gif);    
    color: #000000;
}
html {
overflow: auto;
}
p {     
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 10px;
}
h5 { 
   	font-family: "Times New Roman", sans-serif;
}
hr {
	height: 5px;
	width: 450px;
	color: #38ffff;
}
.style0 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 18px;
	color: #38ffff;
	font-weight: bold;
	background: inherit; 
   	text-align: center;
}
.style0a {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 36px;
	color: #38ffff;
   	background: inherit;
	font-weight: bold; 
   	text-align: center;
}
.style1 {
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 14px;
	color: #ffcc00;
	background: inherit;
}
.style2 { 
   	font-family: "Times New Roman",  arial, helvetica, sans-serif; 
   	font-size: 18px; 
   	font-weight: bold;
   	background: inherit;
   	color: #38ffff;
}
a {
   	color: #fff; 
   	font-family: "Times New Roman", sans-serif; 
   	font-size: 14px;
   	background: transparent;
   	text-decoration: none;
}
a:hover {
   	color: #ff0000; 
   	font-family: "Times New Roman", arial, sans-serif; 
   	font-size: 14px;
   	background: transparent;
	text-decoration: underline;
}

