.newsArchiveDiv {
	border:1px solid #666666;
	background-color:#FFFFFF;
	padding:20px;
	font-size:12px;
}

.newsDateSpan input {
	width:90px;
	font-family:Arial;
	font-size:12px;
	padding:2px;
}

.newsArchiveDiv div {
	margin-bottom:10px;
	margin-right:20px;
}

.newsDate {
	font-size:10px;
	color:#666666;
	font-weight:normal;
}

.newsAnchor {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
}

.newsCaption {
	margin-bottom:10px;
	font-family:Arial;
	font-size:10px;
}

.newsContainer {
	
}

.newsBothText {
	font-size:12px;
	margin-bottom:30px;
}

.newsLeftText {
	border:1px solid black;
	font-size:12px;
	font-family:Arial;
	border:0px solid black;
	margin-bottom:30px;
}

.newsRightPhoto {
	float:right;
	width:200px;
	font-family:Arial;
	border:0px solid black;
	margin:0 0 10px 20px;
}

.newsLeftPhoto {
	float:left;
	width:200px;
	font-family:Arial;
	margin:0 10px 10px 0;
}

.newsRightText {
	font-size:12px;
	font-family:Arial;
	margin-bottom:30px;
}

.galleryImage {
	margin:0px;
}

.submit {
	background-color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	color:#CC3300;
	font-family:Arial;
	border:1px solid black;
	text-decoration:none;
}

.plain {
	text-decoration:none;
}

.subTitle {
	font-size:30px;
	text-align:left;
	font-family:Arial;
	color:#333333;
	height:30px;
}

.subContent {
	font-size:12px;
	text-align:left;
	font-family:Arial;
	margin-top:20px;
}

#newsDiv .title {
	font-weight:bold;
	font-family:Arial;
}

#newsDiv .more, #eventsDiv .more {
	font-family:Arial;
	font-size:10px;
	margin-bottom:10px;
	color:#333333;
	text-decoration:none;
}

.eventTitle {
	text-align:left;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
}

.newsClose {
	position:absolute;
	top:2px;
	right:2px;
	cursor:pointer;
	cursor:hand;
}


#customNewsContainer {
	margin-bottom:10px;
	_position:relative;
}

#categoryContainer {
	padding:10px;
	background-color:#EEF2EC;
	border: 1px solid #E0E5DE;
	margin:10px 0;
	width:95%;
}

.archiveMonth {
	font-size:16px;
	font-weight:bold;
	margin:10px 0 4px 0;
}

.newsListContainer {
	border-top:1px solid #e8e8e8;
	border-right:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
}

.newsRow {
	padding:5px;
	border-bottom:1px solid #e8e8e8;
	position:relative;
	_cursor:pointer;
}
.newsRowEven {
	background:#f6f6f6;
}
.newsRowOdd {
	background:#fff;
}
.newsRow img {
	width:72px;
	height:56px;
	float:left;
	display:inline;
	margin-right:5px;
	_cursor:pointer;
}
.newsRow h2 {
	font-size:12px;
}
.newsRow .newsDate {
	font-size:12px;
}
.newsRow a {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	text-indent:-5000px;
	outline:none;
	z-index:10;
	_cursor:pointer;
}
.newsItemIconMask {
	position:absolute;
	left:5px;
	top:5px;
	width:72px;
	height:56px;
	z-index:1;
	_cursor:pointer;
}
.newsItemIconMaskEven {
	background:transparent url('/images/newsMask.png') no-repeat;
}
.newsItemIconMaskOdd {
	background:transparent url('/images/newsMask2.png') no-repeat;
}

.newsBannerLinks {
	padding-right:16px;
}

.newsBannerLinks span a {
	color:#585858;
	font-size:14px;
	font-weight:bold;
}
.newsBannerLinks span {
	float:right;
	display:inline;
	margin-left:10px;
}

.newsBannerLinks span img {
	position:relative;
	top:4px;
}
#customNewsNewContainer {
	position:relative;
	top:-46px;
	z-index:10;
}