body {
 margin:0;
 padding:0;
 background: #FFFFFF url(images/Layout_BG01a.png) repeat-x;
 text-align: center;
 font: 12px Arial, Tahoma, Verdana;
 color: #7F858A;
}

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


#outer {
 margin-top: 0px;
 width: 510px;
 text-align: center;
 background: #FFFFFF;
}
#hdr {
 width: auto;
}
#nav {
 width: auto;
}
#cont {
 width: auto;
}


.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 color: #489EC0; 
}
i {
 color: #73AC37;
}
li {
text-align: left;
}
table {
 text-align: justify;
}


.image {
 border: 6px solid #C9D9DF;
}
.aff img {
 border: 3px solid #C9D9DF;
 padding: 3px;
}


h1 {
 font: 13px Georgia, Helvetica, Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #53A7C2;
 text-align: left;
 text-transform: lowercase;
 letter-spacing: 5px;
 line-height: 6px; 
}
h1:first-letter { 
	color: #66B3D1;
	font-size: 25px;
	line-height: 6px;
	font-style: italic; }
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #95D453;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding: 1px 1px 1px 10px;
 margin: 0;
}

a:link {
 color: #90C850; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:visited {
 color: #90C850; font-weight: none; text-decoration: none; border-bottom: 1px dotted; cursor: default;
}
a:hover {
color: #8DA96E; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}
a:active {
 color: #8DA96E; font-weight: none; text-decoration: none; border-bottom: 1px solid; cursor: default;
}


#navigation {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation li {
 float: left;
}
#navigation li a {
 display: block;
 width: 70px;
 font: 9px Arial, Tahoma, Verdana;
 color: #A9BCC9;
 line-height: 15px;
 border-bottom: none;
 text-align: center;
 padding: 3px 0;
}
#navigation li a:hover {
 background: #A1C57B;
 color: #D3E2C3;
}

input, textarea, select, button {
 font: 12px Arial, Tahoma, Verdana;
 color: #7F858A;
 background-color: #FFFFFF;
 border: 1px solid #98B4D0;
 line-height: 12px;
 margin: 0;
 padding: 2px; }