@CHARSET "UTF-8";

body {
	background: #ffffff;
	vertical-align: top;
	text-align: center;
	/*font-family: "Century Gothic",arial,Verdana,sans-serif;*/
	margin: 0px auto;
	padding: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#newsBorderTitle{
	margin-left: 15px;
	margin-right: 10px;
	margin-top: 5px;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
	padding: 0px 0px 0px 0px;
	color: #52847f;
	border-color: #52847f;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: none;
	width: 473px;
}

.newsHighLightTable {
	border-collapse: collapse;
	table-layout: auto;
	width: 473px;
	margin: 0px auto 0px auto;
	margin-top: 10px;
	padding: 0px;
	vertical-align: top;
	text-align: center;
	border: 0px solid gray;
}

.newsHeader,.newsContent,.newsFooter {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	text-align: left;
	background-position: top;
	border: 0px solid gray;
	width: 473px;
}

.newsHeader {
	background-image: url("../imgs/newsHeader.png");
	background-repeat: no-repeat;
	height: 23px;
	text-align: left;
	vertical-align: middle;
}

#newsHeaderTitle {
	margin-left: 16px;
	line-height: 16px;
	color: #ca9b36;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}

.newsContent {
	background-image: url("../imgs/newsContent.png");
	background-repeat: repeat-y;
	height: 100%;
	text-align: left;
	vertical-align: top;
}

#newsContentDate {
	margin-left: 4px;
	margin-top: 4px;
	color: #ca9b36;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: right;
}

#newsContentTitle {
	margin-left: 10px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #5c5c57;
	font-size: 11pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
}

#newsContentImg {
	margin: 0px;
	text-align: left;
}

#newsContentImg img{
	width: expression(this.width > 260 ? "260px" : "this.width");
	max-width: 260px;
	border: 0px solid gray;
}

#newsContentShortText {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
	color: #4d4d4d;
	font-size: 9pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
}

#newsContentLongText {
	margin-left: 10px;
	margin-top: 8px;
	margin-right: 10px;
	color: #434344;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.newsFooter {
	background-image: url("../imgs/newsFooter.png");
	background-repeat: no-repeat;
	height: 31px;
	margin: 0px;
}

#latestNewsFieldset {
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	border-right-width: 0px;
	border-left-width: 0px;
	color: #52847f;
	border-color: #52847f;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	background: #ffffff;
}

#latestNewsShortText *, #latestNewsDate * {
	font-weight: normal;
}

#latestNewsDate {
	margin: 4px 0px 2px 8px;
	padding: 0px;
	color: #5c5c57;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background: #effbf0;
	width: 100%;
}

#latestNewsTitle {
	margin: 2px 0px 2px 16px;
	padding: 0px;
	color: #5c5c57;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
	background: #ffffff;
}

#latestNewsShortText{
	margin: 2px 0px 10px 16px;
	padding: 0px;
	color: #5c5c57;
	font-size: 8pt;
	font-style: italic;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
	background: #ffffff;
}

#latestNewsFieldset a:hover {
	color: #000000;
	text-decoration: none;
}

#latestNewsFieldset a:link {
	color: #000000;
	text-decoration: none;
}

#latestNewsFieldset a:visited{
	color: #000000;
	text-decoration: none;
}

#newsBorderTitle a:hover {
	color: #000000;
	text-decoration: none;
}

#newsBorderTitle a:link {
	color: #000000;
	text-decoration: none;
}

#newsBorderTitle a:visited{
	color: #000000;
	text-decoration: none;
}

.newsToolbar {
	text-align: right;
	vertical-align: middle;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.addNewsLink,.updateNewsLink,.deleteNewsLink {
	text-align: left;
	vertical-align: top;
	padding: 0px;
}

.addNewsLink {
	margin: 0px 0px 0px 30px;
}

.updateNewsLink,.deleteNewsLink {
	margin: 0px 0px 0px 5px;
}

.pageNavBar {
	margin: 15px auto;
	padding: 0px;
	text-align:center;
	display: block;
}
.pageNavBar a{
	color: #000000;
	text-decoration: none;
	font-size: 9pt;
	font-style:normal;
	font-weight: normal;
	margin: 0px 5px 0px 5px;
	padding: 0px;
}

.newsArchiveLink{
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	font-weight: normal;
	font-style: normal;
	color: #52847f;
}