/* CSS Document */

/***********************************************/
/* newHomePed.css                            */
/* Use with new home PED  Calling from the English folder       */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/


/*************** story styles ******************/

.story {
	padding: 0px 20px 0px 20px;
	font-size: 12px;
}

.story h3{
	font: bold Arial,sans-serif;
font-size:12px;
border-bottom: 1px solid #D4DBDC;
color:#990505;
}

.story p {
	padding: 0px 0px 0px 0px;
}



.pictRight {
	float: right;
	border: 1px solid #9CA3A4;
	margin-left: 6px;
}
.pictRightNoBorder {
	float: right;
	border: 0px solid #9CA3A4;
	margin-left: 6px;
}


.pictLeft {
	float: left;
	border: 1px solid #9CA3A4;
	margin-right: 6px;
}

.pictLeftNoBorder {
	float: left;
	border: 0px solid #9CA3A4;
	margin-right: 6px;
}

/************ sectionLinks styles **************/


#sectionLinks{
	margin: 0px;
	padding: 0px;

}

#sectionLinks h3{
font-size:12px;
color:#990505;
font-weight: bold;
padding: 3px 5px 3px 6px;
}
#sectionLinks h3{
display: block;
width:160px;
border-bottom: 1px solid #9CA3A4;
border-top: 2px solid #660000;

background-color:#B6BCBD;
margin-bottom:0px;
margin-top:0px;
}

#sectionLinks a:link, #sectionLinks a:visited {
font-size:12px;
font-weight:normal;
color:#993300;
display: block;
width:160px;
border-bottom: 1px solid #9CA3A4;
background-color:#D4DBDC;
padding: 3px 5px 3px 6px;
color: #21536A;
}


#sectionLinks a:hover{
background-color: #D3D1B0;
font-weight:normal;
text-decoration: none;
padding: 3px 0px 3px 6px;
border-right: 5px solid #993300;
}

.slideBanner {
display: block;
text-align:center;
width:160px;
padding: 3px 0px 3px 3px;
}


/************* relatedLinks styles **************/
