/* CSS Document */
/***** nee modrecTutorials - popUps************/
html {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.166;
	color: #2A286A;
	background-color: #fff;  	
}
/***** Header *************/
#headerPopUp{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height: 70px; /*75px*/
	background-color: #324690; /*61C4ED*/
	text-align: left;
}
#masthead{
	text-align: left;
	margin-left: 0px;
}
.top {
	color: #ffffff;  /*#fcedf1;*/
	padding: 0px 0px 5px 0px;
	margin-left: -300px; /*perfect placement in Safari - adjust for ie*/
}

/***** Content ************************************/

#contentPopUp {
	background-color: #fff; 
	margin: 100px 20px 10px 10px;
}
h3 { /*headline*/
	font-size: 14 px;  /*1em*/
	font-weight: bold;
	color: #ff0000;  
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 10px; 
}
p {
	line-height: 1.166;
	font-size: 12px; /*.8em;*/
	margin-left: 10px;
	padding: 3px 10px 3px 0px;
	color: #2A286A;
	text-align: left;
}
/******** footer **********/

#footer{
	background-color: #324690; /*243359*/
	border-top: 1px solid #283874; 
	font-size: 10px;
	font-weight: bold;
	color: #fff; /*dedfe2*/
	padding: 5px 0px 10px 20px;
}

/*********** end *************/

