/* default font and heading styles */

body {
	font-family: "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #5B3E48;
	background-color: #892957;
}
p {
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 10px;
}
h1 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 0px;
	margin-bottom: 8px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
	margin-top: 16px;
	margin-bottom: 8px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 8px;
	margin-bottom: 0px;
	font-weight: bold;
	
}
h5 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
h6 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 4px;
	margin-bottom: 4px;
}
/* default links */
a:link { color:#B44670; text-decoration: none; }
a:visited { color:#6B89AC; text-decoration: none; }
a:hover { color: #402E23; text-decoration: none; }
a:active { color: #402E23; text-decoration: none; }
a { font-weight: bold; }

/* other */
.paper { background-color: #F7CED6; }
.date {
	font-size: 12px;
	margin-top: 6px;
}
.smalltext {
	font-size: 10px;
	font-style: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
/* photo page */
.thumbphoto {
	background-color: #FFF2F8;
	text-align: center;
	vertical-align: middle;
	height: 100px;
	width: 100px;
}
.photo {
	background-color: #FFF2F8;
	text-align: center;
	vertical-align: middle;
	border: 10px solid #FFF2F8;
}

.box {
	background-color: #FADFE5;
	vertical-align: middle;
	border: 10px solid #FADFE5;
}
.newsphoto {
	width: 130px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.datesmall {
	font-size: 10px;
	font-style: normal;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E6ABBC;
	margin-top: 0px;
	padding-top: 2px;
}
.smallwhitetext {
	font-size: 11px;
	line-height: 11px;
	color: #F7CED6;
}

/* default links */
.smallwhitetext a:link { color:#F7CED6; text-decoration: underline; }
.smallwhitetext a:visited { color:#F7CED6; text-decoration: underline; }
.smallwhitetext a:hover { color: white; text-decoration: underline; }
.smallwhitetext a:active { color: white; text-decoration: underline; }
.clear {
	clear: both;
}
.overline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	padding-top: 5px;
}

#homenews {
	padding: 20px 26px 0px 56px;
	}
