html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#FFFAFA;
	font-size : 62.5%;
	/* makes the default font 10 pt for most browsers;
	thus every multiple in other selectors is x10 */
	/* \*/
	overflow: hidden;
	/* */
}

body {
	padding:0;
	margin:0;
	border:0;
}

A:link{
	color : Maroon;
	text-decoration : none;
}

A:visited{
	color : Maroon;
	text-decoration : none;
}

A:active{
	color : Maroon;
	text-decoration : none;
}

A:hover{
	color : #FF6347;
	text-decoration : none;
}


/* =================== all HEADER related selectors ====================*/
#header {
	display:block;
	position:fixed;
	margin:0;
	top:0;
	width:100%;
	height:95px;
	z-index:5;
	background-color : #DAE0D2;
	font-family : Calibri, Arial, Helvetica, sans-serif;
	line-height : normal;
	font-weight : bold;
}

#banner{
	background:#fff;
	font-size : 500%;
	text-indent : 1%;
	background : #DAE0D2;
}

#tagline{
	padding-left: 10px;
	font-size: 50%;  /* of banner font-size */
	font-style: italic;
}

#fishRlogo{
	display: block;
	position: absolute;
	text-align : left;
	top:25px;
	left: 40px;
}

#Rlogo{
	display: block;
	position: absolute;
	text-align : right;
	top:25px;
	right: 40px;
}

#nav {
	float:left;
	width:100%;
	background:#DAE0D2 url("bg.gif") repeat-x bottom;
	font-size:180%;
	line-height:normal;
}
  
#nav ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
  
#nav li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
  
#nav a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#765;
  }
  
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#333;
  }
  
#nav #current {
  background-image:url("left_on.gif");
  }
  
#nav #current a {
  background-image:url("right_on.gif");
  color:#333;
  padding-bottom:5px;
  }


  
/* =================== all CONTENT related selectors ====================*/
#content {
	position: absolute;
	overflow: auto;
	z-index:3;
	top: 110px;
	bottom: 30px;
	right: 0;
	left: 2.5%;
	padding-right : 10%;
	margin-bottom : 3px;
	font-size: 220%;
	font-family: "Times New Roman", Times, serif;
}

#content p:first-letter{
	font-size: 120%;
	font-weight: bold;
}

#content a.external{
	background-image : url(globe.png);
	background-position : right top;
	background-repeat : no-repeat;
	padding-right : 18px;
}

#content a.external:visited{
	background-image : url(check.png);
	background-position : right top;
	background-repeat : no-repeat;
	padding-right : 18px;
}

#content ul{
	list-style-image : url(StarBullet.png);
	list-style-position : outside;
}

#content li{
	width : 75%;
	margin-bottom : 5px;  /* puts a little space between items */
}

table {
	margin-top : 0.5em;
	margin-bottom : 0.5em;
}

tr.title td {
	font-size: 120%;
	font-weight: bold;
	color: Yellow;
	background-color: #B2B2B2;
	padding-top : 0.25em;
	padding-bottom : 0.25em;
}

tr th{
	padding-bottom : 0.25em;	
}

span.booktitle{
	font-weight : bold;
	font-size : 120%;
}
 
#jrnllist{
	font-size: 100%;
}

#jrnllist ul{
	list-style-position : outside;
	list-style-image : url(2ArrowsBullet.png);
}

#jrnllist li{
	width: 75%;   
	margin-bottom : 15px;  /* puts a little space between items */
}

#jrnllist p{
	width: 75%;
	margin-top : 1.5em;
	background-color : Silver;
	text-align : center;
	font-weight: bold;
}

#content p:first-letter{
	font-size: 100%;
	font-weight: normal;
}

#filelist ul{
	list-style-position : outside;
	list-style-image : url(SimpleArrow.png);	
}

#filelist li{
	margin-bottom : 5px;  /* puts a little space between items */
}

#cclicense{
	background-color : #FFFF99;
	color : #FF3300;
	display : block;
    font-size: 90%;
	font-weight : bold;
	line-height : 125%;
	border-color : Teal;
	border-style : ridge ridge ridge ridge;
	border-width : medium medium medium medium;
	width : 70%;
	padding-top : 5px;
	padding-right : 5px;
	padding-left : 5px;
	padding-bottom : 5px;
	margin-top : 2em;
	margin-bottom : 2em;
}

.noteright{
	position : fixed;  	/* forces note to stay put */
	float : right;
	width: 200px;
	margin: 20px 75%;
	padding: 20px;
	border : 5px ridge Black;
	background-color : #FFF4AA;
}

#sidebarlist{
	position : fixed;
	/* forces sidebar to stay put */
	float: right;
	width: 20%;
	margin: 20px;
	padding: 20px;
	border : 5px ridge Black;
	background-color : #FFF4AA;
	left : 70%;
	font-size : 75%;
}

#sidebarlist h3{
	margin : -10px 0px 5px 0px;
	padding : 0px;
	text-align : center;
}

#sidebarlist ul{
	margin-top : 0px;
	padding-top : 0px;
	list-style-image : url(RotatedSquare.png);
	list-style-position : outside;
}

#sidebarlist li{
	width : 100%;
	margin-bottom : 2px; 	/* puts a little space between items */
	margin-left : -10px;
}

/* =================== all FOOTER related selectors ====================*/
#footer {
	display: block;
	position:fixed;
	margin:0;
	bottom:-1px;
	width:100%;
	height:31px;
	z-index:4;
	background: #DAE0D2;
	border-top:1px solid black;
	padding-left : 10px;
	font-size : 140%;
	line-height : 125%;
	font-weight : bold;
}

#comments{
	display: block;
	position: absolute;
	top: 5px;
	left: 10px;
}

#comments a{
	background-image : url(email.png);
	background-repeat : no-repeat;
	background-position : left;
	padding-left : 20px;
}

#lastmod{
	display: block;
	position: absolute;
	text-align : right;
	top:5px;
	right: 40px;
}

#ftrtag{
	display: block;
	position: absolute;
	text-align : center;
	top:5px;
	left : 45%;
}
