/* CSS Document */

body {
 background-color: #D2E6AE;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #215426;
}

h1 {
 font-size: 24px;
 color: #215426;
}

h3 {
 font-size: 20px;
 color: #769C30;
 font-style: italic;
}

h4 {
 font-size: 16px;
 color: #215426;
 text-align: center;
}

h5 {
 font-weight: bold;
 color: #215426;
 font-size: 12px;
 margin: 0px;
}

ul {
 color: #215426;
 list-style-type: square;
}

table {
 padding: 5px;
 font-size: 12px;
 color: #215426; 
 border-width: 0px;
 border-style: solid;
 border-color: #769C30;
 border-collapse: collapse;
}

th {
 background-color: #FFFFFF;
}

p {
 font-size: 12px;
 color: #215426;
}

p.footer {
 font-size: 10px;
 color: #000000;
 text-align: center;
}

p.center {
 text-align: center;
}

p.italic {
 text-align: center;
 font-style:italic;
}

#header {
 width: 100%;
 margin-left: 0px;
 margin-bottom: 5px;
 maring-left: 0px;
 padding-left: 0px;
}

#navigation {
 background-image:url(grafix/back.jpg);
 width: 178px;
 float: left;
 margin-bottom: 10px;
 margin-left: 0px;
 border: 0px;
 padding: 0px;
}

#content {
 float: left;
 width: 80%;
 margin-left: 10px;
 margin-bottom: 10px;
 border: 0px;
}

#row {
 width: 100%;
 border: 1px solid #769C30;
 padding: 0px;
 margin-top: 5px;
 margin-bottom: 5px;
 clear: both;
}
 
 
hr {
color: #507443;
}

a:link {
 color:#000000; 
 text-decoration:none;
}

a:visited {
 color:#000000; 
 text-decoration:none;
}

a:active {
 color:#000000; 
 text-decoration:none;
}

a:hover {
 color:#769C30; 
 background:#215427; 
 text-decoration: none;
}

a img {
 border: 0;
}
