@charset "utf-8";
/* CSS Document */

Body {
    background-color:#74B547;
	margin:0px;
	color:272727;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a:link {
    text-decoration: none;
	color: #272727;
}
a:visited {
    text-decoration: none;
	color: #272727;
}
a:active {
    text-decoration: none;
	color: #272727;
}
a:hover {
    text-decoration: underline;
	color: #641469; 
}

#stripe {
    background-image:url(../images/gradient.png);
	background-repeat:repeat-y;
	background-color: #0E3C0B;
	margin-top:75px;
	height:257px;
	padding:0px 10px 10px 10px;
}

#dropshadow {
    background-image:url(../images/dropshadow.png);
	background-repeat:repeat-x;
	height:12px;
}

#greenHexBottom {
    background-image:url(../images/hexBottom.png);
	background-repeat:no-repeat;
	margin-top: -10px;
	height: 54px;
	width: 188px;
	float: right;
}
#greenHexTop {
    background-image:url(../images/topHex.png);
	background-repeat:no-repeat;
	width: 758px;
	height: 82px;
	float:left;
}
#clear {
    clear:both;
}

#footer {
    font-size:10px;
	text-align:center;
}