a:link,a:visited,a:active {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:none;
}    

body {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
	background-image: url(/files/images/layout/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	margin:  30px 0px 0px 0px;
	background-color: #463010;
}

td {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}

.btn {

}

input {

}

*:active {
	outline: none;
}
*:focus {
	-moz-outline-style: none;
}


#pageHeader {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
	height: 135px;
	z-index: 0;
	position: relative;
}

#pageFooter {
	width: 100%;
	height: 222px;
	background-image: url(/files/images/layout/bottom_bg.png);
	background-repeat: repeat-x;
}

.maincontent {
	width: 1030px;
	margin-left: auto;
	margin-right: auto;
	min-height: 500px !important;
	overflow: auto;
	padding-bottom: 25px;
	z-index: 5;
	position: relative;
}

.leftcontent {
	float: left;	
	min-height: 400px !important;
}

.middlecontent {
	float: left;	
	padding-top: 6px;
	min-height: 400px !important;
}

.rightcontent {
	float: left;
	clear: right;
	min-height: 400px !important;
}

.rightcontent2 {
	float: left;
	clear: right;
	padding-top: 6px;
	min-height: 400px !important;
}

#content img {
	border-color: #a6a6a6;
}

.green_column {
	position: absolute; 
	bottom: -4px;
	right: -4px; 
	padding: 6px 25px 5px 15px;
	background-color: #628f00; 
	color: #ffffff;
	font-size: 12px;
}

.green_column a {
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
}

.green_column a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-size: 12px;
}

.modulefont7 a {
	color: #d5d2ce;
}