/* Document-wide */


body {
	margin: 0px 0px 0px 0px;
	background-color: #FFFFFF; /*  #000066; */
        color: #000066; 
        font-family: Arial, Geneva, "Lucida Grande" , Verdana, "MS Sans Serif" , sans-serif;
	}

body.beige {
	background-color: #FFFFCC; /*  #000066; */
}

hr {
     width: 50%;
}

h1, h2, h3, h4 {
        font-family: "Schneidler BT",StempelSchneidler,
                      Schneidler,Schnittger, Georgia, serif;
}

a:link {color: #006600}
a:visited {color: #006666}
a:hover {color: #990000}
a:active {color: #990000}
h1 a:hover {color:#000066}
/* For some reason if I don't do this, "a name=" lights up */

/* Top banner */

#banner {
        margin: 5px;
        height: 132px;
	/* background-color: #FFFFFF; */
	/* text-align: center; */
        border: 2px #000066 solid;
        font-family: "Schneidler BT",StempelSchneidler,
                      Schneidler,Schnittger, Georgia, serif;
        overflow: hidden;
	}

a.blogtitle {
        text-decoration: none;
        font-size: 32px;
        font-weight: bold;
}

a.blogtitle:link {color: #000066}
a.blogtitle:visited {color: #000066}
a.blogtitle:active {color: #CC0000}
a.blogtitle:hover {
        text-decoration: underline;
        color: #000066;
        }

p.description {
        font-size: 26px;
        }

        

#bannertext  {
       position: relative;
       left: 30px;
       }

/* Left sidebar */

#left {	
    position: absolute;
	left: 0px;
	top: 144px;
	width: 150px;
	/* background-color: #FFFFFF; */
	overflow: hidden;
        font-size: x-small;
	}

.sidebar h2 {
	color: #000066;
	font-size: x-small;
	border-bottom: 1px solid #000066;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	padding: 3pt;
        margin-top: 12pt;
	letter-spacing: .3em;
	}


.sidebar ul {
	padding-left: 1em;
	margin: 0px;
	margin-bottom: 10px;
	}

.sidebar li {
	font-size: x-small;
	line-height: 125%;	
	margin-top: 5px;
	list-style-type: none ;
	}


.sidebar img {
	border: 0px solid #666666;
	}

.sidebar {
	padding: 15px;
	}

/* Main section */

#center {
	margin-left: 150px;
	/* border-left: 2px solid #000033; */
	}
/* top right bottom left */

.content {
	padding: 1em 1em 1em 3em;
	/* background-color: #FFFFFF; */
	color: #000066;
	}

.content p , li {
         line-height: 125%;
         }

ul.bigger li {
         margin-bottom: 10px;
}

.content p.date {
	color: #999999;
	font-size: small;
	border-top: 1px solid #999999;
	text-align: right;
	font-style: italic;
	margin-bottom: 10px;
	padding: 3px;
	}

.content h1, h2, h3 {
        text-align: left;
        }

.content h1 {
        font-size: x-large;
        font-weight: bold;
        }

.content h2 {
        font-size: large;
        font-weight: bold;
        }

.content h3 {
	font-size: large;	
        font-weight: normal;
	}

.content h3.divider {
        padding-top: 1em;
        border-top: 1px solid #000066;
}

.content h4 {
	font-size: normal;
        font-weight: bold;
}

.content p.posted {
	color: #000066;
	font-size: x-small;
	text-align: left;
	margin-top: 2em;
	margin-bottom: 3em;
	line-height: 150%;	
	}

.content img {
    padding: 0px 2px 0px 2px;
    border: 0px;
}

.moreentries  {
    border-top: 1px solid #999999;
    padding-top: 1em;
    font-size: small;
    }

