body {
    background-color: #E0E6d3;
}

a:link {
	color: #68295b;
	font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a:visited {
	color: #68295b;
	font-size: 16px;
    font-weight: bold;
    text-decoration: none;
}

a:active {
    text-decoration: none
}

a:hover {
	color: #2512d9;
}

.title {
    font-size: 1.5em;
    font-weight: bold;
    text-align: left;
    color: #245;
}

.subTitle {
    font-size: 1.0em;
    font-weight: bold;
    text-align: left;
    color: #245;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#list {
    height: 250px;
    width: 350px;
    overflow: auto;
}

#browseTaxonomyTitle {
    float: left;
    width: 450px;
}

#searchTaxonomy {
    margin-left: 460px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-right: 35px;
    /*background-color: #fdfff8;*/
}
