img { border-width: 0; }

img.img-right {
	margin-left: 10px;
	float: right;
	margin-bottom: 10px;
}

img.img-left {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

div.inlineleft { float: left; }
div.inlineright { float: right; }
.clearBoth { clear: both; }

/*************************************************************
******************** Begin Wide Screen ***********************
*************************************************************/
@media (min-width: 660px) {

	body {
	  color: black;
	  background-color: white;
	  font-size: 100%;
	  font-family: Verdana, Geneva, sans-serif;
	  padding-bottom: 10px;
	  margin: 0;
	}

	#main {
	  font-size: 0.75em;
	  line-height: 1.4;
	  width: 680px;
	  overflow: auto;
	  background-image: url(images_pn/background02.jpg);
	  background-repeat: repeat-y;
	}

	a:link {color: #1825A0;}
	a:visited {color: #606060;}
	a:hover {background-color: #FFFF00;}
	a.clear:hover {background-color: transparent;}
	
	#logobar {
		background-image: url(images_pn/bar-vertical03.jpg);
	}
	
	#logotext {
		margin-left: 24px;
	}
	
	#blackline {
		height: 2px;
		background-color: black;
	}
	
	#sidebar  {
	  float: left;
	  padding-bottom: 1.5em;
	  width: 190px;
	}

	#sidebar ul {
	  list-style-type: none;
	  text-align: left;
	  margin: 0;
	}
	
	#sidebar ul.bigger {
	  font-size: 1.25em;
	  line-height: 2.2;
	  padding: 1.0em 0 0 3em;
	}

	#sidebar ul.smaller {
	  font-size: 1.0em;
	  line-height: 2.4;
	  padding: 2.4em 0 0 3.8em;
	}
	
	#sidebar a {text-decoration: none;}

	#quote {
		padding: 6px;
		background-color: #DDD;
		border-style: ridge;
		border-width: 5px;
		border-color: #777;
		margin: 10px 16px 0 7px;
		font-family: cursive, sans-serif;
		font-size: 1.1em;
	}
	
	#quote div {
		text-align: right;
		margin-top: 3px;
		font-size: 9pt;
	}
	
	#article {
	  float: left;
	  position: relative;
	  font-size: 1.1em;
	  line-height: 1.2;
	  width: 460px;
	  padding: 0 0 10px 5px;
	}
	
    h2 {
		font-size: 1.4em;
		font-weight: bold;
		margin-top: 1.2em;
	}
	
    div.papers {
		font-size: 0.9em;
		margin-top: 1em;
		line-height: 1.3;
	}
	
}  /* End Wide Screen (min-width: 660px) */

/*************************************************************
******************* Begin Narrow Screen **********************
*************************************************************/
@media (max-width: 659px) {
	
	body {
	  margin: 0 0 10px 0;
	  color: black;
	  background-color: white;
	  font-size: 100%;
	  font-family: verdana, sans-serif;
	}
	
	#main {
	  font-size: 1em;
	  line-height: 1.25;
	  max-width: 480px;
	  margin: 0 auto;
	}

	a:link { color: #1825A0; }
	a:visited { color: #606060; }
	a:active { background-color: #FFFF00; }
	
	#logobar {
		background-image: url(images_pn/bar-vertical03.jpg);
	}
	
	#logoimg {
		display: none;
	}
	
	#logotext {
		display: block;
		width: 85%;
		margin: 0 auto;
	}
	
	#blackline {
		height: 2px;
		background-color: black;
	}
	
	#sidebar ul.bigger {
		list-style-type: none;
		text-align: center;
		margin: 0;
		font-size: 1.0em;
		line-height: 2.0;
		padding: 0.6em 0.2em 0 0;
	}

	#sidebar ul.bigger li {
		display: inline;
		margin: 0 0.4em;
	}
	
	#sidebar ul.smaller {
		clear: both;
		list-style-type: none;
		text-align: center;
		margin: 0;
		font-size: 0.8em;
		line-height: 2.0;
		padding: 0.4em 0 0 0;
	}
	
	#sidebar ul.smaller li {
		display: inline;
		margin: 0 0.4em;
	}
	
	#sidebar a {text-decoration: none;}

	#quote {
		padding: 6px;
		background-color: #DDD;
		border-style: ridge;
		border-width: 5px;
		border-color: #777;
		font-family: cursive, sans-serif;
		font-size: 0.9em;
		width: 50%;
		margin: 10px auto;
	}
	
	#quote div {
		text-align: right;
		margin-top: 0.5em;
		font-size: 0.8em;
	}
	
	#article {
	  position: relative;
	  font-size: 0.9em;
	  line-height: 1.2;
	  padding: 0 0.5em 10px 0.5em;
	}

    h2 {
		font-size: 1.2em;
		font-weight: bold;
		margin: 0;
		padding-top: 0.4em;
	}
	
    div.papers {
		font-size: 0.9em;
		margin-top: 1em;
		line-height: 1.3;
	}
	
}  /* End Narrow Screen (max-width: 659px) */
