/* Globals */
html, body {
	margin:0;
	padding:0
}
body {
	font: 76% arial, sans-serif;
	text-align:center;
	background-color: #ccc;
}
a {
	color: #981793;
	padding:10px;
}
/* Primary Divs */
div#header {
	height: 4em;
	background-color: white;
}
div#wrapper {
	margin-top: 5px;
}
div#container {
	text-align:left
}
div#content p {
	line-height:1.4
}
div#navigation {
	background:#fff
}
div#extra {
	background:#fff
}
div#footer {
	background: #fff;
	color: #000;
	border-top: 2px solid #fcf;
}
div#footer p {
	margin:0;
	padding:5px 10px
}
div#container {
	width:700px;
	margin:0 auto;
}
div#bgwrap {
	background: #4b4b4b url(images/bg3.jpg);
	width: 800px;
	margin: 0 auto;
}
div#content {
	float:right;
	width:495px
}
div#navigation {
	float:left;
	width:200px
}
div#extra {
	float:left;
	clear:left;
	width:200px;
}
div#footer {
	clear:both;
	width:100%
}
/* TEXT STYLES */
div#content a:link, div#content a:visited {
	padding:0;
	color:#353729;
	text-decoration:none;
	border-bottom: 1px solid #ff8041;
}
div#content a:hover {
	background-color: #ff8041;
	color:#fff;
}
div#content h1 {
	font-size: 2.5em;
	color:#555344;
	margin-top: 0;
	text-transform:uppercase;
	letter-spacing: 1px;
}
div#content h2 {
	font-size: 2em;
	color: #555344;
	line-height: 1.3em;
	letter-spacing: -1px;
}
div#content h3 {
	font-size: 1.5em;
	color: #555344;
}
div#content h4 {
	font-size: 1.25em;
	color: #555344;
}
div#content h5 {
	font-size: 1em;
	font-weight:bold;
}
div#content h1, h2, h3, h4, h5 {
	padding:0 5px 0px;
}
acronym {
	border-bottom: 1px dotted #966;
	cursor:help;
}
form, submit {
	padding:0;
	margin:0;
} /* removes extraneous padding around the form */
code {
	border: 1px dotted #69f;
	background-color: #990;
	color:#fff;
	margin-left: 3ex;
}
blockquote {
	border: 1px solid #69f;
	background-color: #990;
	color:#fff;
	margin: 3ex;
	font-style:italic;
}
/* Horizontal Navigation Menu */
#header ul {
	margin:0;
	text-align: right;
	padding-top: 1.6em;
	padding-bottom:0;
}
#header ul li {
	list-style-type:none;
	display:inline;
}
#header ul li a:link, #header ul li a:visited {
	display:inline;
	padding-top: 3em;
	text-decoration:none;
	color:gray;
}
#header ul li a:hover {
	background: #fff center no-repeat;
}
.skiplink a:link, .skiplink a:visited {
	visibility: hidden;
}
/* Vertical Navigation Menu */
#navigation {
	margin-bottom: 15px;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	line-height: 4px;
	border-bottom: 1px solid gray;
}
#navigation ul li a:link, #navigation ul li a:visited {
	text-decoration:none;
	color:black;
	text-transform:uppercase;
	display:block;
}
#navigation ul li a:hover {
	background: #fff url(images/arrow.gif) left center no-repeat;
	padding-left: 25px;
	font-weight:none;
}
#navigation p {
	margin:0 10px 10px
}
/* Logobox */
#logobox {
	height: 90px;
	border: none
}
#logobox {
	height: 90px;
	background: url(images/flevologo.jpg) no-repeat top left;
	color:white;
}
/* Main pic area above content */
div#mainpicbox {
	height: 250px;
	border: 1px solid #e4e4e4;
	margin-left: 10px;
	padding: 10px;
	margin-bottom: 15px;
}
div#mainpic {
	height: 250px;
	width: 460px;
}
div#mainpic a:hover {
	color:#600;
	background-color:inherit;
}
/* Extra section */
.stripnav {
	background: url(images/horiz.jpg) top left repeat;
	margin:0;
	padding: 6px;
	color:white;
	text-transform:uppercase;
	font-weight:bold;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
}
div#extra p {
	margin-left: 0;
}
div#extra img {
	float:left;
	padding: 3px;
	margin: 2px;
	margin-left:0;
	border: 1px solid #e4e4e4;
}
div#extra p a:link, div#extra p a:visited {
	padding:0;
	color: #555344;
	font-weight:bold;
	padding-bottom: 1px;
	text-decoration:none;
}
div#extra p a:hover {
	text-decoration:underline;
}
/* Photo Gallery Area */
div#gallery {
	border-top: 2px solid #fcf;
	padding-top: 15px;
}
div#gallery img {
	width: 50px;
	height: 50px;
	padding: 2px;
	border:1px solid #fcf;
}
div#gallery ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
div#gallery ul li {
	display:inline;
}
div#gallery ul li a:link, div#gallery ul li a:visited {
	display:inline;
	border-bottom:0;
}
div#gallery ul li a:hover {
	background-color:inherit;
}
/* Footer Area */
div#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
	padding-top: 2px;
	text-align:right;
	font-size: .8em;
}
div#footer ul li {
	list-style-type:none;
	display:inline;
	border-left: 1px solid gray;
}
div#footer p {
	text-align:center;
	margin-top: 5px;
}
div#footer a {
	color:#000000;
	text-decoration:none;
}
/* Content Area */

div#content p {
	padding-left: 5px;
}
/* Bonus Styles */
p.rightsidelink {
	text-align:right;
}
.rightsidelink a:link, .rightsidelink a:visited {
	padding:0;
	color:#600;
	font-weight:bold;
	text-decoration:none;
}
.rightsidelink a:hover {
	text-decoration:underline;
}
.entrytext {
	margin-top: 0;
	font-size:larger;
	font-weight:bold;
}
.bright {
	font-size: 1.2em;
	color:#555344;
	text-transform:uppercase;
}
/* Forms */
.formInput {
	background-color: #ffffff;
	padding: 2px;
	margin: 2px 0 0 0;
	color: #000000;
	border: 1px solid #cccccc;
}
.formInput:focus {
	background-color: #ffffff;
}
textarea.formInput {
	font-size: 11px;
}
.formButton {
	font-size: 10px;
	font-weight: bold;
	background-color: #ffffff;
	padding: 1px;
	margin: 2px 0 0 0;
	color: #000000;
	border: 1px solid #cccccc;
}
.formButton:hover {
	background-color: #ffba99;
	color: #000000;
}
.formButton:active {
	background-color: #ffba99;
	border: 1px solid #cccccc;
}

