a {  color: #663300; text-decoration: none; font-weight: bold;}
a:hover {  text-decoration: underline;  font-weight: bold; }
html {
    height: 100%;
}
body {
	background-image:  url(images/bg_brown.gif);
	height: 100%;
}
#Content {
    ...
    min-height: 100%;
    height: auto;
}

.line {
	border-bottom: 1px solid #EAEAEA;
	padding: 3px 0 3px 3px;
}
.style1sub {
	font-family: Tahoma, Arial;
	font-size: 12px;
}
.sub1stylegrey {
	font-family: Tahoma;
	font-size: 12px;
	color: #66666;
	font-weight:normal;
}
.resourceheader {
	font-family: Tahoma;
	font-size: 14px;
}
blockquote {
	font-family: Arial;
	font-size: 12px;
	line-height: 13pt;
}
.subsmall {
	font: 11px Helvetica, Arial, Verdana, sans-serif;
	line-height: 11pt;
	padding: 4px 0px 4px 10px;
	color: #000000;
	margin: 0;
	text-align: left;
	}
.bigheader {
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bold;
}
.header {
	font-family: Tahoma;
	font-size: 14px;
	font-weight: bold;
}
TR {	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	}
INPUT {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}

INPUT:hover {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}
INPUT:focus {background: #D1FF00;}
INPUT:focus:hover {background: #D1FF00;}

SELECT {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}

SELECT:hover {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}
SELECT:focus {background: #D1FF00;}
SELECT:focus:hover {background: #D1FF00;}

TEXTAREA {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}

TEXTAREA:hover {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 1px solid #CCCCCC;
	padding: 3px 0 3px 3px;
	}
TEXTAREA:focus {background: #D1FF00;}
TEXTAREA:focus:hover {background: #D1FF00;}
/* Hack for IE */
* html #Content {
    height: 100%;
}
/* End IE Hack */
-->

form p {
   width: 350px;
   clear: both;
}

form p label {
   display: inline;
   float: left;
   width: 100px;
}

form p input, form p textarea, form p select {
   margin: 0;
}