body {
 margin:0;
 padding:0;
 background-image: url(images/Layout_BG01.png);
 text-align: center;
 font: 12px Trebuchet MS, Times New Roman;
 color: #232529;
}

p {
text-align: justify;
padding: 0px 8px 0px 8px;
}


#outer {
 margin-top: 0px;
 width: 611px;
 text-align: center;
 background-image: url(images/Layout_BG02.png);
}
#hdr {
 width: auto;
}
#nav {
 width: 611px;
 height: 165px;
 background-image: url(images/Layout_01c.png);
}
#cont {
 width: auto;
}

.quote {
 text-align: center;
 font: 10px Arial;
 color: #e7eaf1;
 margin: 0;
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 color: #005e42; 
}
i {
 color: #307584;
}
li {
text-align: left;
}
table {
 text-align: justify;
}


.image {
 border: 8px solid #e6e8e8;
}
.aff img {
 border: 3px solid #e6e8e8;
 padding: 3px;
}


h1 {
 font: 11px Georgia, Helvetica, Times New Roman;
 color: #005442;
 text-align: left;
 text-transform: lowercase;
 letter-spacing: 6px;
 line-height: 6px; 
 font-style: italic;
 text-align: right;
 padding: 3px 1px 1px 11px;
 margin: 0;
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #5e6980;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}

a:link {
 color: #3d4962; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:visited {
 color: #3d4962; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:hover {
color: #001848; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #001848; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}


#navigation {
 list-style: none;
 margin-left: 35px; 
 padding: 0;
}
#navigation li {
 float: left;
}
#navigation li a {
 display: block;
 width: 110px;
 font: 10px Georgia, Helvetica, Times New Roman;
 color: #23241d;
 border-bottom: none;
 font-weight: bold;
 font-style: italic;
 text-align: center;
 letter-spacing: 3px;
}
#navigation li a:hover {
 color: #fbfdfc;
}

input, textarea, select, button {
 font: 12px Trebuchet MS, Times New Roman;
 color: #636264;
 background-color: #8f9191;
 border: 1px solid #636264;
 line-height: 12px;
 margin: 0;
 padding: 2px; }