/* New Version 'LAFBasic9.css' created for Candidate 9 12/21/2008 ERQ/NSCD -- note style name changes also */
/* Candidate 10 Version created 2/3/2009 by ERQ/NSCD -- for "Contributors" section.  STYLE NAMES CHANGE */
body {
	background-color: #FFFFFF; 
	background-image: url(background.png);
	background-repeat: repeat-x;
	font-family: Verdana, serif;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.twoColLAFCand10 #container {
	background-color: #FFFFFF; 
	background-image: url(background.png);
	background-repeat: repeat-x;
	width: 780px;  /* 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. */
}
.twoColLAFCand10 #header {
	margin: 0; /* zero margin prevents margin collapse */
	padding: 10px 10px 10px 20px; /* 11/1/2008 ERQ/NSCD: Left-padding of 20 pixels matches padding of elements below */
}
.twoColLAFCand10 #header h1 {
	margin: 0; /* zero margin prevents margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColLAFCand10 #sidebar1 { /* Full width of sidebar1 is 169px, including padding */
	float: left; /* since this element is floated, a width must be given */
	width: 149px; /* LAF/Google AdSense buttons: 125px with 2px hyperlink borders */
	margin: 0px; /* Prevent margin collapse */
	padding: 15px 10px 15px 10px;
	clear: left;
}
.twoColLAFCand10 #mainContent { /* mainContent is (780px - 35px - 190px)=555px, divided into three BlueBoxes @ 185px each */
	margin: 0px 35px 0 190px;
	clear: right;
	padding: 0px;
}
.twoColLAFCand10 #mainContentShort { /* mainContentShort is (780px - 75px - 190px)=515px, to permit NextArticle and PrevArticle */
	margin: 0;
	float: right;
	width: 427px; /* Required because element floats */
	padding: 15px 0px 15px 0px;
}
.twoColLAFCand10 #NextArticle { /* Floating number at RH margin with PrevArticle and mailContentShort to the left */
	font: Verdana, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #FFFFFF;
	/*border: solid #FF0000 thin;*/
	float: right;
	width: 60px;
	margin: 0px 35px 0px 0px;
	padding: 13px 0px 13px 0px;
	text-align: center;
	font-size: medium;
	font-style: ;
	font-weight: bold;
}
.twoColLAFCand10 #PrevArticle { /* Floating number at RH margin with mailContentShort to the left and NextArticle to the right */
	font: Verdana, Helvetica, sans-serif;
	color: #FF0000;
	background-color: #FFFFFF;
	/*border: solid #FF0000 thin;*/
	float: right;
	width: 60px;
	padding: 13px 0px 13px 0px;
	text-align: center;
	font-size: medium;
	font-style: ;
	font-weight: bold;
}
.twoColLAFCand10 #MasBox { /* This floats right against RHS and precedes the #3 Blue Box for each category. */
	font: Verdana, Helvetica, sans-serif;
	font-size: 12px;	/* Font size increased to 11 in Candidate 8 */
	font-style: ;
	font-weight: bold;	/* Font weight set to BOLD in Candidate 8 */
	color: #FF0000;
	background-color: #FFFFFF;
	height: 202px;
	width: 35px;		/* Widened to 35 pixels from 24 in Candidate 8 */
	float: right;
	/*margin-right: 11px; Removed in Candidate 8 to widen MasBox to 35 pixels*/
	display: inline;  	/* Solution for IE6 'Doubled Float Margin Bug' */ 
	text-align: center;	/* Text alignment set to CENTER in Candidate 8 */
	overflow: auto;
	/*text-indent: 2px; Remove in Candidate when alignment changed to CENTER */
}
.twoColLAFCand10 #BlueBox { /* This floats right against the Mas Box, total width 185px including 1px border */
	float:right;
	margin: 0;
	padding: 0px 1px 0px 1px;
	height: 200px;
	width: 183px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
	text-align: left;
	overflow: auto;
	text-indent: 3px;
	border: 1px solid #CCCCCC;
}
.twoColLAFCand10 #BolsaBox { /* Floating image link to bolsa on CountryHome7.php */
	font: Verdana, Arial, Helvetica, sans-serif;
	float: left;
	width: 590px; /* Widened to 590 pixels to force-fill width of container */
	height:80px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	text-align: left;
	font-size: medium;
	font-style: normal;
	font-weight: normal;
}
.twoColLAFCand10 #footer {
	padding: 0 10px 0 20px; /* 11/1/2008 ERQ/NSCD: Left-padding of 20 pixels matches padding of elements above it. */
	background:#99FFFF;
}
.twoColLAFCand10 #footer p {
	margin: 0; /* zero margin prevents margin collapse */
	padding-top: 10px;
}
.clearfloat { /* Inherited from Adobe sample layout ERQ 11/1/2008 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.style1 {
	color: #003399;
	font-style: ;
	font-weight: bold;
	margin-bottom: 6px;
}
td {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}

th {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
}
/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 border-bottom: 1px solid #778;
 font: bold 12px Verdana, sans-serif;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 3px;
 border: 1px solid #778;
 border-bottom: none;
 background: #DDE;
 text-decoration: none;
}

ul.tabbernav li a:link { color: #448; }
ul.tabbernav li a:visited { color: #667; }

ul.tabbernav li a:hover
{
 color: #000;
 background: #AAE;
 border-color: #227;
}

ul.tabbernav li.tabberactive a
{
 background-color: #fff;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: white;
 border-bottom: 1px solid white;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border:1px solid #aaa;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */