/*
default.css

This is the style sheet for my design.  
You don't need to edit this unless you don't like my design,
in which case you probably shouldn't have downloaded it.

*/

body {
	font-family: sans-serif;
}

div {
}

h1 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}

h2 {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #888888;
}

p {
	display: block;
	font-family: serif;
}
div.main > p:first-letter {
	display: block;
	float: left;
	font-size: 300%;
	font-family: fantasy;
}

p.small {
	font-size: 80%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
}

a {
	font-family: sans-serif;
	color: #888888;
}

a:hover {
	color: #835d00;
}

a:active {
	
}

img.floater {
	float: right;
}
img.logo {
	display: block;
	float: left;
	padding-left: 20px;
}

div.head {
	color: #ffffff;
	background-color: #888888;
	background-image: url(corn_w.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

div.menubar {
	display: block;
	text-align: right;
	font-weight: bold;
}
div.menubar > a {
	text-decoration: none;
	color: #ffffff;	
	padding-left: 5px;
	padding-right: 5px;
}
div.menubar > a:hover {
	color: #ffffff;
	background-image: url(link_bg.gif);
	background-repeat: repeat;
}

form.searchbox {
	padding-left: 20px;
	display: inline;
	color: #ffffff;
	background-color: #888888;
}
form.searchbox > fieldset {
	display: inline;
	padding: 0px;
	border-width: 0px;
}
form.searchbox > fieldset > input {
	font-size: smaller;
	border-width: 0px;
	border-bottom-width: 1px;
	border-style: solid;
	border-color: #888888;
}
form.searchbox > fieldset > input[type="text"] {
	width: 100px;
}
form.searchbox > fieldset > input[type="submit"] {
	padding: 0px;
	border-right-width: 1px;
}

div.main {
	display: block;
}

div.menu {
	display: block;
	padding: 1px;
	border-style: solid;
	border-color: #888888;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-width: 2px;
}
div.menupadder {
	width: 25%;
	display: block;
	clear: both;
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

div.menu > a {
	text-decoration: none;
	color: #888888;
	font-size: 120%;
	display: block;
	text-indent: 20px;
	background-image: url(but_w.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}

div.menu > a:hover {
	color: #835d00;
	background-image: url(but_y.png);
}

div.menu > a:active {
	
}

div.footpadder {
	clear: left;
	padding-top: 10px;
}
div.foot {
	text-align: center;
	color: #ffffff;
	background-color: #888888;
}

div.foot > a {
	color: #ffffff;
}

div.designer {
	text-align: center;
}

div.designer > a > img {
	border-width: 0px;
}
