body {
 text-align: center; 
 background: #142333 url(images/Layout_BG01.png) repeat-x;
 font: 12px Trebuchet MS, Times New Roman;
 color: #585859;
}

p {
text-align: justify;
}

#outer {
 margin: 0 auto;
 padding: 0px;
 width: 532px;
 background: #ffffff url(images/Layout_BG02.png) right top repeat-y;
}
#hdr {
 width: auto;
}
#cont {
 width:380px;
 float: left; 
 padding-left: 20px;
 background: #ffffff;
}
#navi {
 width:95px;
 float: right; 
 padding-right: 20px;
 background: #ffffff;
}
#footer {
 clear: both; 
 background: #ffffff;
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b{
 color: #2d5387; 
}
i {
 color: #395c84;
}
li {
text-align: left;
}
table {
 text-align: justify;
}

.image {
 border: 6px solid #bdd5e6;
}
.aff img {
 border: 3px solid #536d92;
 padding: 3px;
}

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

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

#nav {
 margin: 0;
 padding: 0;
 list-style-type: none;
 background: #b5cbdf;
}
#nav li {
 text-align: center;
}
#nav a {
 display: block;
 width: 95px;
 font: 9px Arial;
 color: #1c2938;
 text-transform: uppercase;
 letter-spacing: 3px;
 border-bottom: 2px solid #b5cbdf;
}
#nav a:hover {
 color: #ffffff;
 background: #7f8d99;
 border-bottom: 2px solid #474f56;
}

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