html {
  height: 100%;
}
body {
  text-align: center;
  background: #3a3a3a url('../images/design/background.png') top left repeat-x;
  height: 100%;
}
/*	divs	*/
div#container {
  text-align: left;
  width: 960px;
  margin: 0 auto;
  padding-bottom: 200px;
  background: #f6ffd5 url('../images/design/footer.png') bottom left no-repeat;
  color: #3A3A3A;
  min-height: 100%;
  border-bottom: 10px solid #3A3A3A;
}
div#header {
  background: #AA0000 url('../images/design/logo.png') 16px 16px no-repeat;
  color: #f6ffd5;
  float: left;
  width: 960px;
  padding-top: 10px;
}
/*	header	*/
div#header h3 a {
  margin: 35px 0 0 97px;
  display: block;
  height: 48px;
  width: 853px;
  background: url('../images/design/logo_title.png') 8px no-repeat;
  text-indent: -999em;
}
/*	navigation	*/
/* see superfish.css */

/*	main content	*/

div.article {
  float: left;
  clear: left;
  padding-left: 97px;
  padding-bottom: 1em;
  width: 469px;
}
div.article a, div#footer a, div#aside a{
  color: #225500;
  padding: 2px;
}
div.article a:hover, div#footer a:hover, div.article a:focus, div#footer a:focus {
  color: #F6FFD5;
  background-color: #2F0000;
}
div.article p, div.article li {
  margin: 1em 0;
  line-height: 1.5em;
  clear: left;
}
div.article li {
	line-height: 1em;
	list-style-type: none;
}
div.article p.img {
  text-align: right;
  font-size: 0.9em;
}
div.article div#committee p span{
  width: 150px;
  display: block;
  float: left;
  line-height: 1.5em;
}
div.article h1 {
  line-height: 1.4em;
  margin-top: 1em;
  color: #333;
  font-weight: bold; 
  font-size: 1.5em;
  padding: 1em 0 0.2em 0;
  letter-spacing: 0.05em;
  font-family: verdana, sans-serif;
}
div.article h2 {
  padding-top: 1em;
  font-size: 1.2em;
  font-weight: bold;
}
div.article  li{
  line-height: 1.4em;
  list-style-type: disc;
  padding-left: 14px;
  margin-left: 14px;
  width: 400px;
}

div.article dl {
  padding: 2px;
  width: 466px;
}
div.article dt, div.article dd {
  margin: 0.4em 0;  
  float: left;
  line-height: 1.5em;
}
div.article dt {
  clear: left;
  width: 150px;
}
div.article dd {
  m/argin-left: 150px;
  width: 300px;
}
/*	secondary content	*/
div#aside {
  width: 364px;
  float: right;
  padding: 50px 10px 1em 0;
  margin-top: 2em;
}
div#aside p.img {
  padding-left: 16px;
  line-height: 1.2em;
  margin-bottom: 8px;
  width: 360px;
}
div#aside p.img img {
  margin: 4px 0;
  border: 1px solid #999;
  padding: 2px;
  background-color: white;
  width: 326px;
}
/*	footer	*/
div#footer {
  line-height: 1.4em;
  border-top: #9A0404 solid 4px;
  padding: 0.6em 0;
  margin-left: 97px;
  margin-top: 20px;
  width: 470px;
  clear: both;
  padding-bottom: 40px;
}
/*	general	*/
strong {
	font-weight: bold;
}
address, cite {
	font-style: normal;
}
em {
	font-style: italic;
}


