body {
  /* font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; */
  /* font-family:"Lucida Grande", verdana, lucida, helvetica, sans-serif */
  font-family: sans-serif;
  font-size: 90%;
  background-color: #888;
  margin: 0;
  padding: 0;
  height: 100%;
  text-align:center;
}

a:link		{ text-decoration: none;      color: #24A;}
a:visited	{ text-decoration: none;      color: #798; }
a:hover		{ text-decoration: underline; }

#venue {
  font-weight: bold;
}

#title {
  font-weight: bold;
  color: #000;
}

#title:hover {
  color: #24A;
}

#author {
  color: #000;
}

#authorme {
  color: #000;
}

html {
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: scroll;
}

#container {
  position: relative;
  width: 50em;
  margin: 0em auto;
  padding: 0;
  height: 100%;
  text-align: left;
}

#header {
  background-color: rgb(60, 115, 173);
  color: #ffffff;
  width: 52em;
  font-family: Times, serif;
  padding: 0px;
  /* font-size: 500%; */
}

#subcontainer {
  background-color: #FFF;
  width: 52em;
  margin: 0em auto;
  padding: 0;
  height: 100%;
}

#subsubcontainer {
  background-color: #FFF;
  width: 52em;
  margin: 0em auto;
  padding: 0;
}

#menu {
  position: absolute;
  left: 0px;
  top: 6em;
  width: 10em;
  background-color: #FFF;
}

#content {
  position: relative;
  left: 10em;
  width: 40em;
  padding: 0em 1em;
  background-color: #FFF;
}

#menuItem {
  font-variant: small-caps;
}

#subMenuItem {
  font-variant: normal;
  font-size: small;
}

#menu li {
  list-style: none;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#foot {
  position: relative;
  top: 2em;
  right: 0px;
  text-align: right;
}

hr {
	color: #3c73ad;
	background-color: #3c73ad;
}

h1, h2, h3 {
  color: darkblue;
}

h1 {
  text-align: center;
  background-color:#D0DDFF;
  font-size: 220%;
}

h2 {
  background-color:#DFE6FF;
  font-size: 150%;
}

td.id {
    font-weight: bold;
    vertical-align: top;
}

li {
    list-style: square;
}

.major li {
  margin-bottom:.6em;
}

/* Widget content container */
#goog-wm { }

/* Heading for "Closest match"
#goog-wm h3.closest-match { }*/

/* "Closest match" link
#goog-wm h3.closest-match a { }*/

/* Heading for "Other things" */
#goog-wm h3.other-things {  display: none; }

/* "Other things" list item */
#goog-wm ul li { }

/* Site search box */
#goog-wm li.search-goog { display: list-item; }


