body, p, div, h1, h2, h3, h4 {
    padding: 0px;
    margin: 0px;
    font-family: Tahoma, Helvetica, Arial, sans-serif; 
}

.bdContrast {
    border-color:#6565AF;
    border-style: solid;
}

.bdColor {
    border-color:#FFD67F;
    border-style: solid;
}

.bgColor {
    background-color:#b0b0e0;
    color:#b1b1ff;
}

.bgWhite {
    background-color:#FFEABF;
    color:#b1b1ff;
}

.bgContrast {
    background-color:#000382;
}

.fgColor, div#content h2, div#content h3, div#content h4 {
    color:#FFAE00;
}

.fgContrast {
    color:#6565AF;
}
div.breadcrumb li a, div.breadcrumb li a:visited {
    color:#6565AF;
    font-weight: bolder;
}

div.menu a, div.menu a:visited {
    color:#6565AF;
    font-weight: bolder;
}
div.menu a:hover {
    color:#FFEABF;
    background-color:#6565AF;
    font-weight: bolder;
}

body {
    background-image: url(background1.gif);
    background-repeat: repeat-y;
    background-position: 40% 0;
    padding: 0px;
}

div#header div.sidebar {
    float: left;
    width: 39.5%;
    text-align: right;
}

#siteName {
    margin: 0px 0px 0px 40%;
    padding: 0em 0.5em;
}

#siteName h1 {
    font-family: "Tahoma", Arial, San-serif;
    padding-top: 0.3em;
    font-size: 330%;
    font-weight: bolder;	
}
#siteName h1 a {
    text-decoration: none;
}

div#content {
    margin: 0px 5% 5em 5%;
    border-width: 2px;
    -moz-border-radius-bottomleft: 3em;
    -moz-border-radius-topright: 3em;
}

div#innerContent {
    border-width: 2px;
    padding: 0.4em 1em 1em 1em;
    -moz-border-radius-bottomleft: 3em;
    -moz-border-radius-topright: 3em;
}

#search {
    margin-left: 20%;
    margin-top: 4.8em;
    float: left;
    padding: 0.75em;
    text-align:left;
    font-size: 80%;
    -moz-border-radius-bottomleft: 3em;
    -moz-border-radius-topright: 3em;
}

#search form {
    text-align:right;
}

p.updated {
    clear: both; 
    text-align:right;
    font-size: 70%;
}

#properties {
    float: right;
}

#content p, #content h3 {
    margin-top : 1em;
}

pre {
    background-color: white;
    color: black;
    border: 1px dotted black;
    padding: 0.5em;
    font-size: 90%;
}
div.breadcrumb {
    font-size: 70%;
    margin-bottom: 0.5em;
}
div.breadcrumb ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}
div.breadcrumb li {
    padding-left: 2px;
    border: none;
    margin: 0px; 
    list-style: none;
    display: inline;    
}
div.menu {
    font-size: 90%;
    margin-bottom: 0.5em;
}
div.menu ul {
    display: inline;
    margin: 0px;
    padding: 0px;
}
div.menu li {
    padding-left: 2px;
    border: none;
    margin: 0px; 
    list-style: none;
    display: inline;    
}
h2 {
    font-size: 200%;
    padding: 0.25em 0px;
} 
h3 {
    font-size: 150%;
}
h4 {
    font-size: 120%;
}