
body {
	font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
	background: #C7FB79;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.wraper #container {
	width: 649px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.wraper #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#palette {
 background: url(../images/paletteplain850.gif) top center no-repeat; 
 padding:5px;
 /*width: 649px; */
}
#letter {
padding-left:10px;
padding-right:10px;
clear: both;
}

/* basic elements */

p { font: 10pt/11.5pt;  }
li { font: 9pt/11pt; margin-top: 0px; }
h1 { font:  16pt; letter-spacing: 1px; margin-bottom: 0px; color: #000000;	line-height: 20px;}
h2 {font: 13pt; letter-spacing: -0.5px; margin-bottom: 8px; color: #C46205;	 line-height: 18px; }
h3 {font:  10pt  Verdana, Arial, Helvetica, sans-serif; font-weight:bold; letter-spacing: -0.5px; margin-bottom: 8px; color: #000000;	 line-height: 18px;}
li { margin-bottom: 12px; }
a:link { font-weight: bold; text-decoration: underline; color: #477132; }
a:visited { font-weight: bold; color: #477132; }
a:hover, a:active { text-decoration: underline; color: #C46205;	}
.navMenu { font: normal bold 9pt arial; font-weight: bold; text-decoration: none; color: #646564; }
A.navMenu:link { font: normal bold 9pt arial; font-weight: bold; text-decoration: none; color: #3D3D3D; }
A.navMenu:visited { font: normal bold 9pt arial; font-weight: bold; text-decoration: none; color: #3D3D3D; }
A.navMenu:hover { text-decoration: underline; color: #C46205; }

#questions p { font: 9pt/10.5pt tahoma; font-weight:bold; color: #7BA8B0; font-family:Georgia, "Times New Roman", Times, serif; line-height: 16px; padding-right:10px; }

blockquote { font: 10pt/11.5pt; font-style:italic; padding-left:20px; padding-right:20px;}
	
td { font: 8.5pt/10pt tahoma;}
th { font: 8.5pt/10pt tahoma; }



.copyright {
	font-family : Arial,Georgia,Verdana;
	font-style : normal;
	font-size : 8pt;
	color: #989898;
}

.design {
	font-family : Arial,Georgia,Verdana;
	font-style : normal;
	font-size : 8pt;
	color: #989898;
}

	
