body {
 text-align: center; 
 background: #9fc8c2 url(images/Layout_BG01b.png) repeat-x;
 font: 10px Arial, Tahoma, Verdana;
 color: #8D8D8D;
}

p {
 text-align: justify;
 line-height: 15px;
}

#outer {
 margin: 0 auto;
 padding: 5px;
 width: 510px;
 background-color: #FFFFFF;
}
#hdr {
 width: auto;
}
#cont {
 width:370px;
 float: left; 
 padding: 5px;
}
#navi {
 width:115px;
 float: right; 
 padding: 5px;
}
#footer {
 clear: both; 
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b{
 color: #1A6688; 
}
i {
 color: #5A8FA1;
}
li {
text-align: left;
}
table {
 text-align: justify;
}

.image {
 border: 4px solid #FFFFFF;
}
.aff img {
 border: 3px solid #FFFFFF;
 padding: 3px;
}

h1 {
 font: 11px Times New Roman;
 color: #5A8A44;
 text-align: left;
 text-transform: lowercase;
 font-style: italic;
 letter-spacing: 5px;
 line-height: 6px;
 border-bottom: 2px solid #91AD84;
 background-color: #CEE2C4;
 padding: 3px 1px 3px 15px;
 margin: 0;
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #5A8FA1;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}
h3 {
 font: 9px Verdana, Arial;
 color: #518787;
 text-align: right;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px;
 margin: 0;
}

a:link {
 color: #417695; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:visited {
 color: #417695; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:hover {
color: #6E8491; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #6E8491; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}

#nav {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#nav li {
 margin-bottom: 2px;
 text-align: right;
}
#nav a {
 display: block;
 width: 110px;
 font: 10px Arial, Tahoma, Verdana;
 color: #5C748C;
 letter-spacing: 3px;
 border-bottom: none;
}
#nav a:hover {
 color: #30526D;
 background-color: #DADCD9;
}

input, textarea, select, button {
 font: 10px Arial, Tahoma, Verdana;
 color: #8D8D8D;
 background-color: #FFFFFF;
 border: 1px solid #8D8D8D;
 line-height: 11px;
 margin: 0;
 padding: 2px; }