body {
	margin: 0 auto;
}
select { background-color: rgb(255,255,200)}
input { background-color: rgb(255,255,200)}
th {text-align:left;
    vertical-align:top}
td {vertical-align:top;}
th, td {border: 1px solid black;}	   
a:hover {color: rgb(255,109,17)}

.marginleft {
	margin-left: 15px;
}
.marginright {
	margin-right: 15px;
}
.col1 {width:2%}
.col2 {width:18%}
.col3, .col4 {width:40%}
.floatleft {float:left; margin-right:15px}
#wrapper {max-width:980px;}
#leftcol {float:left;
          width:48%}
#rightcol {float:left;
          width:48%}

@media screen {
body {font-family:Arial, Helvetica, sans-serif;
      font-size: 16px;
	  max-width: 980px;
	  }
li {margin:10px 0}
select { background-color: rgb(255,255,200)}
input { background-color: rgb(255,255,200)}
a:hover {color: rgb(255,109,17)}
}


@media print {
body {font-family:"Times New Roman", Times, serif;
      font-size: 14pt;}
table tr td {
}

a:link {color: black}
a:visited {color:black}
div.topnav {display:none}}
