/* NEWS IMAGES */

#images{
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-size: 0.8em;
	width: 550px;
}

/* PREVIOUS ARTICLES */

#previous h1{
	font-size: 16px;
	border-top: 1px #CCCCCC dashed;
	padding-top: 20px;
	margin-top: 15px;
}

a.article{
	font-size: 0.8em;
	color: #990000;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	display: block;
	border-color: #666666;
	border-style: dotted;
	border-width: 1px 0px 0px 0px;
	padding-left: 0px;
}

a.articlelast{
	font-size: 0.8em;
	color: #990000;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	display: block;
	border-color: #666666;
	border-style: dotted;
	border-width: 1px 0px 1px 0px;
	padding-left: 0px;
}

a:hover.article{
	background-color: #CCCCCC;
}

a:hover.articlelast{
	background-color: #CCCCCC;
}

/* NEWS RIGHT COLUMN */

#rightcolumn_news{
	width: 558px;
	float: right;
	padding: 0px 20px 0px 0px;
	margin: 0px 0px 20px 0px;
}

#rightcolumn_news h1{
	color: #A30234;
	font-size: 1.5em;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

#rightcolumn_news h2{
	color: #003E7E;
	font-size: 1.2em;
	font-weight: normal;
	margin: 20px 0px 10px 0px;
}

#rightcolumn_news p{
	font-size: 0.9em;
	line-height: 18px;
	padding: 0px 0px 20px 0px;	
}

#rightcolumn_news a{
	font-size: 0.9em;
	padding: 0px;
	color: #003E7E;
	text-decoration: none;
}

#rightcolumn_news a:hover{
	text-decoration: underline;
}

#rightcolumn_news ul{
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 14px;
}

#rightcolumn_news li{
	list-style-type: square;
	font-size: 0.9em;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

/* NEWS IMAGES */

#images{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	font-size: 0.8em;
	width: 556px;
	height: 310px;
	overflow: auto;
}

#news_images{
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	float: left;
	font-size: 0.8em;
	width: 556px;
	overflow: auto;
}

/* PHOTO GALLERY LINKS */

#photogallery{ /*CSS for TABLE containing a photo album*/
	border-bottom: 1px #CCCCCC dashed;
	margin-bottom: 10px;
	padding-bottom: 5px;
	float: left;
	width: 450px;
	font-family: "Helvetica Neue", "Lucida Grande", Arial;
}

.photogallery img{ /*CSS for images within an album*/
border: 5px solid #CCCCCC;
margin-bottom: 6px;
}

.photonavlinks{ /*CSS for pagination DIV*/
	font-size: 1em;
	margin-bottom: 15px;
}

.photonavlinks a{ /*CSS for each navigational link*/
	background-color: #CCCCCC;
	text-decoration: none;
	padding: 2px;
	border: none;
}

.photonavlinks a.current{ /*CSS for currently selected navigational link*/
	color: #FFFFFF;
	background-color: #999999;	
}

/* Newletters */

#newsletter_current {
	float: left;
	padding-right: 20px;	
}

.newsletter_thumb {
	border:none;
	text-decoration:none;
	display: block;
	margin: 0px;
}

.previous_issues {
	color: #AD0445;
	padding-top:20px;
	padding-bottom:20px;
}

.newsletter_dl {
	padding-left:20px;
}

#rightcolumn .newsletter_dl a {
	color:#AD0445;
	font-size: 1em;
}

#rightcolumn .newsletter_dl h2 {
	color:#000;
	font-size: 1em;
}

#article {
	width:350px;
	margin:auto;	
}


