body,form,div {
	margin-top:	4px;
	margin-bottom:	0px;
	padding: 0;
	background-color: #333333;
	font-family:  Arial, sans-serif;
font-size: .8em;
color: #333333;

}
.header
{
margin-top:0px;
background-image:url(../images/new-images/eddaheader.jpg);
height:100px;
}
h1,h2,h3,h4,h5,h6 {
	padding: 0;
	margin: 0;
}

div.header h1 a {
/* you can set your own image here */
	position:relative;
    margin-left:0px;
    margin-top:0px;
	width:200px;
	display: block;
   height: 80px;             /* adjust according your image size */
   text-indent: -999em;  /* this hides the text */
   text-decoration:none; 

   /* old firefox would have shown underline for the link, this explicitly hides it */
}
div.right49 {
  float: right;
  width: 49%;
  text-align: right;
   background-color:#FFFFFF;
}
div.left49 {
  width: 49%;
  background-color:#FFFFFF;
  
  /* 50% for both left and right might lead to rounding error on some browser */
}
ul
{
margin:0;
margin-left:18px;
padding:0;
}
ul li
{
color:green;
list-style-image:none;
background-color:red;
}
li.currentpage
{
color:#FFFFF;

font:11px arial,  verdana, arial, sans-serif;
}
li.separator {
  /* height: 0px !important;
  /* margin-top: -1px;
   margin-bottom: 0;
   padding:0px 0 0px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:0px !important;
   font-size:0px; /* for ie 
   */
}
li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}
.lilink
{
color:#FFFFFF;
font: 11px arial,  verdana, arial, sans-serif;
text-decoration:none;
font-weight:bold;
}
/***************NEWS**************************/
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 10px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}
div#main {
   margin-left: 4%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%;
   background-color:#FFFFFF;
   padding-top:5px;
   padding-left:10px;
   padding-right:10px;
   padding-bottom:10px;
   
   /* and some air on the right */
}

div#frontmain {
   margin-left: 4%; /* this will give room for sidebar to be on the left side, make sure this space is bigger than sidebar width */
   margin-right: 2%;
   background-color:#231F20;
   /* and some air on the right */
}

.footer{
	font: 11px Arial,  verdana,sans-serif;
	background-color: #231F20;
	color:#FFFFFF;
	padding-bottom: 5px;

}


.footer a{
	font: 11px Arial,  verdana,sans-serif;
    color:#FFFFFF;


}

.menu1 {

	left: 0px;
	top: 120px;
	text-indent: 15px;
	text-align: left;
	z-index: 90;
	width: 150px;		
	background-color:#231f20;
}
.menu1 a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight : bold;
	margin: 0;
	background-color: #231f20;
	color: #FFFFFF;	
	display:block;
	padding:;
	line-height:30px;
	cursor:pointer;
	outline:none;
	text-decoration: none;
}
.menu1 a:hover {
	color: #FFFFFF;
	background-color: #666666;
}

.lt-link
{
color:#FFFFFF;
font-size: 12px;
font-weight:bold;
background-color:#231F20;
line-height:30px;
}
.lt-link:hover
{
color:red;
background-color:#231F20;
}
.rt-main
{
background-color:#231F20;
width:100%;

}
.rt-main a:hover {
	color: #FFFFFF;
	background-color: #666666;
}



.sig{
position: relative;
left: 50px;
top: 245px;
} 
