body { background-color: #FFF; margin: 10px; }
div  { font-family: tahoma, helvetica, sans-serif; font-size: 12px; color: #000; }
h1   { color: #000; font-size: 22px; }
h2   { color: #000; font-size: 18px; }
h3   { color: #000; font-size: 14px; }
p    { margin: 8px 0px 8px 0px; }

li { text-align: justify; margin: 2px 0px 2px 0px; }

table { border-collapse: collapse; margin: 8px 8px 8px 8px; }
td    { font-size: 12px; padding: 2px; text-align: left; vertical-align: top; }
th    { font-size: 12px; text-align: left; vertical-align: top; }

a       { text-decoration: underline; color: #111; }
a:hover { text-decoration: underline; }


#content {
  padding: 2px;
}
#content p {
  text-align: justify;
}
#content p.center {
  text-align: center;
}

#images {
	margin: 8px 2px 0px 2px;
}
#images p {
  font-size: 10px;
  font-style: italic;
  margin: 0px 0px 8px 0px;
  width: 178px;
  padding: 0px 1px;
}
#images img {
	border: 1px solid #AAA;
}
#images a img {
	border-width: 0px;
}

#contentmanagement {
  margin: 8px auto;
  width: 770px;
  padding: 2px 2px 8px 2px;
  border: 1px solid #000;
  background-color: #FFFFF0;
}


/** PARAGRAPHS **/

p.breadcrumbs {
  font-size: 10px;
  padding: 1px;
  border-bottom: 1px solid #000;
  margin: 0px 0px 8px 0px;
}
p.breadcrumbs a {
  text-decoration: none;
  color: #000;
}
p.lastmodified {
  font-size: 10px;
  padding: 1px;
  border-top: 1px solid #000;
  margin: 16px 0px 8px 0px;
}
p.totop {
	display: none;
}

p.errMesg { color: #F00; }

/** FORMS **/

form {
	margin: 0px;
}
input, select {
	border: 1px solid #CCC;
	padding: 1px 3px;
	margin: 0px;
	font-family: tahoma, helvetica, sans-serif;
	font-size: 12px;
}
textarea {
	font-family: tahoma, helvetica, sans-serif;
	border: 1px solid #CCC;
	padding: 0px 2px;
	margin: 0px;
	font-size: 12px;
}
.formbutton {
	border: 1px solid #888;
	background-color: #CCC;
	padding: 0px 2px;
}


/** TABLES **/

table.data {
  background-color: #EEE;
  border: 1px solid #AAA;
  margin: 8px;
}
table.data td {
  padding: 3px 8px 3px 3px;

}
table.data th {
  padding: 2px 8px 2px 2px;
}
table.data tr.alternate {
  background-color: #FFF;
}
table.data input.formtext, textarea {
  width: 200px;
}
table.data img.border {
	border: 1px solid #AAA;
}


table.guestbook {
  margin: 8px 0px 0px 0px;
  width: 100%;
}
table.guestbook td {
  padding: 3px 3px 3px 3px;
}
table.guestbook td.name {
  font-weight: bold;
  background-color: #FFFFFF;
}
table.guestbook img {
  vertical-align: middle;
  border-width: 0px;
}
table.guestbook td.date {
  text-align: right;
  background-color: #DDD;
  font-size: 10px;
  height: 11px;
}
table.guestbook td.text {
  background-color: #EEE;
  text-align: justify;
}


table.files {
  background-color: #FFF;
  border: 1px solid #AAA;
  width: 378px;
}
table.files td {
  padding: 1px 4px 4px 4px;
}
table.files td.options {
  background-color: #DDD;
  text-align: center;
}
table.files td.filename {
  font-size: 12px;
}
table.files td.description {
  padding-bottom: 8px;
}
table.files img {
	border-width: 0px;
}

table.nav {
	display: none;
}

