<!--html, body {   height: 96%; } --> 

div.container { 
  min-height: 96%;
}
body { 
	font: sans-serif;
        font-size: 1em;
	color: #555753; 
	background: #d0d8b0;
        margin-top: 2em;
        margin-left: 10em;
        margin-bottom:2em;
        margin-right: 2em;
}

p { 
        font-size: 1em;
	text-align: left;
        margin-right: 2em;
	}
h3 { 
        font-family: serif;
        font-style: italic;
        font-size: 1.15em;
	color: #BD272C;
	}

h2 { 
        font-family: serif;
        font-style: italic;
        font-size: 1.3em;
	color: #BD272C;
	}

h1 { 
        font-family: serif;
        font-size: 1.5em;
        font-style: italic;
	color: #BD272C;
	}

div.indent  { 
  margin-left: 5em;
}
div.indent1  { 
  margin-left: 1em;
}

li.list_nobullets { 
  list-style: none;
}
li.list_nobullets { 
  list-style: none;
}

li.list_nobullets_first { 
  list-style: none;
  margin-left: -2em;
}

div.list_nobullets { 
  list-style: none;
}
div.list_nobullets li { 
  list-style: none;
}

div.vortex_logo { 
  margin-left: 2em;
}
div.nctc_logo { 
  margin-right: 4em;
}
div.dgcd_logo { 
  margin-left: 8em;
}

li.first { 
  display: inline;
  margin-left: -1em;
  padding-right: 0.25em;
  border-right: 1px solid;
 }
li.horiz { 
  display: inline;
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-right: 1px solid;
}
li.last { 
  display: inline;
  padding-left: 0.25em;
}
li.newrow{ 
  display: block;
}
div.footer {
/*        position: absolute */
	bottom: 1em;
	width: 80%; /* See note below */
	text-align: center;
	padding: 0 15%;
        margin-left: -4em;
}

/* SBMH -- see http://css-discuss.incutio.com/?page=BoxModelHack 
 * Stupid hack lets IE see 100%, others see 70%. 
 */
div.footer {
    \width: 100%;
    w\idth: 80%;
}