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

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


#outer {
 margin-top: 0px;
 width: 552px;
 text-align: center;
 background-color: #FFFFFF;
}
#hdr {
 width: auto;
}
#nav {
 width: 552px;
}
#cont {
 width: auto;
}
#footer {
 clear: both; 
}

.center {
 margin: 0 auto 0 auto;
}
.centeralign {
 text-align: center;
}
b {
 color: #6B4D4E; 
}
i {
 color: #B12F37;
}
li {
text-align: left;
}
table {
 text-align: justify;
}


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


h1 {
 font: 12px Georgia, Helvetica, Times New Roman;
 padding: 3px 1px 0px 15px;
 margin: 0;
 color: #749F2E;
 text-align: left;
 text-transform: lowercase;
 letter-spacing: 5px;
 line-height: 6px; 
}
h1:first-letter { 
	color: #B8FF43;
	font-size: 21px;
	line-height: 6px;
	font-style: italic; 
}
h2 {
 font: 9px Georgia, Helvetica, Times New Roman;
 color: #83606D;
 text-align: left;
 text-transform: uppercase;
 font-weight: bold;
 letter-spacing: 4px;
 padding-left: 10px;
 margin-bottom: -7px;
}

a:link {
 color: #C44171; font-weight: none; text-decoration: none; border-bottom: 1px dotted #362827; cursor: default;
}
a:visited {
 color: #C44171; font-weight: none; text-decoration: none; border-bottom: 1px dotted #362827; cursor: default;
}
a:hover {
color: #74203F; font-weight: none; text-decoration: none; border-bottom: 1px dotted #362827; cursor: default;
}
a:active {
 color: #74203F; font-weight: none; text-decoration: none; border-bottom: 1px dotted #362827; cursor: default;
}

#navigation {
 list-style: none;
 margin: 0; padding: 0;
}
#navigation li {
 float: left;
}
#navigation li a {
 display: block;
 background: #79A72E;
 width: 92px;
 font: 11px Arial, Tahoma, Verdana;
 color: #362827;
 border-bottom: none;
 text-align: center;
 padding: 3px 0;
}
#navigation li a:hover {
 background: #85D700;
}

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