body {
	background-color: #CDCFB8;
    margin: 0px 0px;
    padding: 0px;
    text-align: center;
}

div#container {
    width: 80%;
	margin: 0px auto;
    text-align: left;
    padding: 0px;
    /*border: 1px solid #000;*/
    background-color: #CDCFB8;
}
div#banner-decoration {
position: fixed;
top:0px;
height: 56px;
background-image:url(PIX/tile.gif);
background-position:bottom;
background-repeat:repeat-x;
background-color: #CDCFB8;
/*border-left: solid #000 1px;
border-right: solid #000 1px;*/
width: 80%;
z-index:4;
}
div#banner-title {
position: fixed;
top:56px;
width: 80%;
/*border-left: solid #000 1px;
border-right: solid #000 1px;
/*height: 32px;*/
background-color: #CDCFB8;
z-index:4;
padding:15px 0px 10px 0px;
font-size:xx-large;
font-weight:bold;
text-align: center;
}

div#doubletile-heading {
border-bottom-style: solid;
border-bottom-width:thin;
border-bottom-color: #CC0000;
border-spacing: 1px;
display: inline;
}

div#singletile-heading {
border-bottom-style: solid;
border-bottom-width:thin;
border-bottom-color: #000;
border-spacing: 1px;
display: inline;
}

div#navbar {
	position: fixed;
	top: 115px;
	height: 25px;
	font-size: .85em;
	font-weight: bold;
	letter-spacing: 1px;
	padding:10px 0px 5px 0px;
	background-color: #CDCFB8;
	font-weight: bold;
	width: 80%;
	/*border-left: solid #000 1px;
	border-right: solid #000 1px;*/
	text-align: center;
/*border-top: solid #000 1px;
border-bottom: solid #000 1px;*/
	/*float:left;*/
	/*display:inline;*/
	/*left: 30px;*/
	z-index:4;
}
div#navbar ul li a:link, #navbar ul li a:visited {color: #CC0000;
/*background-color: #FFF;*/
text-decoration: none;
padding: 2px 3px 3px 3px;
border-left: solid #CDCFB8 1px;
border-right: solid #CDCFB8 1px;
border-top: solid #CDCFB8 1px;
border-bottom: solid #CDCFB8 1px;
display: inline;
}

div#navbar ul li a:hover {
background-color: #CDCFB8;
text-decoration: none;
border-left: solid #CDCFB8 1px;
border-right: solid #CDCFB8 1px;
border-top: solid #CDCFB8 1px;
border-bottom: solid #CDCFB8 1px;
}

div#navbar a.current {
	color: #CC0000;
	background-color: #CDCFB8;
	font-family: "Times New Roman", Times, serif;
}

div#navbar ul li {margin: 0px; padding: 5px; list-style-type: none; display: inline;}

div#navbar ul {margin: 1px; padding: 0px;
}
div#maincontent {
	position: absolute;
	top: 197px;
	width: 80%;
	background-color: #CDCFB8;
	left: 98px;
	/*padding: 15px 10px 15px 10px;*/
/*border: 1px solid #000;*/
}

div#footer {
position: fixed;
bottom: 0px;
width: 80%;
height: 30px;
padding-bottom: 2px;
padding-top: 2px;
padding-right: 0px;
text-align: center;
font-size: small;
border-bottom: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
background-color: #CCC;
}

p {
font-family: "Times New Roman", Times, serif;
color: #000000;
font-size: 1em; 
}
.bannertextstyle {
font-family: "Times New Roman", Times, serif ;
font-size: 1.0em;
font-stretch: condensed; 
}

h1 {
font-family: "Times New Roman", Times, serif;
font-size: 1.3em;
color: #CC0000;
background-color: #CDCFB8;
/*text-decoration:underline;*/
padding-left: 5px;
padding-top: 0px;
display: inline;

}

h2 {
font-family:"Times New Roman", Times, serif;
font-size: 0.9em;
color: #000;
padding-left: 5px;

display: inline;
}

.movie {
z-index: 6; 
}

h5 {
font-family: "Times New Roman", Times, serif;
font-size:.8em;
vertical-align:top;
}
li {
font-family: "Times New Roman", Times, serif;
font-size: 1em;
color:#000;
line-height: 1em;
padding: 5px;

}

image.imageright {
  float: right;
  margin: 0.5em;
  /*padding: 0.5em;*/
  position: relative;
  /*border: 4px double black; */
}
div.captionleft p {
  text-align: center;
  font-style: italic ;
  font-size: x-small;
  text-indent: 0;
} 
div.figure1 {
  float: right;
  margin: 0.4em;
  /*padding: 0.4em;*/
  position: relative;
  /*border: 4px double black;  */

}
div.captionright p {
  text-align: center;
  font-style: italic;
  font-size: x-small;
  text-indent: 0;
}
p.quote {
width : 100%; 
border : thin black solid; 
background-color : #cccccc;
font-style: italic;
padding: 5px 5px 5px 5px;
 
}

.tileunderline {
border-bottom: 1.5px;
padding-right: 6px;
padding-bottom: 3px;
border-bottom-style:solid;
display: inline;
}

img.floatLeft { 
    float: left; 
    margin: 0px 8px 0px 0px;
	}
	
	img.floatLeft p {
   text-align: center;
   }

img.floatRight { 
    float: right; 
    margin: 0px px 0px 3px; 
}

img.floatRight p {
   text-align: center;
   }
