body {
	font-family: "Times New Roman",Times,serif;
	color: #777777;
	margin: 36px 0;
	padding: 0;
	text-align: center;
	background-color: #ffffff;
	
}
body.iframe {
   margin: 10px 0;
}

/* Style for lists: titles originals and prints */
div.list .paragraph {
	/*Rows in lists*/
	color: #777777;
	background-color: transparent;
	font-size: 80%;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-bottom: 0.25em;
	margin-left: 0em;
	margin-top: 0;
	margin-right: 1em;
}
/* Style for lists: titles originals and prints */
div.list .spacer {
	margin-bottom: 2em;
}
/* Style for lists: titles originals and prints */
div.list a {
	color: #777777;
	text-decoration: none;
}
/* monicol logo */
img.monicol {
	vertical-align: middle;
	text-decoration: none;
	border: none;
	height: 43px;
	width: 43px;
}


/* main iframecontent */
#content {
   position: relative;
	width: 742px;
	left: 50%; 
   margin-left: -400px; 
   height:620px;
   padding: 0.5em; 
	border-left: 4px solid #ddd8bb; 
   border-right: 4px solid #ddd8bb; }
	
	 
/* bottom footer */

#footer{
	/* footer to clear the content box */
	clear: both;
	padding-top: 1px;
	padding-bottom: 5px;
	text-align: center;
	width: 500px;
	left: 170px;
}


/* footer paragraph */
#footer p{
	/* footer para for the copyright */
	margin: 3px 3px 3px 3px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.75em;
	text-align: center;
}
/* footer wrapper to keep it a certain pixel width */
#footerwrapper{
	/*  keeps the footer 450 center  */
	position: relative;
	text-align: center;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
}
/* top navigation position */
#navigation {
	position: absolute;
	top: 133px;
	left: 43px;
	z-index: 1;
}
/* this keeps the whole page within a certain pixel limit */
#wrapper{
	/* keeps the full page to 800 width */
	position: relative;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding: 147px 0 0 0;
	background-image: url(../images/toplogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* For formatting lists of urls */
div.list a {
   color: #777777;
   text-decoration: none;
}

div.list .spacer {
   margin-bottom:2em;
}

/* Styles for the contact page */
div.contact {
   margin-top:2em;
}
/* Paragraphs more compressed than standard paragraph */
div.contact .bm{
	line-height: 1em;
   margin-bottom:0px;
}
/* Offset the entry fields of the contact form */
div.contact .off {
   position:relative;
   top:-2em;
   left:6.5em;
}

.largeimage {
	background-color: #ddd8bb;
	border: black thin solid;
	padding: 6px;
	margin-bottom: 10px;
}
/* large image iframe titles */
.largepadcenter {
	width: 500px;
   margin-left: auto;
	margin-right: auto; 
	margin-top: 0em;
	text-align: center;
	padding-bottom: 0px;
	padding-top: 0px;
}
/* large image iframe titles */
.iframeparagraph {
	color: #777777;
	text-align: justify;
	background-color: #ffffff;
	background-repeat: repeat;
	font-size: 80%;
	line-height: 1.4em;
	letter-spacing: 1px;
	word-spacing: 2px;
	margin-bottom: 0em;
	margin-left: 3em;
   margin-right:3em;
	margin-top: 0;

}
/* large image iframe titles */
.iframetitle {
	color: #ff0000;
	font-style: italic;
	font-weight: bold;
	font-size: 100%;
	font-family: "Times New Roman",Times,serif;
	letter-spacing: 1px;
	text-align: center;
	word-spacing: 2px;
	margin-top: 0.25em;
	margin-bottom: 0.25em;
}

/* small thumbs on the sidebar centered with padding */
.padcenter{
   text-align: center;
	top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
/*this is for the thumbs used on thumbs.html for the sidebar   */
.thumb {
   background-color: #ffffff;
	border: medium solid #ddd8bb; 
}


#sidecontent {
   background-color: #ffffff;
   top: 0px;
	text-align: center;
	height: 600px;
	width: 150px;
}
#maincontent{
   position: absolute;
   top: 10px;
	left: 180px;
}
