/*
	Plain text files CSS
	
	page background: #F7F3EF (off-white)
	light box background: #DAE8D9	(light color)
	Darker background and regular text: #288723 (dark color)  :: formerly slightly lighter: #526184

*/

body {color:#288723}
a {color: #288723; }
.h1 {color: #288723;}
.subtitle {color: #288723;}
.h2 {color: #288723;}
.h3 {color: #288723;}
.h4 {color: #288723;}
.h5 {color: #288723;}
.newsitemBox{width: 500px; margin: 0px; position: relative;}


/* content box inside right column */
#rightContent {
margin: 0px 45px 0px 0px;
padding: 0px;
width: 500px !important;
}
#rightContent a {border-bottom:1px dotted #288723; }
#rightContent a:hover  {border-bottom: 1px solid #288723 !important;}


/* other articles box */
#otherArticles {background-color: #DAE8D9 !important; color: #288723 !important; width: 450px;  margin: 15px 25px 0px 25px; position: relative; font-size: 11pt; }
#otherArticles a {color: #288723; border: none !important; }
#otherArticles a:hover  {border-bottom: 1px dotted #288723 !important;}


/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
width: 577px;	/* sets position of side separator line */
border: 1px solid;
border-color: #F7F3EF #288723 #F7F3EF #288723;
min-height: 1200px;
}


