h1,h2,h3,h4,h5,h6,ul,li,p,body {margin:0px; padding:0px; font-weight:normal;}

html, body {           /* this plus min-height 100% on wrapper should make page stretch to bottom of screen*/
    height: 100%;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #316370; 
	min-width: 750px;
	margin: 0px;
	}

p {
	line-height: 140%;
	margin-bottom: 15px;
	} 

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	line-height: 1.3em;
	}


strong {
	font-weight: bold;
	color: #464646;
	}
	
a:link {color: #008080; text-decoration: none; font-weight: bold}
a:visited {color: #008080;text-decoration: none; font-weight: bold}
a:hover {color: #008080; text-decoration: underline; font-weight: bold;}

#navbar a {padding: 2px;}
#navbar a:link {color: #008080; text-decoration: none; font-weight: bold}    /* an a:link within the id of navbar*/
#navbar a:visited {color: #008080;text-decoration: none; font-weight: bold}
#navbar a:hover {color: #008080; text-decoration: none; font-weight: bold; background: #ececec;}

a#currpage:link {color: black; text-decoration: none; }      /*the  a with an id of currpage (only one on the page)  syntax for pseudoclass*/
a#currpage:visited {color: black; text-decoration: none; }
a#currpage:hover {color: black; text-decoration: none; background: #ffffff;}

#wrapper {
	position:relative;
	min-height: 100%;
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/*background:  url(../images/parchment.jpg) repeat;
	background: #f7f6f5;
	background: #f6f6f9;
	background: #fefefe;*/
	background: #ffffff;
}

#header {
	text-align:center;
	padding:10px;
}
.right {float: right;}
.left {float: left;}

.center {text-align: center;}	

#navbar {
	/*background-color: #eaf3da;*/
	font-size: 13px;
	color: #008080;
	text-align: center;
	}

#navbar ul {
	text-align: center;
	list-style: none;
	}

#navbar li {
	list-style: none;
	display: inline;
	font-weight: 600;
	font-family: Georgia, "Times New Roman", serif;
	}	

.blurbheading {
	margin-bottom: 13px;
	font-weight: normal;
	} 	
	
.blurb p {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: italic;
	line-height: 150%;
	color: #008080;
	margin-top: 10px;
	padding-left: 10px;
	}

.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	}
		
#footer {
	clear:both;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 13px;
	font-style: normal;
	color: #008080;
	text-align: center;
	bottom: 10px;
	}

/* COMMENTS PAGE STYLES */

#comments {
	margin-left: 90px;
	margin-right: 90px;
	}

#comments p{
	font-family: Ariel, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: 150%;
	color: #464646;
	word-spacing: 1px;
	clear: both;
	}

#comments em{
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 11px;
	display:block;
	text-indent: 15px;
	}

.sig {
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
	font-size: 11px;
	/*margin-left: 2em;*/
	}

#comments img {
	border: solid 3px #999999;
} 

.leftimage {
	float: left;
	margin: .25em 15px 15px 0px;  /*add  em to top margin to accommodate 150% line height on text */
	}
	
.rightimage {
	float: right;
	margin: .25em 0px 15px 15px;
	}

.nospace {
	margin-top: 0;
	padding-top: 0;
	}


/* SLIDESHOW STYLES */	

.slidelink {
	text-align: center;
	margin: 20px;
	}

#slideshowbody {
	background-color: #707070;
	/*background-color: #808080;*/
	}


#slidecontrols {
	/* box to position all slide controls */
	position: relative;
	left: 50%;
	width: 620px;
	padding: 0px;
	margin-top: 12px;
	margin-left: -310px;
	margin-bottom: 10px;
	height:25px;
}

#slidetext {
	/* absolutely positioned within the slide controls box */
	position: absolute;
	left: 50%;
	margin-left:-230px;
	padding: 4px 0; /* pads top and bottom */
	width: 460px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: center;
	background-color: #ececec;
	}

.slidebutton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: #c0c0c0;
	padding: 1px 2px;
	}

#next {float:right;}    
#prev {float:left;}

#return {
   position: absolute;
	left: -75px;
	top: 0px;
	background-color:#7F7F7F;
	border-right-color:#333333;
	border-bottom-color:#333333; 
	}
      	
#slidecontent {
	padding:0px; 
	}
	
#slidecontent p {
	text-align: center;   /* this is what is centering the slide images in the window */
	}

#slideimage {
	border: solid 5px #959595;
	}	


