
body {
        background-color: #FFFFF0;
        font-family: Arial, Verdana, Times New Roman, Helvetica, sans-serif;
        font-size: 100%;
        color: #996633;
}

.textblocks {
        font-family: Georgia, Times New Roman, Helvetica, sans-serif;
        font-size: 100%;
        width: 800px;
}

.ID {
        font-size: 80%;
}
.title {
        font-size: 100%;
}
.subtitle {
        font-size: 90%;
}
.about {
        font-size: 80%;
}
.credits {
        font-size: 90%;
}
.notes {
        font-family: Georgia, Times New Roman, Helvetica, sans-serif;
        font-size: 100%;
}
.collection {
        font-size: 90%;
}

a:link {
	color: #CC0000;
	text-decoration:none;
}
a:visited {
	color: #CC3333;
	text-decoration:none;
}
a:hover {
	color: #FF0000;
	text-decoration:none;
}
a:active {
	color: #FF9933;
	text-decoration:none;
}

div.banner {
        position: relative;
	left:   190px;
	top:    40px;
}
div.subbanner {
        position: relative;
	left:   0px;
	top:    6px;
}

#logoIV {
	position:  absolute;
        left:          20px;
        top:           25px;
        height:        75px;
        width:        140px;
        border:           0;
}
#logo {
	position:  absolute;
        left:         550px;
        top:           0px;
        border:           0;
        height:        19px;
        width:         120px;
}

div.searchform {
	position:  relative;
        left:         140px;
}
#search_exs {
	position:  relative;
        left:         120px;
        top:          5px;
        font-size:    70%;
}

div.main {
        position: relative;
	left:   50px;
	top:    50px;
        font-size:     90%;
}
div.main2 {
        position: absolute;
	left:   500px;
	top:    500px;
}

div.footer {
        position: relative;
	left:   50px;
	top:    50px;
	font-size: 80%;
}

h1 { 
        font-size: 120%;
}
h2 { 
        font-size: 100%;
}
h3 { 
        font-size: 110%;
}
h4 { 
        font-size: 80%;
}

.searchcaptions { 
        font-size: 80%;
}

.foundresults { 
        font-size: 80%;
}

.font60 { 
        font-size: 60%;
}
.font80 { 
        font-size: 80%;
}

.redfont {
        position: relative;
        top: 150px; 
        left: 50px; 
        font-color: red;
}

input {
        background-color: #FFFFFF;
        color: #996633;
}
textarea {
        background-color: #FFFFFF;
        color: #996633;
}
select {
        background-color: #FFFFFF;
        color: #996633;
}
