body {
    margin: 0;
    /*background: url(../sitelayout/margin.gif) repeat-y #e6e9ec;*/
}

body, td, textarea, input, button {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
}

.main {
    background: white;
    width: 860px;
    border-right: 2px solid white;
}

.header {
    background: url(../sitelayout/people_background.jpg) no-repeat right white;
}

.menu {
    background: #07953b;
    height: 1.5em;
    margin-bottom: 2px;
}

#text {
    padding-left: 5px;
    padding-bottom: 15px;
    font-weight: bold;
    color: #05973a;
}

h1 {
    font-size: x-large;
    color: #035b23;
    padding-top: 10px;
    border-bottom: 2px solid #035b23;
}

h2 {
    font-size: large;
    color: #035b23;
    margin-bottom: 0;
}

h3 {
    font-size: medium;
    color: #035b23;
    margin-bottom: 0;
}

a {
    color: #07953b;
}

a:hover {
    color: #136505;
}

div.date {
color: gray;
}

table.job {
    width: 100%;
}

table.job th {
    background: #16479e;
    color: white;
    padding: 2px;
}

table.job .job_title {
    text-align: left;
}

table.job .job_location {
    text-align: right;
}

table.job .job_apply {
    text-align: right;
}

table.job .job_apply a {
    background: #f20258;
    padding: 10px;
    color: white;
    text-decoration: none;
}

table.job .job_apply a:hover {
    background: #16479e;
}

table.job .job_property {
    vertical-align: top;
    color: #0f1771;
    text-align: right;
    padding-right: 10px;
    font-weight: bold;
}

.box {
    background: #b9cff9;

}

.box .padding {
    padding-left: 5px;
    padding-right: 5px;
}

.pinkBox {
    background: #bbdeb6;
    padding: 5px;
    margin: 15px;
}

.pinkBox a {
}

.pinkBox img {
    margin-right: 5px;
}

.pinkBox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

tr.over td {
    background: #b9cff9;
}

tr.over a:hover {
    position: relative;
    top: -1px;
}

td.column0, td.column1 {
    vertical-align: top;
}

td.column0 {
    padding-left: 15px;
    padding-right: 15px;
}

td.column1 {
    background-color: #bbdeb6;
}

.column .navList ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.footer {
    color: #136505;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

input {
    width: 180px;
    border: 1px solid #136505;
}

textarea {
    width: 250px;
    height: 150px;
    border: 1px solid #136505;
}

td.prop {
    width: 120px;
}

.message {
    padding-left: 10px;
}

.buttons {
    text-align: right;
    width: 385px;
}

.wideButton {
    width: 100px;
}

div.gallery {
    background: #bbdeb6;
    text-align: center;
    padding: 2px;
    margin-left: 10px;
}

div.gallery span {
    display: block;
    font-weight: normal;
}

a img {
    border: 0px;
}
