/***********************************************/
/* 2col_leftNav.css                            */
/* Use with template 2col_leftNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	background-color: #999999;
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;	
	margin: 20px;
	text-align:center;
	
	BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; BACKGROUND: url(/images/page_background.jpg) #9fa9b3 repeat-x; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px; BORDER-RIGHT-WIDTH: 0px
}

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

a:hover {
	text-decoration: underline;
}


p {
 font-size: 80%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
	color:#FFFFFF;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
}

h2{
 font-size: 114%;
}

h3, h4, h5 {
 font-size: 100%;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #FFFFFF;
}

img {
	border:solid 0px
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0px;
	padding: 10px 5px 5px 5px;
	border-bottom: 1px solid #FFFFFF;
	text-align:left;
	clear:both	
}

#masthead .miguelbecerril {
	FLOAT: left; POSITION: relative
}

#masthead .mb {
	FLOAT: right; POSITION: relative
}

#content{
	margin: 0px;
	padding: 20px 20px 20px 20px;
}



/***********************************************/
/*Component Divs                               */
/***********************************************/

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 5px 0px;
	font-size: 114%;
	color: #FFFFFF;
}


/************* #globalNav styles **************/

#globalNav{
font-size: 85%; color: #FFFFFF;
font-weight:500;
padding: 3px 0px 4px 10px;
white-space: nowrap;
border-top: 1px solid #999999;
border-bottom: 1px solid #999999;
text-align:left;
clear:both	
}

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
}


/************* #siteInfo styles ***************/

#footer {
	border-top: 1px solid #999999;
	font-size: 60%;
	color: #cccccc;
	padding: 5px 5px 5px 10px;
	margin: 0px;
	clear:both
}

/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


.frame {
	BACKGROUND: #000000; border: 1px solid #999999; WIDTH: 760px; height:auto; margin: 0 auto; text-align:left
}

.frame_bad {
	BACKGROUND: #000000; border: 1px solid #999999; WIDTH: 760px; height:auto; margin: 0 auto; text-align:left; BACKGROUND: url(/images/background.jpg) no-repeat
}

.table_2006_09_28 {
	background-image:url(/images/2006_09_28.jpg);
	width:720px;
	height:985px;
}

.newsdate {
	color:#999999;
}

.newspreview {
	font-size:70%;
	color:#CCCCCC;
	margin-top: -12px;
}

.photographyby {
	font-size:55%;
	font-style:italic;
	color:#CCCCCC;
	margin: 1px 0px 0px 1px;
}
