
* {
  margin: 0px;
  padding: 0px;
}


html, body {
  font-family: verdana, arial, helvetica, sans-serif;
  height: 100%;
}

/* box-model hack for font-size */
html, body {
  font-size: 12px;
}

/*/*/a{}
body {
  font-size: small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: medium;
}
html>body {
  font-size: medium;
}
/* */
/* end box-model hack for font-size */



body {
  background: url(images/stucco.jpg);
}

#sidebar {
  float: left;
  width: 248px; /* width of grfaslogo.gif + 14 */
  padding-top: 155px; /* height of grfaslogo.gif + 14*/
  background: url(images/grfaslogo.gif) no-repeat 14px 14px;
}

#sidebar ul {
  list-style: none;
}

#menu a {
  font-weight: bold;
  font-size: small;
  color: #333;
  text-decoration: none;
  display: block;
  width: 234px;
  padding: .2em 0px .2em 14px;
/*  border-right: 6px solid #CFBD96; */ /* hack */
}
#menu a:visited {
  color: #333;
  text-decoration: none;
}
#menu a:hover {
  color: blue;
  background: #FBF1DB;
  border-right: 6px solid #F3DEB0; 
  text-decoration: none;
}
#menu a:active {
  color: #333;
  text-decoration: none;
}


#buttons {
  text-align: center;
  margin: 1.5em;
  padding: .8em;
  border: 3px solid #CFBD96;
  background: #fff;
}

#buttons a {
  font-size: small;
  color: blue;
  text-decoration: underline;
}
#buttons a:visited {
  color: blue;
}
#buttons a:hover {
  color: blue;
}
#buttons a:active {
  color: blue;
}


#main {
  margin-left: 248px; /* sidebar.width */
  margin-right: 10%;
}

#title {
  margin-bottom: 22px;
  text-align: center;
  padding-top: 47px;
}

h1 {
  font-weight: normal;
}

h2 {
  font-size: 140%;
  font-weight: normal;
}

#content {
  background: white;
  border: 6px solid #CFBD96;
}

#content p {
  text-indent: 2.5em;
  margin-top: .6em;
  margin-bottom: .6em;
  font-family: serif;
}

#content a {
  font-family: serif;
}

#content img {
  float: right;
  background: white;
  padding: 1px;
  border: solid 1px black;
  margin: 1em;
  margin-left: 1.5em;
  margin-right: -6em;
}

.readmore {
  text-align: right;
}

.readmore a {
  text-decoration: none;
  color: blue;
  border-bottom: 1px blue dashed;
}

.section {
  border-bottom: 2px solid #666;
  margin: 3em;
  margin-top: 1.5em;
}

.section .section {
  border: 0px;
  margin: 4px;
  padding: 0px;
}


h3 {
  text-align: center;
  font-size: 140%;
  margin: 1em;
  text-decoration: underline;
}

.eventtime {
  float: right;
  font-weight: bold;
}

.eventname {
  font-size: 100%;
}

