body {
	color: #000000;
	font-family: Georgia, Palatino, "Palatino Linotype", "Book Antiqua", serif;
	font-size: 11pt;
	background-color: #59705e;
	text-align: center;
	margin: 0;
	padding: 0;
	background: #59705e;
}

/*  Basic setup  */

div {
	margin: 0;
	padding: 0;
	text-align: left;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
}

a, a:visited {
	color: #000000;
	font-weight: bold;
}

a:hover {
	color: #007744;
	font-weight: bold
}

a:active {
	color: #990000;
	font-weight: bold
}

/*  Container that has the repeating background  */

div.container {
	margin-left: auto;
	margin-right: auto;
	background: #59705e url(images/bg-drop-center.gif);
	background-position: center;
	background-repeat: repeat-y;
	width: 730px;
	padding-left: 50px;
	padding-right: 50px;
}

div.banner {
	padding-top: 10px;
}

/*  Title Banner and Menu  */

div.menu {
	text-align: center;
}

.menu a, .menu img {
	border: 0;
}

/*  Main Body Content  */

div.maincontent {
	padding: 10px;
}

.maincontent p {
	margin-left: 20px;
}

h1 {
	padding-bottom: 0px;
	text-align: left;
	border-bottom: 1px solid #cccc00;
	color: #1b3830;
	font-variant: small-caps;
	font-size: 24px;
}

img.floatimage {
	padding-right: 0;
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 10px;
	float: right;
	background: #ffffff;
}

.market h2 {
	font-size: 1em;
	font-weight: bold;
	padding: 0;
	margin: 5px;
}

.market p {
	margin-top: 5px;
}

/*  Footer and endcap of background  */

div.footer {
	text-align: left;
	padding: 0;
	margin-left: -50px;
	margin-right: -50px;
	width: 830px;
	height: 150px;
	background: #59705e url(images/bg-drop-foot-bottom.gif);
	clear: both;
}

.footer p {
	margin: 0;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 20px;
	padding-bottom: 0;
	font-size: 12px;
	color: #ffffff;
}

.footer a {
	color: #ddffdd;
	font-weight: normal;
}

/*  Link page logo experiments  */

ul.logos {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
}

.logos li {
	padding: 10px;
	margin: 0;
	float: left;
	width: 330px;
	height: 185px;
	text-align: center;
}

.logos img {
	border: 0;
}

/*  Fancy Decorative Stuff for Front Splash Page  */

/* Splash page background */

div.splash {
	background: #ffffff url(images/splash-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 510px;
	width: 710px;
	padding: 10px;
	position: relative;
}

/* White text box formatting */

div#frontstripe {
	float: left;
	width: 280px;
	margin: 17px;
	margin-top: 35px;
	padding: 0;
}

div#frontcontent {
	background: url(images/frontbox-bottom.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 280px;
}

#frontstripe h1 {
	background: url(images/frontbox-top.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
	padding-top: 12px;
	padding-left: 10px;
	padding-right: 5px;
	padding-bottom: 0;
	border: 0;
	width: 265px;
}

#frontstripe p {
	margin-left: 10px;
	margin-right: 10px;
	border-top: 1px solid #cccc00;
	padding-top: 10px;
	margin-top: 0;
}

img.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
	padding: 5px;
}

/* Floating organic logo in corner */

p.organiclogo {
	margin: 0;
	padding: 0;
	border: 0;
	position: absolute;
	top: 410px;
	right: 20px;
}