/*
  Stylesheet file for Roger Ritters web pages.
  Copyright 2003 Roger Ritter
*/

a:link {
        color: blue;
        background: lightskyblue;
}

a:visited {
        color: yellow;
        background: lightskyblue;
}

a:active {
        color: gray;
        background: lightskyblue;
}

div.header {
	width: auto;
	height: 25px;
	margin: 0, 0, 0, 0;
	background: steelblue;
	color: white;
}

div.sidebar {
	float: left;
	height: 600px;
	width: 120px;
	margin-right: 5px;
	background: steelblue;
	color: white;
}

div.navList {
	margin: 10px;
	width: 100px;
        background: steelblue;
        color: white;
}

.navItem {
        padding: 2px;
        margin: 1px;
        border: solid;
}

.navItem a:link {
        background: steelblue;
        color: lightskyblue;
}

.navItem a:visited {
        background: steelblue;
        color: yellow;
}

.navItem a:active {
        background: steelblue;
        color: gray;
}

div.buttons {
	margin: 10px;
        color: white;
}

div.main {
	background: lightskyblue;
	color: black;
}

body{
        color:       black;
        background:   lightskyblue;
        font-size:      1em;
        font-weight:    normal;
        word-spacing:   normal;
        letter-spacing: normal;
        text-transform: none;
        font-family: sans-serif;
}

p:first-letter{
        font-size:  150%;
        font-family: Times, Times, serif;
        color:     steelblue;
        background: lightskyblue;
}

p{
        text-indent:  2em;
}

/* Format our logo/home link */
.logo {
        margin: 2%;
}

/* identify our contact information */
.contact {
        font-size: 90%;
        font-family:  sans-serif;
        margin: .5em;
        padding: 1ex;
        width:  12em;
        border: double;
}

h1, h2, h3, h4, h5, h6{
        font-family: Times, Times, serif;
}