body { 
	margin: 0px;
	background-color: #dec565;
	scrollbar-face-color: #E7F5C6;
	scrollbar-base-color: #E7F5C6;
	scrollbar-arrow-color: #472101;
    font-family: Arial;
	font-size: 12px;
	color: #472101;
	line-height: 1.25;	
}	
TABLE, TR, TD, INPUT {
    font-family: Arial;
	font-size: 12px;
	color: #472101;
}
a {
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;	
	color: #472101;	
}
a:hover { color: #472101; text-decoration: underline;}

/*#content {background-color:#ffffff repeat-x; height:100% background-position: top center; margin-top:0px; margin-bottom:0px;}*/

#cardinfo {
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
	color: #472101;		
	font-size: 10px;		
}
a.cardinfo:hover { color: #472101; text-decoration: underline; }

#text {
	font-size: 14px;
	position: relative;
	font-weight: bold;
}

#description {
	font-size: 14px;
	position: relative;
	font-weight: bold;
}

#header {
	font-size:18px;
	position: relative;
	font-weight: bold;
	padding-left: 10px;
}

#small_header {
	font-size: 14px;
	position: relative;
	font-weight: bold;
	padding-left: 10px;
}

#sub_header {
	font-family: Futura, Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	color: #4b3426;
	text-align: center;
}

#logo {
	position: relative;
	margin: 8px 10px 8px 10px;
}

#left {
	position: relative;
	margin: 5px;
}

#green {color: #7D9B3D; font-size:18px; font-weight: bold; }

#navigation {
	position: relative;
	top: 0px;
	right: 0px;
	bottom: 3px;
	left: 140px;
	z-index: 15;

}
#navigation, #navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: inline;
	clear: none;
	float: left;
	vertical-align: middle;
	width: auto; /* Firefox needs this here */
	list-style-type: none;
	list-style-image: none;
	font-size: 14px;
	position: relative;	
	font-family: Arial;
	padding: 2px 3px 0 3px;
}
#navigation li.img {
	float: center;
}
#navigation li ul subnav {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li:hover a, #navigation li.ExplorerHover a {
	color: #472101;
}
#navigation li:hover ul a, #navigation li.ExplorerHover ul a {
	color: #ffffff;
}
#navigation a {
	display: block;
	font-weight: bold;
	text-decoration: none;	
	color: #472101;	
}
#navigation li ul li a {
	white-space: nowrap;
	font-weight: bold;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
	font-family: Arial;		
}
#navigation li:hover ul li a {
	color: #ffffff;
}
#navigation li table ul {
	border: 0;
	font-weight: bold;
	position: relative;
	margin: 0;
	padding: 0;
	font-family: Arial;			
}
#navigation li table {
	visibility: hidden;
	position: absolute;
	top: 17px;
	clear: both;
	left: 0;
}
#navigation li table ul li {
	padding: 0 0 0.4em 0;
	float: none;
	font-size: 12px;
	color: #ffffff;
	font-weight: normal;
	font-family: Arial;	

	/* Firefox needs this here */
	list-style-type: none;
}
#navigation li:hover ul, #navigation li.ExplorerHover ul, #navigation li:hover table, #navigation li.ExplorerHover table {
	visibility: visible;
}
#navigation li ul li a:hover {
	color: #472101;
	font-weight: bold;
	font-family: Arial;	
}
#navigation li div {
	float: left;
}

#footer {
	background-color:#dec565;
	color: #472101;
}

.footer a {
	color: #472101;
	line-height: 10px;
	text-decoration: none;
	font-size: 10px;
}

.footer a:hover {
	color: #7D9B3D;
}

.copyright {
	color: #472101;
	text-decoration: none;
	font-size: 9px;
}
