/* CSS Document */

#footer-print {display: none; border-top: 1px solid black; position: relative; float: none;
margin-top: 5px;}
#footerinfo-print {
display: none; 
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0px;
padding: 0px;
width: 65%;
float: none;
border-top: 1px solid #cccccc;
}



/*
------------------------------------------------------------------------
main content area
------------------------------------------------------------------------
*/

#elam_main {
right: 0; /* bg flows behind 3rd col if exists */
margin: 0;
/* IE hacks */
padding: 0; /* flows behind other cols for bgimage */
height: 100%;
background-color: #FFFFFF;
color: #444;
}


#elam_leftcolumn { /* middle column on index */
right: 0; /* bg flows behind 3rd col if exists */
margin: 0;
padding: 10px 0 0 10px; /* flows behind other cols for bgimage, right was set at 10px */
width: 62%;/* was set at 60% */
font-size: .7em;
}

#elam_leftcolumn100 { /* middle column on index */
right: 0; /* bg flows behind 3rd col if exists */
margin: 0;
padding: 10px 10px 0 10px; /* flows behind other cols for bgimage */
width: 90%;
font-size: .7em;
}

#elam_rightcolumn { /* right column on index */
float: right;
width: 35%;
margin: 0;
padding: 10px 1px 0 0;
height: 100%;
font-size: .7em;
}

#elam_rightcolumn ul {/* right navigation styles for unordered list */
	padding: 0px;
	margin: 0 0 0 15px;
	list-style-type: disc;
}

#elam_rightcolumn li, #elam_leftcolumn li, #elam_leftcolumn100 li {padding-bottom: 2px;; padding-top: 2px;}

.red_headerbg h2, .purple_headerbg h2 {/* red subheaders in right box, other styles sames as h2.red */
	padding: 5px 5px 5px 8px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	font-style:italic;
	margin: 0;
}

.red_headerbg {/* red background for subheaders */
	background-color: #990000;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #660066;
	
}

.grey_headerbg {/* red background for blogtab-off */
	background-color: #666666;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #660066;
	
}

.purple_headerbg {/* red background for subheaders */
	background-color: #660066;
	height: 25px;
	width: 100%;
	border-bottom: 1px solid #990099;
	
}

h3.elam {
	color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bolder;
	margin: 0;
	padding:0;
}

.content_elam {
color: #444;
/* IE hacks */
padding: 10px; /* flows behind other cols for bgimage */
}

#elam_leftcolumn p, #elam_leftcolumn100 p {margin-top: 0px; margin-bottom: 12px; line-height: 135%;}

#blogtabs { /* tabbed box style */
overflow: hidden;
border-bottom: 1px solid #cccccc;
}

li.rss_item {
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	list-style-image: none;
	list-style-type: none;
}

#elam_purplebox { /* right column on index */
float: right;
width: 100%;
margin: 0;
padding: 0;
background-color: #E6D9E6;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;}


#elam_yellowbox { /* right column on index */
float: right;
width: 100%;
margin: 0;
padding: 0;
background-color: #ffffcc;
border-left: 1px solid #cccccc;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;}


.byline {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	padding: 3px;
	margin-bottom: 5px;
	font-weight:bold;
	color: #666666;
}

img.print {
float:right;
border: 0;
margin-left: 10px;
}

/* Blog Tabs */








.tabSet-headline-on {
	background-color: #990000;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Helvetica, sans-serif;
	cursor:pointer;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	font-style:italic;
	height: 25px;
}
.tabSet-headline-off {
	background-color: #7F7F7F;
	text-align: center;
	vertical-align: middle;
	font-family: Verdana, Helvetica, sans-serif;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bolder;
	font-style:italic;
	color: #D8D8D8;
	border-top: 2px solid #ffffcc;
	border-bottom: 1px solid #FFFFFF;
}
.tabSetFoot-headline-on{
	background-color: #990000;
	border-bottom: 1px solid #660066;
}
.tabSetFoot-headline-off{
	background-color: #990000;
	border-bottom: 1px solid #660066;
}

table.yellow, td.yellow {
background-color: #ffffcc;
}