@charset "UTF-8";
/* CSS Document */




div#menu.methodStyle {
	background-color:#AEC849;
}

div#subMenu.methodStyle {
	background-color:#91A63D;
}

div#content.methodStyle {
	background-color:#576424;
	min-height: 350px;
}

div#contentGraphics.methodStyle {
	background-color:#576424;
}

img#logo.methodStyle {
	width:88px; 
	height:50px; 
}

div#menu.menuStyle {
	background-color:#AEC849;
	padding-top:0px;
    padding-left:5px;
    padding-bottom:10px
	width:100px;
}


.menuStyle ul {
	border: 0px solid #576424;
}

.menuStyle ul li {

}

.menuStyle ul li a {
	color: #FFFFFF;
	/* background: #689EBC; */
	border: 0px solid #576424;
	padding-left: 0px;
}

.frontFeeder{
	background-color:#AEC849;
	border-bottom-style:solid;
	border-bottom-color:#1a1a1a;
	border-bottom-width:15px;
}

.feederTitle{
	width:45px;
	position:relative;
	background-color:#000000;
	vertical-align:middle;
	color:#FFFFFF;
	font-family:Arial;
	font-size:10px;
}

.feeder{
	position:relative;
	padding:12px;
	background-color:#000000;
}

.feeder a:link{
	color:#FFFFFF;
	text-decoration:none;
}

.feeder a:active{
	color:#999999;
	text-decoration:none;
}

.feeder a:visited{
	color:#FFFFFF;
	text-decoration:none;
}

.feeder a:hover{
	color:#999999;
	text-decoration:none;
}
