body {
  font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 0.9em;
	color: #000000;
	background: #ffffff;
	background: url(../../themes/atahualpa/images/a-schemes/bkg-paisley.jpg) repeat top left;
	background-attachment:fixed;
	padding-top: 5px; padding-bottom: 20px;
}

a:link, a:visited {
	color:#666666;
	text-decoration:none;
}

a:hover, a:active {
	color:#CC0000;
	text-decoration:none;
}

.container {
	text-align:center;
	margin: 0;
	padding: 0;

}

.header-image-container {
	
	width:1000px;
	height:197px;
	padding:0;
	margin-left: auto;
	margin-right: auto;
}



.nav-container {
	margin: 0 150px 0 150px;
	width:700px;
	text-transform: uppercase;
	border-bottom: solid 1px #333333;
}

.body {
	text-align:left;
	width:1000px;
	background: url(../../themes/atahualpa/images/a-schemes/bkg-strip.gif) repeat top left;
	margin-left: auto;
	margin-right: auto;

}

.nav-container2 {
	margin: 0 150px 0 150px;
	width:700px;
	text-transform: uppercase;
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}

.content {
	margin: 0 150px 0 150px;
	width:700px;
}

.spacer {
	clear:both;
	height:1px;
	overflow:hidden;
}

.clearer {
	clear: both;
}


.footer {
	width:1000px;
	height:100px;
	padding-top:10px;
	padding-bottom: 50px;
	text-align: center;
	color: #777777;
	font-size: 95%;
	background: url(../../themes/atahualpa/images/a-schemes/bkg-footer.gif) no-repeat bottom left;
	margin-top:0;
	margin-left: auto;
	margin-right: auto;

}


h1 {font-size: 1.7em; font-weight: bold;}
h2 {font-size: 1.4em; font-weight: bold; font-style:italic;}
h3 {font-size: 1.6em; font-weight: bold; }
h4 {font-size: 1.4em;}
h5 {font-size: 1.2em;}
h6 {font-size: 1em;}


.box_instruction {
        width:90%;           
        background-color:#FFFFCC;
        padding: 1em; 
		text-align:center;
		font-style:italic;
}

