@charset "utf-8";
/* CSS Document */

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #9e86ab;
	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 {
 padding:5px;
 background-color:#FFFFFF; border:1px dotted #666666;
	-moz-border-radius-topleft	   : 12px;
	-moz-border-radius-bottomleft  : 12px;
	-moz-border-radius-topright	   : 12px;
	-moz-border-radius-bottomright  : 12px;
	-webkit-border-top-left-radius : 12px;
	-webkit-border-top-right-radius : 12px;	
	-khtml-border-radius-topleft   : 12px;
	-khtml-border-radius-bottomleft  : 12px;
	-khtml-border-radius-topright   : 12px;
	-khtml-border-radius-bottomright  : 12px;
	border-bottom-left-radius	   : 12px;
	border-top-left-radius		   : 12px;
	border-bottom-right-radius	   : 12px;
	border-top-right-radius		   : 12px;	
 /*width: 649px; */
}


#letter {
padding-top:10px;
padding-left:10px;
padding-right:10px;
clear: both;
}
# nav{
clear: both;
padding-left:10px;
padding-right:10px;


}

/* basic elements */

p { font: 10pt/12pt georgia; margin-top: 0px; margin-left: 25px; margin-right: 10px; text-align: left; }
li { font: 10pt/10pt georgia; margin-left: 10px; margin-top: 0px; line-height: 20px; }
h1 { ont: 15pt georgia; font-weight:normal; letter-spacing: 1px; margin-bottom: 0px; color: #8e4948;	margin-left: 25px; line-height: 20px; padding-top:15px;}
h2 {font: 13pt georgia; font-weight:normal; letter-spacing: -0.5px; margin-bottom: 8px; color: #C46205;	margin-left: 25px; line-height: 18px; }
h3 {font:  10pt georgia; font-weight:bold; letter-spacing: -0.5px; margin-bottom: 8px; color: #000000;	margin-left: 25px; line-height: 18px;}
li { margin-bottom: 12px; }
a:link { text-decoration: underline; color: #477132; }
a:visited { color: #477132; }
a:hover, a:active { text-decoration: underline; color: #C46205;	}

.nav { 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; }

.photo {
   padding: 3px;
   border: solid 1px #F0CFFE;
}

#questions p { font: 9pt/10.5pt tahoma; font-weight:bold; color: #5B80FD; font-family:Georgia, "Times New Roman", Times, serif; line-height: 16px; margin-bottom:15px;}
	
.table { margin-left: 25px;}	
td { font: 10pt/12pt georgia;}
th { font: 10pt/12pt georgia; }

#norepeat{            /*select the table called norepeat*/ 
     
} 
	
.mainTable {
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;	
	border-bottom: 1px solid #000000;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	transparent url(../images/palette.gif) no-repeat top left;
	background-repeat:no-repeat;
}

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

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

	
