body {
	background-color: #3B3F4D;
}

p {
	font-family: verdana, sans-serif;
	font-size: .8em;
}

em {
        font-family: verdana, sans-serif;
        font-size: .8em;
}


a {
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

#container {
	margin-right: auto;
	margin-left:auto;
	margin-top: 50px;
	width: 672px;
	background-color: #fff;
	padding-top: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
}

#header1Left {
	background-color: #993333;
	width: 150px;
	float: left;
	margin-right: 4px;
}

#topnav {
	float: left;
	width: 516px;
}

#topnav ul, #topnav li{
	font-family: verdana, sans-serif;
	font-size: .9em;
	display: inline;
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
}

#topnav a {
	background-color: #CBCAD5;
	margin-left: -2px;
	margin-right: 0;
	text-align: center;
	padding-bottom: 3px;
	padding-top: 1px;
	padding-left: 32px;
	padding-right: 32px;
	display: inline;
        font-weight: normal;
}

#topnav a:link {
	text-decoration: none;
	color: #000;
        font-weight: normal;
}

#topnav a:visited {
	text-decoration: none;
	color: #000;
}

#topnav a:hover {
	text-decoration: none;
	color: #000;
	background-color:#fff;/*B5BFCA;*/ 
}

#topnav a:active {
	text-decoration: none;
	color: #000;
}

#header2 {
	clear: both;
}

#sidenav {
	background-color: #7A869F;
	width: 140px;
	float: left;
	margin-top: 2px;
	margin-right: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 15px;
        height: 75px;
}

#sidenav ul, #sidenav li {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidenav a {
	font-family: verdana, sans-serif;
	font-size: .7em;
	text-decoration: none;
	color: #fff;
        font-weight: normal;
}

#headerimg {
	float: right;
	background-image: url(header.jpg);
	width: 518px;
	margin-top: 2px;
	margin-right: 2px;
	height: 100px;
}

#headerimg h1 {
	font-weight: bold;
	font-family: arial, sans-serif;
	font-size: 3em;
	text-align: right;
	margin-top: 40px;
	margin-right: 7px;
	color: #fff;
}

#main {
	padding-top: 90px;
}

#searchbox {
	float: right;
        margin-top: 15px;
        margin-right: 15px;
}

h2 {
	font-size: 1.3em;
	color: #993333;
	font-weight: bold;
	margin-top: auto;
	font-family: verdana, sans-serif;
	text-align: center;
	margin:  60px 0 45px 0;
}

h4 {
        color: #993333;
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-size: .9em;
}

h5 {
        color: #000;
        font-family: verdana, sans-serif;
        font-weight: bold;
        font-size: .9em;   
}

.entry {
	padding: 20px 20px 20px 20px;
}

.entry p {
	font-family: verdana, sans-serif;
}

p.date {
	font-size: .7em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 3px;
}

h3 {
	font-size: 1.1em;
	color: #993333;
	font-weight: bold;
	margin-top: 0;
	font-family: verdana, sans-serif;
}

entrybody p {
	font-size: .8em;
}

p.entryfooter {
	font-size: .7em;
	margin-top: 20px;
	text-align: right;
}

.entry a {
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}

.entry a:hover {
	text-decoration: underline;
}

.center {
	text-align: center;
}

blockquote {
	font-family: verdana, sans-serif;
	font-size: 10pt;
	margin-top: 25px;
	margin-bottom: 25px;
	padding: 20px;
	background-color: #eee;
	border: 1px black solid;
        line-height: 12pt;
}

blockquote.info {
        font-size: .7em;
}

blockquote.info a {
	text-decoration: underline;
	color: #000;
        font-weight: normal;
}

.entrybody ul, .entrybody li {
        font-family: verdana, sans-serif;
        font-size: .9em;
}

#commentblock {
	padding: 10px 20px 1px 20px;
	margin-top: 15px;
        clear: both;
}

.comment {
      	border-top: 1px #bbb dashed;
        padding: 0 0 0 10px;
}

.comment p {
	font-size: .7em;
}

p.commentheader {
	font-size: .8em;
}

.commentheader a {
	text-decoration: none;
	color: #993333;
	font-weight: bold;
}

.commentheader a:hover {
	text-decoration: underline;
}

.linklist li {
        font-size: .8em;
        list-style: none;
        margin-bottom: 5px;
}

.linkslist ul {
        margin-bottom: 50px;
}

.books li {
        line-height: 1.4em;
        list-style-type: disc;
        margin-bottom: 5px;
}

#footer {
	margin-left: 0px;
	margin-right: 2px;
	background-color: #993333;
	margin-bottom: 0px;
	font-family: verdana, sans-serif;
	font-size: .8em;
	text-align: center;
	padding: 1px;
        clear: both;

}

#stats {
        text-align: right;
        clear: both;
}

#footer p {
	color: #ddd;
}

#footer a {
	text-decoration: none;
	color: #fff;
        font-weight: normal;
}

#footer a:hover {
	text-decoration: underline;
}

.alignright {
	float: right;
        margin-right: 100px !important;
        margin-right: 50px;
	}
	
.alignleft {
	float: left;
        margin-left: 100px !important;
        margin-left: 50px;	
}

.alignright-nomargin {
	float: right;
	}
	
.alignleft-nomargin {
	float: left;
        margin-left: 25px;
}
