@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	background-image: url(/images/wood_background.jpg);
}
a:link {
	color: #003366;
}
a:visited {
	color: #003366;
}
a:hover {
	color: #8D1118;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(/images/pattern_wrapper.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#header {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	margin-right: 59px;
	margin-left: 59px;
	padding-top: 14px;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	padding-top: 30px;
	background-image: url(/images/footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
.page_title {
	font-size: 30px;
	line-height: 31px;
	display: block;
	font-weight: bold;
}
.latest_box {
	background-color: #DAD2C5;
	border: 1px solid #333333;
	padding: 10px 10px 0px;
}
.light_box {
	border: 1px solid #666666;
	background-color: #EBE7E0;
	padding: 4px;
	margin-bottom: 10px;
}
.heads {
	color: #8E0F16;
	display: block;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.heads2 {
	color: #003366;
	display: block;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	margin-bottom: 4px;
}
.date {
	color: #00305A;
	display: block;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 11px;
}
.date2 {
	color: #8D1118;
	display: block;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-size: 11px;
}
.thumbnails {
	margin-right: 10px;
}
.thumbnails_articles_box {
	margin-right: 10px;
	width: 214px;
	float: left;
}
.thumbnails_articles {
	border: 4px solid #FFFFFF;
}
.page_nav {
	display: block;
	padding: 3px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #333333;
	margin-bottom: 10px;
}
.author {
	font-size: 12px;
	font-style: italic;
	color: #666666;
	display: block;
	padding-bottom: 7px;
}
.read_more {
	font-size: 11px;
	font-weight: bold;
	color: #003366;
}
.share_button {
	background-color: #FFFFFF;
	text-align: center;
	padding: 2px;
	margin-bottom: 8px;
}
