body {
    margin: 0px;
    padding: 0px;
}

body, table, input {
    font-family: Arial, sans-serif;
    color: #333333;
    font-size: 10pt;
}

a img {
    border: none;
}

#logo {
    margin: 15px 0px 0px 30px;
    width: 400px;
    height: 55px;
    background: #FFFFFF url("/img/logo.gif") top left no-repeat;
    cursor: pointer;
}

#nav {
    position: absolute;
    top: 70px;
    left: 33px;
    font-family: Arial, sans-serif;
    font-size: 8pt;
}

#nav a {
    text-decoration: none;
    color: #333333;
    background: #FFFFFF;
}

#nav a.active {
    font-weight: bold;
}

#nav a:hover {
    font-weight: bold;
}

    .menu {
        clear: both;
        float: left;
        font-weight: bold;
        margin-bottom: 0.2em;
    }

        .menu a {
            font-weight: normal;
        }

        .menu a.active {
            font-weight: bold;
        }

    .pull {
        display: none;
	padding-right: 2em;
	cursor: pointer;
    }

        .pull a {
            font-weight: normal;
        }

    .crumbs {
        width: 800px;
        margin-bottom: 0.2em;
    }

        #crumbs01 {
            /* padding-left: 3.6em; */
            position: absolute;
            left: 60px;
            top: 0px;
        }

        #crumbs02 {
            /* padding-left: 6.8em; */
            position: absolute;
            left: 82px;
            top: 16px;
        }

#content {
    padding: 0px;
    width: auto;
}

#search {
/*    position: absolute;
    top: 20px;
    right: 20px; */
    width: 100%;
    text-align: right;
    display: none;
}

#search form {
    margin: 0px; padding: 1em;
}

#search input {
    border: 1px solid #ccc;
    padding: 0px 5px;
    width: 133px;
}

#search a {
    color: black;
    text-decoration: none;
}

table {
    border-collapse: collapse;
}

table.admin td {
    padding: 0.2em 1em;
    border: 1px solid #EEEEEE;
}

table.admin th {
    padding: 0.2em 1em;
    border: 1px solid #EEEEEE;
}


a.blacklink {
	color: black;
}

.nounderline {
	text-decoration: none;
}
.nounderline:hover {
	text-decoration: none;
}
