body {
background: #e4dfe5;
font-family: Tahoma, Verdana, sans-serif;
}

h1 {
font-size: 18px;
text-align: center;
font-weight: bold;
}

h2 {
font-size: 16px;
text-align: left;
color: #ffcc00;
}

h3 {
font-size: 14px;
text-align: left;
color: #ffcc00;
}

p {
text-align: justify;
}

blockquote {
text-align: justify;
}

table {
font-family: Tahoma, Verdana, sans-serif;
font-size: 14px;
background: #ffffff;
color: #330066;
}

.form {
width: 90%;
}

td.header {
height: 100px;
background: #330066;
}

td.menu {
width: 150px;
background: #cabecc;
color: #330066;
vertical-align: top;
text-align: center;
font-size: 12px;
padding: 0px 1px 0px 0px;
}

td.content {
width: 600px;
background: #ffffff;
background-image: url(images/flower.jpg);
background-position: center top;
background-repeat: repeat-y;
vertical-align: top;
padding: 10px 10px 10px 10px;
}

td.footer {
background: #330066;
background-image: url(images/footer_wide.jpg);
background-position: center bottom;
background-repeat: no-repeat;
font-size: 10px;
font-weight: bold;
color: #ffcc99;
padding: 5px 0px 5px 0px;
}

td.footer p {
text-align: center;
}

td.chapter {
text-align: center;
background: #cabecc;
color: #330066;
font-weight: bold;
font-size: 18px;
padding: 5px 0px 5px 0px;
letter-spacing: 0.75em;
}

td.nz {
text-align: center;
background: #330066;
color: #cabecc;
font-weight: bold;
font-size: 18px;
padding: 5px 0px 5px 0px;
letter-spacing: 0.75em;
}

.left {
float: left;
margin: 0 20px 20px 0;
}


.right {
float: right;
margin: 0 0 20px 20px;
}

a:link {
color: #330066;
}

a:active {
color: #330066;
}

a:visited {
color: #330066;
}

a:hover {
color: #ffcc00;
text-decoration: none;
}

td.footer a:link {
color: #ffcc99;
font-weight: bold;
text-decoration: none;
}

td.footer a:active {
color: #ffcc99;
font-weight: bold;
text-decoration: none;
}

td.footer a:visited {
color: #ffcc99;
font-weight: bold;
text-decoration: none;
}

td.footer a:hover {
color: #ffcc99;
font-weight: bold;
text-decoration: underline;
}

td.menu a {
display: block;
margin: 0px;
padding: 7px 0px 8px 5px;
background: #cabecc;
color: #330066;
text-decoration: none;
text-align: left;
font-weight: bold;
border-top: 1px solid #cabecc;
border-bottom: 1px solid #cabecc;
}

td.menu a:hover {
background: #330066;
color: #ffcc99;
border-top: 1px solid #ffcc99;
border-bottom: 1px solid #ffcc99;
}

table.health td {
text-align: center;
}

table.health tr.title {
background: #330066;
color: #ffcc99;
font-weight: bold;
}

table.health tr.highlight {
background: #cabecc;
}

table.health td {
height: 30px;
}

table.chapter_reps td {
vertical-align: top;
}

table.chapter_reps p {
font-weight: bold;
}

.box {
border-style: dotted;
border-with: 1px;
padding: 10px 5px 10px 5px;
margin-left: 12%;
margin-right: 12%;
}

.box h2 {
font-size: 16px;
text-align: center;
color: #ffcc00;
}

.box a {
text-decoration: none;
color: #330066;
}

dt {
font-weight: bold;
}

dd {
margin-bottom: 20px;
}

.small {
font-size: 10px;
}

