body      { background-color: white; }
a:link    { color: #23577F; }
a:active  { color: #23577F; }
a:visited { color: #335B79; }

td.pageHeader {
	background: #f8fafc;
	background-image: url(header-bg-logo.gif);
	background-repeat: no-repeat;
	background-position: top right;
	
	padding-top: 5px;

	height: 50px;
	width: 100%;
	
	text-align: center;
}

td.pageHeaderVolume {
	background: #E1E6EB;
	border-top: 1px solid black;
	border-bottom: 1px solid black;

	width: 100%;
	height: 20px;
	
	text-align: center;
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;	
}

a.continued {
	font-style: italic;
}

td.articleHeaderAuthor {
	background-color: #f8f9fa;
	background-image: url(article-header-bg.gif);
	background-repeat: repeat-x;

	height: 25px;

	text-align: right;
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 5px;
	width: 50%;
	
}

td.articleHeader {
	background-color: #f8f9fa;
	background-image: url(article-header-bg.gif);
	background-repeat: repeat-x;

	height: 25px;

	vertical-align: middle;

	font-family: arial;
	font-size: 16px;
	font-weight: bold;

	margin-left: 20px;
	margin-right: 170px;
	margin-top: 8px;

	padding-left: 10px;
	padding-right: 2px;
	padding-top: 4px;

}

td.articleBody {
	width: 100%;
	background-color: #f8f9fa;
	
	text-align: justify;
	font-family: Arial, Times Roman;
	font-size: 14px;
	font-weight: normal;
	line-height: 16px;
			
	padding-top: 5px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	margin-left: 35px;
	margin-right: 170px;
	margin-bottom: 15px;
	vertical-align: top;
}

td.fullArticleBody {
	background-color: #f8f9fa;
	border-bottom: 1px solid #eaedf0;
	
	text-align: left;
	font-family: Arial, Times Roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;

	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
	margin-left: 35px;
	margin-right: 35px;
	margin-bottom: 15px;
	vertical-align: top;
	
}

img.article {
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px solid #000000;
}

img.fullArticleBody {
	float: right;
	margin-right: 8px;
	margin-bottom: 8px;
	margin-left: 8px;
	border: 1px solid #000000;
}

td.sidebar {

	right: 0px;
	top: 76px;
	

	margin-left: 20px;
	padding-top: 5px;
	margin-right: 3px;	
	
	background-color: #f8fafc;
	border-left: 2px solid #eaedf0;
	border-bottom: 2px solid #eaedf0;
	
	width: 160px;
	text-align: center;

	vertical-align: top;

	font-family: Arial;
	font-size: 12px;
	line-height: 15px;

}



#sidebar-announcement {
	font-family: Arial;
	font-size: 12px;
	line-height: 15px;
}



#sidebar-title {
	color: #000000;
	font-size: 17px;
	font-weight: bold;
	line-height: 25px;
}



hr.sidebar {
	color: #eaedf0;
	border-style: dashed;
}



img.sidebar {
	border: 0px;
	text-align: center;
	margin-bottom: 5px;
}



td.generalAnnouncementsHeader {

	background-color: #fcf1e8;
	
	border: 1px dashed #f7eadd;
	
	text-align: center;
	font-family: Arial, Times Roman;
	font-size: 20px;
	font-weight: strong;
	line-height: 17px;
			
	margin-left: 20px;
	margin-right: 170px;
	margin-top: 30px;	
	
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
}


td.generalAnnouncementsBody {

	background-color: #fefcfa;
	
	border: 1px dotted #f7eadd;
	
	text-align: left;
	font-family: Arial, Times Roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;
			
	margin-left: 20px;
	margin-right: 170px;
	margin-top: 5px;	
	
	padding-left: 10px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}



td.fullArticleFooter {

	background-color: #f8fafc;
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;

	text-align: left;
	font-family: Arial, Times Roman;
	font-size: 15px;
	font-weight: normal;
	line-height: 17px;

	margin-left: 20px;
	margin-right: 170px;
	margin-top: 5px;

	padding-left: 10px;
	padding-right: 2px;
	padding-top: 4px;
	padding-bottom: 4px;
	vertical-align: top;
}