@import "tbar.css";

/* divs */
#outer { top: 175px; left: 5%; width: 90%; }
#main { position: relative; top: 0px; left: 0px; width: 100%; border: thin solid #000000; padding-bottom: 20px; }
.search { position: relative; top: 50px; left: 5%; width: 90%; margin-bottom: 25px; 
	border: thick solid #666666; background-color: #aaaaaa; }
#left { position: relative; float: left; top: 50px; left: 5%; width: 30%; }
#right { position: relative; float: right; top: 50px; right: 5%; width: 50%; }
#note { position: relative; clear: both; bottom: 0px; padding-top: 50px; }
#bottom { position: relative; height: 50px; }

.center { text-align: center; }

table { margin: 25px auto 5px auto; }

/* form */
#term { width: 100%; }
input { margin: 5px auto 5px auto; }
label { margin: 10px 10px 10px 10px; }

h2 { margin: 40px 10px 10px 10px; }
p { margin: 5px 20px 5px 40px; }
p.eg { margin-left: 50px; font-weight: bold; font-style: italic; }
p.desc { margin: 0px 50px 30px 50px; color: #004400; }
p.dent { text-indent: 20px; }

em { color: #0000ff; }

