/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.10.0
*/

#bd {margin-bottom:1em;text-align:left;}
#ft {font-size:96%;clear:both;}

/* rules for main templates */
.yui-t6 #yui-main .yui-b, .yui-cpanel .yui-b{float:left;}
.yui-t6 .yui-b, .yui-cpanel #yui-main .yui-b{float:right;}

/* t3 & t6: L300 & R300 */
.yui-t6 #yui-main .yui-b {width:/*59.35%*/589px;min-width:589px;background:#FEE9E4;}
.yui-t6 .yui-b {width:/*40.63%*/403px;min-width:403px;}

/* cpanel: */
.yui-cpanel #yui-main .yui-b {width:73.36%;min-width:727.5px;background:#FEE9E4;}
.yui-cpanel .yui-b {width:26.64%;min-width:264px;}

/* self clear floated parent containers */
#bd:after {content:".";display:block;height:0;clear:both;visibility:hidden;}	
#bd {zoom:1;} /* IE */


/* 
========================================
YAHOO RESET 
========================================
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
/* address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} */
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
q:before,q:after{content:'';}

/* Website-wide styles. Copyright 2005 by Pixelsplasher. www.pixelsplasher.com */


/* 
 * ========================================
 * Main wrapper, this controls the overall width of the page in the browser view window. 
 * ========================================
 */

#mainWrapper{ 
	margin: 0 auto; /* centers the box, no matter the overall width */
	text-align: center; /* re_aligns text to center. second part of two part MSIE centering workaround */
	width: 992px; /* EDIT THIS TO CHANGE THE WIDTH OF THE PAGE -> You can also use %*/
}

/* 
 * ========================================
 * General page styles. 
 * ========================================
 */

/*Missed the fancy scrollbar coloring? That only works with regular HTML DOCTYPES.*/
body, textarea {
	color: #969; 
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	text-align: center;
	margin: 0px;
	letter-spacing: -1px;
	background-color: #FFF; 
}

/* absolute image-replace trickery courtesy of Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */
h1 span, h3 span, h4 span, ul#Menu span{
	display:none;
}

li {
	padding: 0.5em;
}

h5 {
	font-size: 13px;
	margin:8px 0;
}

.darkside {
	color: #ccc;
}

.darkertext {
	color: #942608;
}

	.darkertext strong{
		color: #942608;
	}

.statFigure {
	color: #F42608;
}

img {
	border:none;
}

a:link,a:active,a:visited {
	color : #DD6900; 
	text-decoration: none;
}
a:hover	{ 
	text-decoration: underline; 
	color : #006699; 
}
hr	{ height: 0px; border: solid #969 0px; border-top-width: 1px;}

h3 {
	font-family: Helvetica;
	font-size: 16px;
	margin-right: 12px;
	margin-left: 12px;
}

select {
	font-size: 12px;
	font-weight:bold;
}

input {
	height:16px;
	font-size:10px;
	margin: 3px;
	border: 1px solid #FF7C0B;
	background-color: #F5F5F5;
}

input.checkbox {
	width: 12px;
	height:14px;
	margin: 2px;
	border: 0px;
	background-color: #F5F5F5;
}

	
input.mediumField {
		width:186px;
	}

input.company {
		width:338px;
	}

input.website {
		width:288px;
	}
	
form * {
		color:#888;
	}

input.button {
	width: 56px;
	height:18px;
	border: 1px solid #969;
	font-weight:bold;
	background-color: #F5F5F5;
}
	
input.goButton{
	width: 36px;
}

.forceCenter {
	position: relative;
	text-align:center;
}

.error strong{
	color: #f00;
}

/* Description of pictures */
.caption {
	font-size: 11px;
}

/* width, if set to 992px max, hor.scrollbar appears */
#Copyright_ {
	position:relative;
	margin: 24px 0 8px 0;
	width:892px;
	text-align:center;
}

#ft {
	background:#FFFFFF;
}

#ft img {
	vertical-align:middle
}

.pesosymbol {
	vertical-align:0.1em;
	margin-left:-0.7em
}

