/* top right bottom left */

body {
  background-color : #eee;
  text-align : center;
  margin : 0px;
  padding : 0px;
  font-family: Helvetica, Arial, sans-serif;
}

div#header, div#content, div#contentend, div#footer, div#menu {
  width : 800px;
  margin-left : auto;
  margin-right : auto;
  text-align : left;

  border-width : 1px;
  border-style : none;
  border-color : black;
  display : table;
}

div#header {
  margin-top : 10px;
  border-style : solid;
  background-color : #fff;
}

div#menu {
  border-style : none solid solid solid;
  text-align : center;
  padding-bottom : 3px;
  padding-top : 3px;
}  

div#footer {
  border-style : none none solid none;
  text-align : center;
  padding-bottom : 3px;
  padding-top : 3px;
  font-size: 8px;
}  

div#content {
  padding-bottom : 10px;
  border-style : none solid none solid;
  background-color : #fff;
}

div#contentend {
  padding-bottom : 30px;
  border-style : none solid solid solid;
  background-color : #fff;
}


h3 {
  padding-bottom : 5px;
  padding-top : 10px; 
}

p, a, a.a2 {
  font-family: Helvetica, Arial, sans-serif;
  /*font-weight: lighter;*/
  font-size: 14px;
}

p {
    /* top right bottom left */
  margin : 5;
}

p.p2 {
  /*margin : 20px 10px 30px 10px;*/
  text-indent: -2em;
  padding-left: 4em;
  padding-bottom: 0.1em;
}

p.psub {
  /*margin : 20px 10px 30px 10px;*/
  text-indent: -1em;
  padding-left: 5em;
  padding-right: 6em;
  padding-bottom: 1.5em;
}

p.psubinner {
  /*margin : 20px 10px 30px 10px;*/
  text-indent: -1em;
  padding-left: 5em;
  padding-right: 6em;
  padding-bottom: -0.2em;
}

p.psubfirst {
  /*margin : 20px 10px 30px 10px;*/
  text-indent: -1em;
  padding-left: 5em;
  padding-right: 6em;
  padding-bottom: 0em;
}


p.p3 {
  margin : 20px 10px 30px 10px;
  text-indent: 0em;
  padding-left: 2em;
}

p.mypar {
  text-align: left;
  margin : 0px 10px 0px 10px;
}

p.myparbig {
  text-align: left;
  margin : 0px 10px 0px 10px;
  font-size : 18px;
  
}


p.title {
  font-size: 24px;
  font-variant : small-caps;
}

p.titlemain {
  font-size: 24px;
  font-variant : small-caps;
  margin-top : 5px;
}

p.header {
  margin : 53px 7px 0px 0px;
}

p.bio {
  margin-right : 300px;
  margin-top : 10px;
}

p.updated {
  display : inline;
  float : right;
  text-align : right;
  margin-top=3px;
}


.left {
  display : inline;
  float : left;
  text-align : left;
}

.right {
  display : inline;
  float : right;
  text-align : right;
}

.rightpad {
  display :inline;
  float : right;
  text-align : right;
  margin-right : 200px;
  margin-left : 20px;
  margin-top : 20px;
  margin-bottom : 10px;
  border-style : solid;
  border-width : 1px;
}

.rightpad2 {
  display :inline;
  float : right;
  text-align : right;
  margin-right : 10px;
  margin-left : 10px;
  margin-top : 10px;
  margin-bottom : 5px;
  border-style : solid;
  border-width : 0px;
}

.center {
  display : inline;
  float : center;
  text-align : center;
}

.footer {
    font-size: 10px;
}

img {
  border-width : 1px;
  border-style : solid solid solid solid;
  border-color : black;
}

img.bare {
  border-style : none none none none;
}

img.padded {
  border-style : none none none none;
  margin: 10px 0px 10px 80px;
}


object {
  height : 400;
  width : 700;
  border-width : 0px;
  margin : 10px 0px 0px 0px;
  border-style : none;
  border-color : black;
  display : inline;
  float : left;
  text-align : left;
}  

table.eventlist {
  display : block;
  float : left;
  text-align : left;
  margin-top : 10px;
  margin-left : 10px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
}
table.mainmenu {
  display : block;
  float : left;
  text-align : left;
  margin-top : 50px;
  margin-left : 10px;
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 12px;
}

td {
  padding-bottom : 2px;
}

td.date {
  font-weight : bold;
  float : right;
  text-align :right;
  padding-right : 5px;
}
td.category {
  font-weight : bold;
  float : right;
  text-align :right;
  padding-right : 5px;
  width : 130;
}
td.description {
  text-align :left;
  padding-left : 3px;
  width : 250;
}
td.galleryleft {
  font-weight : bold;
  text-align :left;
  padding-left : 5px;
}
td.galleryright {
  font-weight : bold;
  text-align :right;
  padding-right : 5px;
}

a {
  text-decoration : none;
  color : #007
 /* color : #666; */
}

a:hover {
  color : #666;
}

a.gallery {
  font-size : 14;
}
a.menu {
  color : #333;
  font-size : 12;
  font-weight : bold;
}
a.menu:hover {
  color : #000;
}

a.a2 {
  text-decoration : none;
  color : #000
 /* color : #666; */
}

a.a2:hover {
  color : #666;
}



h3 {
  margin : 0px 10px 10px 10px;
}

.tab { margin-left: 40px; }



