/*
	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}

.menus_self{
	background: rgb(0, 0, 0) transparent;
	background: rgba(0, 0, 0, 0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}

/* content box inside right column */
#rightContent {
    margin: 0px 25px 0px 0px;
    padding: 0px;
    width: 590px !important;
}

/* other articles box */
#otherArticles {
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
behavior: url(/CMS/templates/PIE.htc);
    overflow:hidden;
	background-color: #DEDFE7 !important; 
	color: #4A597B; 
	margin: 15px 25px 0px 25px; position: relative; font-size: 11pt; }

/* Override Sekelon positioning, to accomodate Article content (move separator line by resizing #right) */
#right {
	z-index: 0;
/* 	width: 577px; */
	border: 1px solid;
	border-color: #F7F3EF #4A597B #F7F3EF #4A597B;
	float: right;
}

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5{color: #4A597B;}

.subtitle {color: #4A597B;}
.newsitemBox{width: 500px; margin: 0px; position: relative;}

a {color: #4A597B; }
#rightContent a {border-bottom:1px dotted #4A597B; }
#otherArticles a {border: none !important; }
