/* CSS Document */

body {background-color:#000; color:#000000; font-family: Arial, Helvetica, sans-serif; font-size: 76%; margin:10px 0;}
p {font-size:1em;}
a, a:visited {color:#FFFFFF; font-size:1em; font-weight: bold; text-decoration:none;}
a:hover {color: #990000;}
img {border:1px solid #000;}
td {vertical-align:top;}

#left_frame {
	position:absolute;
	left: 0;
	background-image:url(images/background/frame_left.gif);
	background-repeat: no-repeat;
	z-index: 2;
}
#header {
	position: absolute;
	top: 10px;
	left: 10px;
	width:662px;
	height:115px;
	z-index: 9;
} 
#pict_right {
	position:absolute;
	top:115px;
	left:672px;
	z-index: 3;
} /*left position is +10 width of #header */
/********** MENU settings - will affect all right menus on the site **********/
#menu {
	position:absolute;
	top:114px;
	left: 672px;
	height:150px;
	width:150px;
	z-index: 4;
}
#menu p{padding:5px; margin:2px 0; line-height:1.1em;}
#menu a, a:visited{color:#FFFFFF;}
#menu a:hover {color:#990000}
#redline {
	position:absolute;
	top: 259px;
	left: 672px;
	height:5px;
	width: 150px;
	background-image:url(images/background/red_line.gif);
	background-repeat:no-repeat;
	background-position: top left;
	z-index: 5;
}
/********** ISSUE BOX settings - affects the grey/black issue boxes  **********/
#issue_main {
	position:absolute; top:259px; left:573px; background-image: url(images/background/journal_box.gif); background-repeat:no-repeat; width:100px; height:130px; padding: 20px 0px 0px 5px; z-index: 8;}
#issue_main p{text-align:center; margin-top: 7px; line-height:1.2em; font-weight:bold;}
#issue_content {
	position:absolute; top:386px; left:671px; background-image: url(images/background/journal_box_content.gif); 
	background-repeat:no-repeat; width:150px; height:130px; padding: 20px 0px 0px 5px; z-index: 8;}
#issue_content p{text-align:center; margin-top: 3px; line-height:1.2em; color:#FFFFFF; font-weight:bold;}
#issue_content a, #issue_content a:visited {color:#FFFFFF;}
#issue_content a:hover {color:#990000;}
.pdf_link a, .pdf_link a:visited { text-align:center; font-weight:normal; color:#ffffff;}
.pdf_link_blk a, .pdf_link_blk a:visited { text-align:center; font-weight:normal; color:#000;}
.pdf_link a:hover {color:#990000; }
/********** CONTENT settings - everything in the central area  **********/
/* this controls the placement and styles of ALL of the content, unless modified below */
#content_frame {
	position:absolute;
	top:125px;
	left:10px;
	width:662px;
	background-color:#999999;
	z-index: 1;
}
#content_frame p{
	color:#000000;
	font-weight:normal;
}
#content_frame a {font-weight:normal; color:#000000;}
#content_frame a:hover {color:#990000;}
/* this controls the placement of ALL of the content */
#content {position:relative; float:left; width:600px;}
/* these settings are specific to the two divs which contain the 'next' and 'previous' buttons */
#previous, #next {position:relative; height:600px; width:30px;}
#previous {float:left;}
#next {float:right;}
/* these two settings are different b/c the spanish/english graphic has different heights */
.span_direction_butt{margin-top:329px; border:0;}
.span_direction_butt a {border:0;}
.eng_direction_butt{margin-top:439px; border:0;}
/* For the Spanish navigation pages */
#span_main td{vertical-align:top;}
#span_main p {text-align:center; line-height:1.5em;}
.spacer_img {border:0;}
/* For the English TOC */
#english_main {
	border:1px solid #000;
	background-color:#FFF;
	margin:10px;
	width: 500px;
	padding:10px 15px;
}
#english_main p{
	color:#000000;
	text-align:left;
}

#english_main a{
	color:#990000;
	text-align:left;
}

#english_main a:hover{
	color:#000000;
	text-align:left;
	text-decoration:underline;
}

#english_main li{
	line-height:1.5em;
}
/* This is the 'view original' div which appears on the English content pages */
#view_orig {
	float:right;
	padding:10px 0;
	z-index:10;
	text-align:right;
}
#view_orig a, a:visited{
	color:#000000;
	text-decoration:none;
}
#view_orig a:hover{
	color:#990000;
	text-decoration:none;
		
}



/********** FOOTER settings **********/
#footer {position:relative; top: 20px; width: 662px; clear:both;}
#footer p{font-size:.8em; line-height: 1em; padding: 15px 15px; margin: 5px 0; text-align:left;}
#bottom {position:relative; top: 10px; background-color:#000000; margin-bottom:0; clear:both;}



.five_image {
margin-right: 15px;
margin-bottom: 5px;
}

/*removes border around icons */
img.icons {
border: none;
}
