body {
  font-family: "Times New Roman", Times, serif;
  margin:0;
  padding:0;
  border:0;			/* This removes the border around the viewport in old versions of IE */
  width:100%;
  background:#fff;
/*  min-width:600px;*/    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
  font-size:90%;
}
a {
  color:#369;
}
a:hover {
  color:#fff;
  background:#69C;
  text-decoration:none;
}
h1 {
  font-size: 2.0em;
  padding: 0;
  margin-bottom: 0;
  margin-top: 1.0em;
}  
h2 {
  margin:.8em 0 .2em 0;
  padding:0;
  font-size: 1.2em;
}
p {
  margin: 0.4em 0 .8em 0;
  padding:0;
}
i {
  font-size: 0.8em;
}
img {
  margin: 0.625em 0 0.3125em;
  border: 0;
}
#layoutdims {
  clear:both;
  background:#eee;
  border-top: 0.35em solid #000;
  margin:0;
  padding: 0.375em 0.95em !important;
  text-align:left;
  color:#004;
  font-size: 1em;
  font-weight:bold;
}
#layoutdims a {
  font-size: 1.1em;
  font-weight:normal;
}
#fullsize {
  font-size: 1.1em;
  font-weight:normal;
}

/* Footer styles */
#footer {
  clear:both;
  float:left;
  width:100%;
  margin-top: 1em;
  border-top:1px solid #048;
  font-size: 0.75em;
  text-align: center;
  border-bottom: 1px solid #004488;
}
#footer p {
  padding: 0.625em;
  margin:0;
}
#footer h1 {
  color: #666;
  font-size: 0.9em;
  font-family: Arial,Helvetica,sans-serif;
}
#footer hr {
  color: #048;
}

#copy {
  clear:both;
  float:left;
  width:100%;
  margin-top: 1em;
  padding-bottom: 1em;
  font-size: 0.75em;
  color: #999;
  text-align: center;
}
#source {
  font-size: 0.75em;
  color: #444;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px;
}
.gsearch {
  border: 1px solid #666666;
  margin-top: 1.6em;
  padding-left: 0.625em;
}
#maincol {
/* width: colwidth - padding on each side (50%-2%-2%) / margin-left - prior column */
    display:inline; /* Fixes IE Double Margin Float Bug */ 
    float:left;
    width:66%;
    margin-left: 27%;  /* navcol + navcol padding * 2 + maincol padding */
    }
#navcol {
    float:left;
    width:21%;
    margin-left:-90%;   /* was -65% */
    margin-bottom: 1.5em;
    }
/* 56/22/16/-75/16/4 */


#menu a {
color: #fff;
text-decoration:none;
margin: 0;
display: block;
padding: 2px 3px;
border-bottom:1px solid #000;
}
* html #menu a {
width: 100%; /* used for IE <=6 to make the whole button active. */
}

#menu a:hover {
background: #69C;
}
#header {
  clear:both;
  float:left;
  width:100%;
  border-bottom:1px solid #000;
  text-align: center;
  color:#fff;
  background:#369;
}
#header p,
#header h1,
#header h2 {
  padding:.4em 0.95em 0 0.95em;
  margin:0;
  color:#000;
}
#header h1 {  font-size: 2em; }
.nolinks a {
  color: #fff;
  text-decoration:none;
  border:0;
}
.nolinks a:hover {
  color:#fff;
  text-decoration:none;
  background:#369;
}
form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
  font-family: Arial,Helvetica,sans-serif;
/*   margin-left: 180px; */
  margin-bottom: 20px;
  margin-top: 0px;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-top: 0px; 
/* Adding the following three lines causes there to be a gap after "Contact Us" */
  min-width: 560px;
  max-width: 700px;
  width: 580px;
  border: 1px solid #666666;

}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 180px;
	padding: 0; 
	margin: 5px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
}

form input, form textarea, form select {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}
form input, form textarea {
        background: #fee3ad;
}

textarea { overflow: auto; }

form small {
	display: block;
	margin: 0 0 5px 30px; /* instructions/comments left margin set to align w/ right column inputs */
	padding: 1px 3px;
	font-size: 75%;
	float: left;
	text-align: right;
}

form .required{font-weight:bold;} /* uses class instead of div, more efficient */

form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
#templatebody {
  margin-bottom: 100px;
}
#submit input {
  margin: 10px 0 0 190px;
}
@media print {
.noprint {
   display: none;   }
}



