@charset "utf-8";
/* CSS Document */


/*******************print options*******************/
.printnewpage {
	page-break-after: always;
	font-size: 1px;
}
/*******************print options*******************/



body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	text-align: center;
	margin:0;
}


h1 {
	font-size: 175%;
	padding: 0px;
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: 400;
}



h2  {
	color: #036;
	font-weight: bold;
	font-style: normal;
	font-size: 150%;
	padding-top: 0px;
	text-align: left;
	padding-bottom: 0px;
	margin: 0px;
}

p	{
	text-align: left;
	line-height: 1.3;
	font-family: Tahoma, Geneva, sans-serif;
}



td {

}




/********************HEADER ****************************/

#header {
	letter-spacing: 0.25em;
	color: #036;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;	
}

#header .headerImg {
	color: #036;
	background-color:#2C72B7;
	background-image: url(../assets/images/JWADirectNLHeader-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

#header .headerdate {
	text-align: left;	
}

#header .header {
	text-align: right;
}

#header p {
	margin-left:15px;
	margin-right:10px;
	margin-bottom:20px;
}

/********************END HEADER ****************************/

/****** Left Navigation *********************/

#InThisIssue {
	margin-right: auto;
	margin-left: auto;
	width: 147px;
	text-align: left;
	border: 1px solid #039;
	background-color: #DAAA62;
	line-height:1.3;
	
	
}

#InThisIssue td {
	padding: 5px;
}


#InThisIssue ul  {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#InThisIssue ul li{
	padding:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	color: #FFFFFF;
	font-weight:bold;
	line-height: 1.3;
}


#InThisIssue h2 {
	font-size: 14px;
	text-align: left;
	margin-bottom: 5px;
	
}

#InThisIssue a {
	font-weight:normal;	
}

#InThisIssue a:link{
	color: #039;
	text-decoration: none;	
	font-weight:normal;	
}

#InThisIssue a:visited{
	color: #006;
	text-decoration: none;	
}

#InThisIssue a:hover{
	color: #FFF;
	text-decoration: underline;	
	
}

/******END Left Navigation **********************/

/***************LeftMessage********************/
.LeftMessage {
	border: 1px solid #039;
	margin-right: auto;
	margin-left: auto;
	width: 147px;
	text-align: left;
}

.LeftMessage p {
	padding:3px;
	margin:0px;
}

/*************** END Left Message *************************************************/


/*************** Mailing List *************************************************/

.Mailinglist {
	border: 1px solid #039;
	margin: auto;
	width: 150px;
	background-color: #CF4030;
	padding-top: 2px;
	padding-bottom: 2px;
}


.Mailinglist a:Link{
	color: #FFF;
}

.Mailinglist a:hover{
	color: #000;
}
.Mailinglist a:visited{
	color: #FFF;
}
.Mailinglist h2{
	font-size: 14px;
	text-align: center;

}
/*************** END Mailing List *************************************************/

/******** Address *******/

#Address p {
	text-align:center;
	color: #FFF;
}

#Address a:link{
	text-align: center;
	color: #FFF;
	text-decoration: none;
}
#Address a:visited {
	text-align: center;
	color: #FFF;
}

#Address a:hover {
	text-align: center;
	color: #000;
}

/****** END Address ******/

/****** Main Article ******/
#mainArticle {
	margin-top: 10px;
	margin-bottom:15px;
	padding-bottom:15px;
	text-align:left;
}

#mainArticle p {
	margin-right:30px;
}

#mainArticle h3 {
	font-size:100%;
}

#mainArticle ul {
		font-size:100%;

	
}

#mainarticle li {
	
}

#mainArticle .Photos {
	text-align: center;
}

.Video  {
	text-align:center;
}





.nextStory {
	text-align: right;
	margin-right:10px;
}

.caption {
	font-size:95%;
	font-style:italic;
}



/****** END Main Article ******/

