* {
 margin: 0;
 padding: 0;
}

html {
 width: 100%;
 height: 100%;
}

body {
 font-family: Tahoma, Verdana, Arial;
 color: #666666;
 background: #fff;
 height: auto !important;
 height: 100%;
 min-height: 100%;
}

table {
 border-style: none; 
 border-spacing: 0;
}

a {
 text-decoration: none;
 color: #000;
}

a:hover {
 text-decoration: underline;
}

p {
 margin-bottom: 5px;
}

p.image {
 text-align: center;
 margin: 5px 0 5px 0;
}

ul {
 margin-bottom: 5px;
}

li {
 margin-left: 15px;
}

#wrapper {
 margin: 0 auto;
 width: 775px;
}

#header {
 font-size: 0.7em;
}

#header img {
 display: block;
}

#header a img {
 border: none;
}

#header tr td {
 border-style: none; 
 border-spacing: 0;
}

#header .mission {
 margin: 28px 5px 10px 14px;
 color: #330066;
}

#footer {
 font-size: 0.7em;
}

#footer table {

}

#footer a {
 text-decoration: none;
 color: #fff;
}

#footer a:link {
 color: #fff;
}

#footer a:hover {
 text-decoration: underline;
}

#content {
 font-size: 0.75em;
 margin: 30px 0px 30px 0px;
}

#content h1 {
 font-size: 1.8em;
 color: #b5d201;
 margin-bottom: 10px;
 padding-bottom: 3px;
 border-bottom: 1px dashed #b5d201;
}

#content h2 {
 font-size: 1.8em;
 color: #b5d201;
}

#content h2 a {
 color: #b5d201;
}

#content .content-left {
 padding-right: 5px;
}

#content .ornament {
 background: #fff url('/images/bg-ornament.png') repeat-y;
}

#content .content-right {
 padding-left: 5px;
}

#content td.divider {
 padding: 4px 0 4px 0;
}

#content table.visible {
 padding: 5px 5px 5px 0;
}

#content table.visible td {
 border-bottom: 1px dashed #b5d201;
 padding-right: 20px;
 height: 3em;
}

#content table.visible tr:hover {
 background-color: #efefef;
}

#content legend {
 margin: 5px 0 5px 0;
 display: block;
}

#content input {
 padding: 3px;
}

.white {
 color: #fff;
}

.green {
 color: #b5d201;
}

.bold {
 font-weight: bold;
}

.clear {
 clear: both;
}

.left {
 text-align: left;
}

.right {
 text-align: right;
}

.center {
 text-align: center;
}
