h1 {
	text-align: left;
	font-family: "Palatino Linotype", Palatino, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 500%;
	text-transform: lowercase;
	color: #002D56;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -5px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

li {
	margin-bottom: +2px;
}

h2 {
	text-align: left;
	font-family: "Palatino Linotype", Palatino, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 140%;
	border-bottom: 2px solid #BAB298 ;
	border-top: none;
	border-left: none;
	color: #500100;
	padding: 2px 2px 2px 2px;
	font-weight: normal;
	margin-left: 0px;
	margin-top: 20px;
	letter-spacing: +0px;
	text-transform: lowercase;
}

h3 {
	text-align: left;
	font-family: "Palatino Linotype", Palatino, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-transform: lowercase;
}

h4 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 110%;
	color: black;
	font-weight: bold;
	text-transform: lowercase;
}

html {
	background-color: #BAB298;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

body {
	background-image: none;
	margin: 0px 40px 20px 95px;
	border: 2px solid #666;
	border-top: none;
	padding: 20px 20px 10px 80px;
	font-family: Verdana, "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	min-height: 1300px;
	max-width: 900px;
	background-color: white;
	-moz-border-radius: 0px 0px 20px 20px;
}

a:link { color: #002D56; background: transparent; text-decoration: none; 
	font-weight: bold;
}
a:visited { color: #002D56; background: transparent; text-decoration: none;
	font-weight: bold; }
a:active { color: #002D56; background: transparent } 
a:hover { text-decoration: underline; }

h3 a:link { font-weight: normal; }
h3 a:visited { font-weight: normal; }

table { background-color: #333333; }

.noborder { background-color: white; 
}

.small {
	font-size: 80%;
}

th,td { 
     background-color: white;
     text-align: left;
     padding: 4px;
}

.subhead {
	margin-top: -10px;
	font-size: 140%;
	font-family: "Palatino Linotype", Palatino, "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: +5px;
	margin-left: 40px;
	text-transform: lowercase;
	text-align: left;
	color: black;
}


.star {
	color: #002D56;
}

.footer {
	text-align: left;
	border-top: 2px solid #BAB298;
	padding-top: 8px;
	font-size: 80%;
	font-style: normal;
	margin-left: 0px;
}

.navigation  a {
	text-transform: lowercase;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	display: block;
	margin: 0px 0px 0px 0px;
	border: none;
	padding: 0px 2px 0px 2px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

.navigation  a:hover {
	background-color: #BAB298;
	text-decoration: none;
	border-top: 1px solid #666; 
	border-bottom: 1px solid #666; 
}


.navigation {
	border: 2px solid #666;
	text-align: left;
	font-size: 100%;
	position: absolute;
	top: 100px;
	left: 5px;
	background: white;
	padding: 0px;
	padding-bottom: 10px;
	width: 155px;
	-moz-border-radius: 20px 20px 20px 20px;
}

.navigation h2 {
	margin: 2px;
	text-align: right;
}

.navigation h3 {
	margin: 5px;
	font-size: 120%;
}

.navigation q {
	display: block;
	padding: 2px;
	font-style: italic;
	font-size: 80%;
}

.navigation p {
	padding: 2px;
	font-size: 80%;
}

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

.navigation li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid white;
}

div > p { 
	margin-left: +0px;
	margin-right: +0px;
}

h2 + p:first-line { text-transform: none; }

div.entry {
	border-right: none;
	border-bottom: none;
	margin-bottom: 10px;
}

div.entry blockquote {
	padding: 4px;
	background: #eee;
	-moz-border-radius: 20px;
        border: 2px solid #ccc;
}

div.entry > p {
	margin-left: 10px;
}

div.entry img {
	border: 1px solid black;
	margin-left: 10px;
}
