/* Widget */
.AnnouncementInfo,
.widget_news_story {
margin-bottom: 20px;
}

#bodyarea .col_small .widgetdiv1 {
	margin-bottom: 10px;
	padding: 0 0 5px 0;
	position: relative;
	border: 1px solid #512210;
	background: #C9AD86;
	overflow: hidden;
	width: 100%;
}
#bodyarea .col_small p  {
	margin-bottom: 0;
}
#bodyarea .col_small ul {
	list-style-image: none;
	list-style: none;
}
#bodyarea .col_small .widgetdiv2 {
	padding: 3px;
	position: relative;
}
#bodyarea .col_small .widgetdiv3 {
	padding: 7px;
	position: relative;
}

/* Text inside */
.col_large h2,
.widget h3, .store_main h2 {
	margin: 0;
	padding: 0 0 10px 0 !important;
	font-size: 1.7em; font-family: 'arial';
}

.col_small h3 {
	font-size: 1.1em;
	color: #715a44;
	line-height: 1em;
}
.widget ul {
	list-style-type: none;
	margin: 0; padding: 0;
}
.widget .textfield,
.widget textarea {
	width: 96%;
	margin-bottom: 3px;
	padding: 2px;
}
.widget textarea {
	height: 10em;
}
.widget label {
	font-weight: bold;
	font-size: 0.9em;
}
.widget .more {
	text-align: right;
	font-size: 0.9em;
}