@charset "utf-8";

/*
-----------------------------------------------
PRINT STYLES
-----------------------------------------------
*/ 

@import url("global/reset.css");


.headerSearch, #topMenu,  #mainMenu, #leftColumn, #rightColumn, .breadcrumbs, .pageTools, #frontPageHeader, .sectionLeftMenuList {
	display: none;
}

a, img{
	border: 0 none;
}


body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Geneva, Verdana, sans-serif;
	font-weight: normal;
}

h1{
	font-size: 26pt;
	line-height: 30px;
	margin: 20px 0 10px 0;
}

h2{
	font-size: 14px;
	line-height: 1.5em;
}

#wrapper{
	margin: 0 2em;
}

#content{
	clear: both;
}

img{
	clear: both;
	float: left;
	margin: 0 10px 20px 0;
}

ul{
	list-style: disc;
	margin: 0 0 1em 1em;
}

.articleGreyArea{
	background: url(../../../images/article_grey_top.gif) no-repeat left top #ebebeb;
	clear: both;
	font-size: 9pt;
	line-height: 1.5em;
	padding: 5px 0px 0px 0px;
	width: 520px;
}

.articleGreyAreaContent{
	background: url(../../../images/article_grey_bottom.gif) no-repeat left bottom;
	padding: 0px 10px 10px 10px;

}

#footer{
	color: #666666;
	font-size: 8pt;
	margin: 20px 0 0 0 ;
}

#footer a{
	color: #666666;
	text-decoration: none;
}

.copyright{
	margin: 0 0 0 1em;
}

.tellAFriendCloseWindow{
	display: none;
}
