body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana;

}


.contentwrapper {
	margin: 0 auto;
	clear: both;
	width: 900px;
}


#header {

	height: 89px;
	background-image: url(images/header.png);
	text-align: center;

}


#logo {
	float: left;
}

#menu {
	float: right;
	position: relative;
	top: 50px;
	min-width: 400px;
}

#menu a {
	color: #fff;
	display: block;
	float: left;
	padding: 8px 12px;
	text-decoration: none;
	font-family: Georgia;
	font-size: 14px;
}

#menu a:hover {
	background-color: #dcecd7;
	color: #4e4e4e;
	text-decoration: none;

	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

#menu .selected {
	color: #eb3;
	text-decoration: underline;
}



#mint {
	background-color: #e5f1e1;
	border-bottom: 1px solid #cad9c5;
}

.mintmini {
	height: 6px;
}

#main {
	padding-top: 16px;
	font-size: 12px;
	font-family: Verdana;
	color: #4e4e4e;
}

#main a {
	color: #437f44;
	/* font-weight: bold; */
}

/* footer styles */

#spacer {
	clear: both;
	height: 16px;
}

#footer {
	font-size: 11px;
	padding: 12px;
	clear: both;
	color: #666;
}

#footer a {
	color: #639564;
	font-weight: bold;
}



.topborder {
	border-top: 1px dotted #ccc;
	padding-top: 12px;
}

/* left column styles */

#leftcolumn {
	width: 630px;
	float: left;
	text-align: justify;
}

#leftcolumn p {
	line-height: 25px;
}

#leftcolumn .bigtext {
	font-size: 14px;
}


#leftcolumn p .inlineimage {
	float: left;
	margin-top: 6px;
	margin-right: 8px;
	display: block;
}


#leftcolumn .highlight {
	line-height: 25px;
	background-color: #fffbc9;
	border: 1px solid #d2cd46;
	padding: 10px;
}


#leftcolumn .greenhighlight {
	line-height: 25px;
	background-color: #e5f1e1;
	border: 1px solid #cad9c5;
	padding: 10px;
}

#leftcolumn h1 {
	font-family: Georgia, Verdana;
	font-size: 22px;
	padding: 0px;
	margin: 6px 0px;
	color: #437f44;
}





/* right column styles */


#rightcolumn {
	width: 230px;
	float: right;
	text-align: justify;
}

#rightcolumn h2 {
	font-family: Georgia, Verdana;
	border-bottom: 1px dotted #aaa;
	font-size: 16px;
	padding: 0px;
	margin: 6px 0px;
	color: #437f44;
}

#rightcolumn p {
	line-height: 20px;
	margin: 0px;
	margin-bottom: 20px;
}
