body {
	background-color: grey;
	background-image: url(../graphics/bgdiagonal.gif);
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height:150%;
	text-align: left;
	font-size: 8pt;
	color: #454545; 
}

img { 
	border:0; 
	}
	
//div {border: red solid 1px;}

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

a:link { 
	color: #1499f1; 
	text-decoration: none;
	font-weight: normal;
}

a:visited { 
	color: #1499f1; 
	text-decoration: none;
	font-weight: normal;
}

a:active { 
	color: #1499f1; 
	font-weight: normal;
}

a:hover { 
	color: #1499f1;  
	text-decoration: none;
	border-bottom: dotted 1px gray;
	font-weight: normal;
}


/* items to appear on all pages*/

.allwrapper {
	position: relative;
	margin: 30px auto 0 auto;
	right: 50px;
	width:750px;
	}
	
.contentwrapper {
	float: left;
	background-color: white;
	width:750px;
	}

.banner {
	float:left;
	width:100%;
	border-bottom: solid #232222 1px;
	}
	
.inlinetitle {
	float:left;
	margin: 0;
	}
	

	
	
.navigation {
	float:left;
	background-color:gray;
	width:100%;
	}
	
.navigationarrow {
	float:left;
	padding: 7px 16px 0px 13px;
	}
	
.navigationslash {
	float:left;
	padding: 7px 20px 0px 20px;
	}
	
a.navigationbuttons {
	float:left;
	font-weight: normal;
	color: #D5D5D5;
	padding: 5px 0px 5px 0px;
	}
	
a.navigationbuttons:hover {
	border-bottom: none;
	color: white;
	}
		
.postcontent {
	float: left;
	width: 60%;
	margin: 20px 15px 15px 15px;
	}
	
.content {
	float: left;
	width: 720px;
	margin: 20px 0px 15px 15px;
	}
	
.issues {
	float: right;
	width: 250px;
	height:100%
	padding-top: 25px;
	padding-bottom: 25px;
	border-left: solid #D5D5D5 1px;
	}
	
.inlinetitleissues {
	float:left;
	width: 240px;
	border-bottom: solid #D5D5D5 1px;
	padding: 20px 0px 0px 10px;
	font-weight: bold;
	margin-bottom: 5px;
	}
	
.bottomcopyright {
	float: left;	
	width: 100%;
	height: 30px;
		}

.wordpressadmin {
	float:right;
	padding-right:20px;
	color: #333;
	font-size: 9px;
	}


/* issues links front page */

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

.issuetitlehalf {
	width: 150px;
	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;
	}
	
.issueextra {
	float: right;
	}
	
div.issuelinkblock img {
	border: 0;
}

	
	
/* each issue article link page */

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

.articletitle {
	width: 250px;
	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;

	}
