/* CSS Document */



body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background: #cccccc;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
html, body { /* saves you from the "centering jump" on short pages */
	min-height: 100%;
	margin-bottom: 1px;
}
p {
}

/* holder styles */
#holder {
	width: 760px;
	background: #FFFFFF;
	text-align: left;
	margin: 0 auto 0 auto;
	border: solid #000 1px;
	height: auto;

}



/* header styles */
#header {
	background: #000000;
	height:auto;
	 /* creates the top overlap of the right column */
}

#topDiv {
	width: 760px;height:auto;
}
#topRight {
	width: 259px;
	height:180px;
	float: right;
	border-left: solid #000000 1px;
	background-color: #000000;
}
#topLeft {
	width: 500px;
	height:180px;
	float: left;
}
/* navigation styles */
#nav {
	width: auto;
	background-color: #000000;
	text-align: center;
	padding: 5px 0 5px 0;
	font-size: 120%;
	vertical-align: middle;
	height:auto;
}
#nav a {
	padding: 0 5px 0 5px;
	text-decoration: none;
	font-weight: bolder;
}

#nav a:link, #nav a:visited { 
	color: #ffff00;
}

#nav a:hover, #nav a:active, #nav a:focus {  
	color: #FFFFFF;
}

/* content styles */
#indexLeft {
	float:left;width:240px;
}
#indexMiddle {
	float:right;
	width:240px;
	border: solid #000 1px;
}
#indexMiddle p {
	line-height: 130%;
}

/* third column styles */
#map {
	margin: 0px;
	float: right;
	width: 259px;
}
#map p {
	color: #000000; /* third column has a dark color so font must be light for contrast */
}

/* footer styles */
#footer {
	padding: 5px;
	border-top: 1px solid #000000;
	font-size: 10px;
	color: #877D6C;
	background: #FFF;  /* This background color covers the faux column effect that spans the entire holder div */
	text-align: center;
}
#footer a:link,  #footer a:visited, #footer a:active, #footer a:focus{
	color: #877D6C;
	text-decoration: none;	
}

#footer a:hover{  
	color: #877D6C;
	text-decoration: underline;
	
}

/* miscellaneous styles */
.brclear { 
     clear:both; 
     height:0; 
     margin:0;
     font-size: 1px;
     line-height: 0px;
}
#standardLeft {
	float: left;
	width: 500px;
}

#indexContent {
	float: left;
	width: 500px;
	min-height:500px; 
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #indexContent {
height: 500px;
}
/**/
#indexContentBottom {
	border: 1px solid #000000;
}
#indexContentTable{
	width: 501px;
	height:100%;
	
}
#holder #indexContent #indexContentTable td {
	vertical-align: top;
	border-right: solid #000000 1px;
}
#indexContentTable #topTr td {
	padding: 35px 35px 35px 35px;
}
#indexContentTable #bottomTr td {
	padding: 5px 5px 5px 5px;
	border-top: solid #000000 1px;
	height:auto;
}

#standardContent {
	float: left;
	width: 500px;
	border-right: solid #000000 1px;
	height:auto;
}
#specialContent {
	float: left;
	width: 500px;
	height:auto;
}
/* for Internet Explorer */
/*\
* html #standardContent {
height: 500px;
}*/
#standardRight{
	margin: 0px;
	float: right;
	width: 259px;
	
}
#specialRight{
	margin: 0px;
	float: right;
	width: 259px;
	border-left: solid #000000 1px;
	
}
#contentDiv {
	padding: 0 10px 10px 10px;
	height: 100%;
}
#contentDivRight {
	padding: 10px 10px 10px 10px;
}
#subMenu {
	top: auto;
	border: solid #000 1px;
	float: right;
	padding: 5px 5px 5px 5px;
	background-color: #FFFFFF;
}

#standardContentWide {
	float: left;
	width: auto;
	min-height:500px;
	height:auto;
}
/* for Internet Explorer */
/*\*/
* html #standardContentWide {
height: 500px;
}

/*Text*/
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	margin-top: 5px;
	color: #333333;
	text-transform: uppercase;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin:0;
	padding:0;
}
h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin:0;
	padding:0;
}
/*End Text*/
/*Links*/
a:link, a:visited , a:active, a:focus {
	color: #000000;
	text-decoration: underline;
		
}
a:hover {
	color: #666666;
	text-decoration: underline;	
}
a.NotUnderlinedLink:link, a.NotUnderlinedLink:visited , a.NotUnderlinedLink:active, a.NotUnderlinedLink:focus {
	color: #000000;
	text-decoration: none;
		
}
a.NotUnderlinedLink:hover {
	color: #666666;
	text-decoration: underline;	
}
a.BoldLink:link, a.BoldLink:visited , a.BoldLink:active, a.BoldLink:focus {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
		
}
a.BoldLink:hover {
	color: #666666;
	font-weight:bold;
	text-decoration: underline;	
}
a.redLink:Link, a.redLink:visited , a.redLink:active, a.redLink:focus{
	color: #FF0000;
	font-weight:bold;
	text-decoration:none;	
}
a.redLink:hover {
	color: #FF0000;
	font-weight:bold;
	text-decoration:underline;	
}
a.blueLink:Link, a.blueLink:visited , a.blueLink:active, a.blueLink:focus{
	color: #000099;
	font-weight:bold;
	text-decoration:none;	
}
a.blueLink:hover {
	color: #000099;
	font-weight:bold;
	text-decoration:underline;	
}
a.subMenuLinkBig:link, a.subMenuLinkBig:visited , a.subMenuLinkBig:active, a.subMenuLinkBig:focus {
	color: #000000;
	font-weight:bold;
	font-size: 12px;
	text-decoration: none;
		
}
a.subMenuLinkBig:hover {
	color: #666666;
	font-weight:bold;
	font-size: 12px;
	text-decoration: underline;
	
}
a.subMenuLink:link, a.subMenuLink:visited , a.subMenuLink:active, a.subMenuLink:focus {
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	font-weight: normal;
		
}
a.subMenuLink:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
	
}
/*End Links*/
/*map*/
.mapdiv a:link , .mapdiv a:active, .mapdiv a:focus, .mapdiv a:visited{
	color: #000000;
	text-decoration: none;	
}

.mapdiv a:hover{  
	color: #666666;
	text-decoration: underline;
	
}
.mapdiv{
text-align:left;
text-decoration:none;
}
#perumap{
position:absolute;
left:58px;
top:112px;
}
#brazilmap{
position:absolute;
left:156px;
top:109px;
}
#boliviamap{
position:absolute;
left:104px;
top:144px;
}
#ecuadormap{
position:absolute;
left:18px;
top:72px;
}
#argentinamap{
position:absolute;
left:103px;
top:260px;
}
/*end map*/
#formTable tr th {
	text-align: right;
	
	padding: 3px 5px 3px 0;
}
#formTable tr td {
	padding: 3px 0 3px 0;
}
.redFont {
	color: #FF0000;
}
