 @charset "utf-8";

.headerLinks {
        font-family:Arial, Helvetica, sans-serif;	
        font:Arial, Helvetica, sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #FFF;
    }
.headerLinks a {
        text-decoration:none;
		color: #FFF;
    }

.headerLinks a:hover {
        font-size:12px;
		text-decoration:none;
		color: #FFF;
    }

body {
	margin-top:35px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	z-index: 1;
	text-align: center;
    }

#mainRelativeAnchor #mainContent{
	padding:20px;
	position:relative;
	z-index: 5;
	text-align: left;
}

#opaquecontext {
	color: #FFF;
	font-size: 14pt;
	opacity: .4;
	margin-right:10px;
	}

/* ------------- Sidebar Styles ------------------- 

#sidebarContentDiv {
	margin-top:15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 9pt;
	text-align: left;
	font-weight: normal;
    }

#pregunta {
background-image:url(/images/design/L2_Pregunta.png);
background-repeat:no-repeat;
/*background-attachment:fixed;*/
/*background-position:top right; 

}

#sidebarContentDiv h4 {
        font-size:20px;
        margin:1px 0 -10px 0;
        color:#98ae72;
}

#sidebarContentDiv a {
	color:#404171;
	text-decoration:none;
}

#l2contactbox {
	margin-top:55px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 9pt;
	text-align: left;
    }

#l2contactbox h4 {
        font-size:20px;
        margin:1px 0 -10px 0;
        color:#98ae72;
}

#searchInner input {
border-style:inset;
background:#e3e3e3;
background-repeat: repeat;
margin: 0px 0px 0px 0px;
color: #000000;
}
*/
/* ---------------- Drop Down Menu Across Top of Main Pic ----------------- */
#dropDownDiv {
	background-image:url(/images/design/L2__dropDown_Purple.jpg);
	width:770px;
	height:26px;
	text-align:left;
	color:#434472;
	font-size: .9em
}	
#dropDownDiv:hover {
	background-image:url(/images/design/L2__dropDown_Green.jpg);
	width:770px;
	height:26px;
	text-align:left;
	color:#98ae72;
}

#dropDownLeftmost {
	text-align:center;
	float:left;
	width: 155px;
	margin-top: 5px;
}
#dropDownLeftmost a{
	color:#434472;
	text-decoration:none;
}

#dropDownRest {
	float:left; 
	width: 615px;
	margin-top: 5px;
}

.L2_3_linkItem {
	margin:3px 8px 0px 8px;
	display:inline;
	color:#FFF;
	text-decoration:none
}
.L2_3_linkItem:hover {
	text-decoration:underline;
}


/*  ------------- Breadcrumbs  ------------------------  */

#bcrumbs {
	text-align:left;
	margin-left:10px;
	padding-bottom: 5px;
	clear:both;
}

.bc {		/*being the rightmost crumb, the title of the current page  */
	font-size:12px;
	color:#464646;
	text-decoration:underline;
}

.bc0 a, .bc1 a, .bc2 a, .bc3 a, .bc4 a, .bc5 a,			/* being the rest of the crumbs in order from left to right  */
.bc0, .bc1, .bc2, .bc3, .bc4, .bc5{
	font-size:12px;
	color:#98ae72;
	text-decoration:none;
}

/* ------------------  Footer ---------------- */
#footerRow  {
	font-size:11px;
	font-weight:bold;
	color:#FFF;
}

#footerRow  a {
	text-decoration:none;
	color:#FFF;
}

#footerRow a:hover {
	font-size:12px;
}


