body {
	background-color: white;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	text-align: centre;
	font-size: 8pt;
	color: black; 
}

img { 
	border:0; 
	}



h5 {
	font-size: 100%;
	font-weight: normal;
	text-transform:uppercase;
	margin-top:0px;
	color:  #232222;
	}
	
h2 {
	font-size: 120%;
	margin-top:0px;
	font-weight: strong;
	text-transform:lowercase;
	}

a:link { 
	color: #999; 
	text-decoration: none;

}

a:visited { 
	color: #999; 
	text-decoration: none;

}

a:active { 
	color: #666; 
}

a:hover { 
	color: black;  
	text-decoration: none;

}


/* items to appear on all pages*/

.allwrapper {
	text-align: left;
	margin: 30px auto 0 auto;
	width:750px;
	}
	
.contentwrapper {
	float: left;
	background-color: white;
	width:750px;
	}

.banner {
	float:right;
	margin-bottom:10px;
	}
	
.inlinetitle {
	float:left;
	margin: 0;
	}
	

	
	
.navigation {
	float:left;
	border-bottom: #999 1px solid;
	width:100%;
	}
	
.navigationarrow {
	float:left;
	padding: 7px 16px 0px 13px;
	}
	
.navigationslashleft {
	float:left;
	padding: 7px 78px 0px 0px;
	}

.navigationslashright {
	float:left;
	padding: 7px 0px 0px 78px;
	}

.navigationslash {
	float:left;
	padding: 7px 8px 0px 8px;
	}
	
a.navigationbuttons {
	float:left;
	font-weight: normal;
	color: #D5D5D5;
	padding: 5px 0px 5px 0px;
	}
	
a.navigationbuttons:hover {
	border-bottom: none;
	color: white;
	}
		
.postcontent {
	float: right;
	width: 60%;
	tex-align: justify;
	margin: 20px 15px 15px 15px;
	}
	
.content {
	float: left;
	width: 720px;
	margin: 10px 0px 15px 15px;
	overflow: visible;
	}
	
.issues {
	float: left;
	width: 249px;
	height:100%
	padding-top: 25px;
	padding-bottom: 25px;
	}
	
.inlineissuethumb {
	background-color: #CCC;
	margin-top: 25px;
}

.inlinetitleissues {
	float:left;
	width: 240px;
	background-color: #CCC;
	border-bottom: solid #CCC 1px;
	padding: 5px 0px 0px 10px;
	font-weight: bold;
	margin-bottom: 0px;
	}
	
.bottomcopyright {
	float: right;	
	padding-right:16px;
	padding-left:16px;
	width: 96%;
	height: 30px;
	border-bottom: solid #D5D5D5 1px; 
		}

.signoff {
	float: left;
	margin-left:16px;
	padding-bottom:10px;
	border-top: solid #D5D5D5 1px;
	margin-top: 20px;
	width: 720px;
}

.wordpressadmin {
	float:right;
	color: #D5D5D5;
	font-size: 9px;
	

	}


/* issues links front page */

.issuelinkblockhalf {
	float: right;
	width: 239px;
	padding: 15px 10px 10px 0px;
	border-right: solid white 1px;
	border-bottom: solid #CCC 1px;
	overflow: visible;
	}

.issuelinkblockhalfpad {
	float: right;
	width: 239px;
	padding: 10px 10px 10px 0px;
	border-right: solid #BBBBBB 1px;
	overflow: visible;
	}	
	
div.issuelinkblockhalf img {
	border: 0;
	width:30px;
	height:22px;
}

.issuetitlehalf {
	width: 120px;
	float: left;
	margin-left: 10px;
	}


/* issues links top of issues page */

.issuelinkblock {
	width: 720px;
	float: left;
	padding-bottom:10px;
	border-bottom: solid #D5D5D5 1px;
	margin-bottom: 10px;
	}
	
.issuethumb {
	float: right;
	overflow: visible;

	}
	
.issuetitle {

	float: left;
	}
	
.issue_thumb {
	float: left;
	margin: 20px 0 0 10px;
	height: 20px;
	overflow: visible;
	
	}
	
.issueextra {
	float: right;
	}
	
div.issuelinkblock img {
	border: 0;
}

	
	
/* each issue article link page div {border: red solid 1px;}*/

.articlelinkblock {
	width: 720px;
	float: left;
	padding-bottom:10px;
	border-bottom: solid #D5D5D5 1px;
	margin-bottom: 10px;
	}
	
.articlethumb {
	width: 30px;
	float: left;
	}
	
.articleinfo {
	width: 450px;
	float: left;
	}
	
.articleauthor {
	width: 140px;
	float: left;
	padding-right:8px;
	
	}

.articletitle {
	width: 290px;
	float: left;
	}
	
.articlebutton {
	float: right;
	}

	
/* styles for pop up window  div {border: solid red 1px;}	*/

.yellowtext {
	color: yellow;
	}
	
.redtext {
	color: red;
	}
	
.toptext {
	color: #666;
	}


.requestformbanner {
	width: 452px;
	}
	
.requestformwrapper{
	position: relative;
	margin: 10px auto 0 auto;
	right: 20px;
	width:462px;
	}
	
.requestform {
	width: 430px;
	padding: 16px;
	background-color: white;
	border-top: solid #999 1px;

	}