/*	----------------------------------
		Page and general text styles
		----------------------------------*/
body {
	margin: 0;
	padding: 0;
	background-color: #8d8c63;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000;
	text-align: center; 
}

a:link	{
	color: #000;
	text-decoration: underline;
}

a:visited	{
	color: #000;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

a:focus { outline: none; }

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 2px;
	text-align: left;
}

h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
	text-align: left;
	border-top: 1px dashed #999;
	padding-top: 6px;
}

h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
	line-height: 9px;
	margin: 0px;
	margin-top: 16px;
	margin-bottom: 4px;
	text-transform: uppercase;
	text-align: left;
	color: #000;
	background: #afbad2;
	padding: 2px;
}

h5 {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
}

.mouse {
	font-size: xx-small;
}

/*	----------------------------------
		Content Frames
		----------------------------------*/
#frame {
	width: 732px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 32px;
	padding: 0px;
	text-align: center;
	background: #fff;
	border: 1px solid #000;
}

#sash {
	width: auto;
	height: 190px;
	padding: 0px;
	padding-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000;
	text-align: center; 
	background-color: #afbad2;
}

#content {
	width: auto;
	padding: 0px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: left; 
}

.feature {
	width: auto;
	padding: 4px;
	background-color: #eee;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	text-align: left; 
	border: 1px solid #000;
}
