/*
	Plain text files CSS
	
	page background: #F7F3EF (off-white)
	light box background: #DEDFE7	(light color)
	Darker background and regular text: #4A597B (dark color)  :: formerly slightly lighter: #526184

*/

body {color:#4A597B}

/* content box inside right column */
#rightContent {
margin: 0px 45px 0px 0px;
padding: 0px;
width: 500px !important;
}

/* other articles box */
#otherArticles {background-color: #DEDFE7 !important; color: #4A597B; width: 450px;  margin: 15px 25px 0px 25px; position: relative; font-size: 11pt; }

/* 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 #4A597B #F7F3EF #4A597B;
min-height: 1200px;
}

.h1 {color: #4A597B;}
.subtitle {color: #4A597B;}
.h2 {color: #4A597B;}
.h3 {color: #4A597B;}
.h4 {color: #4A597B;}
.h5 {color: #4A597B;}
.newsitemBox{width: 500px; margin: 0px; position: relative;}

a {color: #4A597B; }
#rightContent a {border-bottom:1px dotted #4A597B; }
#otherArticles a {border: none !important; }

