/*
	Colors of defaut article (same as those of default-everything):
	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;}


#newsHeadBox	{ width: 500px; margin: 0px 48px 15px 0px; padding: 0px 0px 2px 0px; position: relative;} /* margin: 0px 50px 15px 50px;  changing right margin from 49 to 50 creates display problem in IE! */
	#newsHeaders {background-color:#288723; padding-bottom: 5px; position: relative; margin: 0px;}
	#goToDate {background-color:#DAE8D9 !important; color: #288723; text-align: center; padding: 0px; font-size: 9pt; font-weight: bold; position: relative; margin: 0px;}
		#navigation {font-size: 9pt; position: relative; width: 100%; padding: 2px; margin: 0px; }

.newsitemBox{width: 500px; margin: 0px 50px 10px 0px; position: relative;}
.newitemTitle {position:absolute; top:0px; right:15px; color: #ffffff; text-align: right; height: 18px; padding: 2px;}
.newitemDate{position: absolute; left: 15px; color: #ffffff; text-align: left; height: 18px; padding: 2px;}
.newsitemText{color:#288723; padding: 0px 0px 0px 15px; text-align: justify;}
.newsitemText a { border-bottom: 1px dotted #288723 !important; }
.newsitemText a:hover  {border-bottom: 1px solid #288723 !important;}
.newsnews {width: 500px;}
/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
width: 585px;	/* sets position of side separator line */
border: 1px solid;
border-color: #F7F3EF #288723 #F7F3EF #288723;
}

#bottom { background-color: #288723 !important; }
#bottom  a {color: #ffffff !important;}


/* other defaults */
.darkBG {background-color:#288723 !important; color:#ffffff !important;}
.midBG {background-color:#DAE8D9 !important; color:#288723;} 
input, textarea, select {border: 1px solid #288723;}
a {color: #288723; }
.text {color: #000000;}
.text  a {border-bottom:1px dotted #288723; }
.text a:hover  {border-bottom: 1px solid #288723 !important;}


.h1 { color: #DAE8D9; }
.h2 { color: #DAE8D9; }
.h3 { color: #DAE8D9; }
.h4 { color: #DAE8D9; }
.h5 { color: #288723; margin-bottom: -15px !important; line-height: 12px; font-size: 11px; font-weight: bold;} /* -15 to compensate for line break in manual h5 */
.sources  {margin-top: 10px; color: #288723;}