/* 
CSS
*/
 
body { font: 100% verdana; color: #333; background: #ececec; margin: auto; text-align: center; line-height: 1.4em; letter-spacing: 0.01em;}
html { }

#navcontainer { margin: 5px 0 30px 0; padding: 0; width: 800px;}

.field { border: 0; width:180px; height:15px; border: 1px solid #EDCEDD;}
.textarea { border: 0; width:180px; height:100px; border: 1px solid #EDCEDD;}
.submit { width: 100px; height: 25px; border: 1px solid #EDCEDD; background: #F7E5ED; font-size: 110%; color: #97294E;}

#wrapper1 { width: 760px; border: 1px solid #ccc; background: #fff url(images/MicrofilmReaders-faded.jpg); margin: 5px auto; text-align: left;}
#wrapper { width: 760px; border: 1px solid #ccc; background: #fff; margin: 5px auto; text-align: left;}
#header { width: 760px; height: 210px; margin: 0; background: #fff; background:  url(images/header.jpg)} 

#main{ width:700px; padding: 10px; font-size: 70%;}
#main2{ width:500px; padding: 10px; font-size: 70%;}

#rightcontent { float: right; border: 1px none #999; width: 180px; margin: 40px; }
#rightcontent2 { float: right; border: 1px solid #ccc; background: #ffffcc; width: 280px; margin: 10px; }

#footer { padding: 10px; font-size: 60%; color: #ccc; width: 760px; margin: 0 0 0 0; text-align: left;}
#footer a:link{ color: #ccc;  }

h1 { font-size: 160%; color: #333; font-weight: bold; margin: 10px 0 10px 0;}
h2 { font-size: 100%; color: #333; font-weight: bold; }
a:link { color: #97294E; text-decoration: none;}
a:active { color: #97294E; text-decoration: none;}
a:hover { color: #333; text-decoration: underline;}
a:visited { color: #97294E; text-decoration: none;}

.clearer {
clear:both;
height:0px;
overflow:hidden;
margin-top:-1px; 
}

.clearer1 {
	font-size:1px;
	color: #FFFFFF;
}


#navlist li
{
display: inline;
list-style-type: none;
margin: 0;
text-align: left;
padding-right: 0px;
padding-left: 0px;
}

#navlist a:link { font-size: 11px; color: #136C4B; font-weight:bold; text-decoration: none;}
#navlist a:active { font-size: 11px; color: #136C4B; font-weight:bold; text-decoration: none;}
#navlist a:visited { font-size: 11px; color: #136C4B; font-weight:bold; text-decoration: none;}
#navlist a:hover { font-size: 11px; color: #333; font-weight:bold; text-decoration: underline;}

