a {
text-decoration: none;
color: #1c4bd8;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: #275e32;
}

html {
background-color: #ddd;
color: #003;
}

body {
margin: 0;
margin-left: 1%;
/* leave room for the floating nav bar */
margin-right: 12%;
}

h1,h2,h3,h4,h5,h6 {
font-family: sans-serif;
margin-left: 0.5em;
margin-right: 0.5em;
}

h1 { 
background-color: #275e32;
text-align: center;
color: #eee;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
}

h2 { 
background-color: #eee;
text-align: center;
color: #000;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-right-radius: 2em;
border-bottom-left-radius: 2em;
}

h3 { 
text-align: center;
color: #000;
}

.geourlbutton {
	font: bold 11px sans-serif;
	text-decoration: none;
	color: #fff !important;
	background-color: #275e32;
	border: 1px outset #0071bc;
	padding:0px 3px 0px 3px;
	margin:0px;
}

.geourlbutton a {
text-decoration: none;
color: #fff;
}

.geourlbutton a:visited {
color: #ff0;
}

.geourlbutton a:active {
color: #fff;
}

.section {
background-color: #eee; 
padding: 10px;
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
border-top-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top: 1px solid #275e32;
border-bottom: 1px solid #275e32;
border-left: 1px solid #275e32;
border-right: 1px solid #275e32;
}

.section-center {
text-align: center;
background-color: #eee; 
padding: 10px;
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
border-top-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top: 1px solid #275e32;
border-bottom: 1px solid #275e32;
border-left: 1px solid #275e32;
border-right: 1px solid #275e32;
}

.section-entry {
background-color: #eee; 
padding: 10px;
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-bottom: 1px solid #275e32;
border-left: 1px solid #275e32;
border-right: 1px solid #275e32;
}

.section-entry-center {
text-align: center;
background-color: #eee; 
padding: 10px;
background-repeat: no-repeat;
background-position: bottom right;
margin-top: 0;
margin-bottom: 1em;
margin-left: 1em;
margin-right: 1em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-bottom: 1px solid #275e32;
border-left: 1px solid #275e32;
border-right: 1px solid #275e32;
}

.section-title {
background-color: #357c43;
background-repeat: no-repeat;
border-bottom: 1px dashed #eee;
text-align: center;
color: #eee;
font-size: 150%;
margin-top: 1em;
margin-bottom: 0;
margin-left: 0.65em;
margin-right: 0.65em;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
}

.section p {
text-align: justify;
width: 100%;
}

.section p .center {
text-align: center;
width: 100%;
}


img.floatleft { 
float: left; 
margin: 4px; 
}

img.floatright { 
float: right; 
margin: 4px; 
}

/* navigation */

/* .nav-text, .nav-photos, .nav-graphics { text-decoration: line-through !important } */
.nav {
border: 1px solid #004;
background-color: #eee;
text-align: center;
font-family: sans-serif;
font-size: 125%; 
position: absolute;
right: 0;
top: 1em;
width: 10em;
padding: 2px;
margin: 1ex;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
}

/* only mozilla understands this selector */
.nav[id='navvy'] {
position: fixed;
}

.nav ul {
padding: 0;
width: 100%;
margin: 0;
}

.nav li {
display: block;
list-style: none;
background-color: #eee;
border-top: 1px dashed #004;
border-bottom: none;
width: 100%;
}

.nav ul li:first-child {
border-top: none;
border-top-right-radius: 2em;
border-top-left-radius: 2em;
}

.nav ul li:last-child {
border-bottom-right-radius: 2em;
border-bottom-left-radius: 2em;
}

.nav li a { 
display: block; 
padding: 0.5em;
}

.nav li:hover {
background-color: #eff;
}
