#mainbody {
       margin: 0px auto 0px auto;
       background: #aaaaaa;
       font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.newsfont {
 width: 90px;
 text-align: center;
 float: right;
}
#mainbodytext{
  font-size: 11px;
}

#newsbody {
  font-size:11px;
}

.newsfont #font1{
 border: solid 1px #9d0005;
 color: black;
 text-decoration: none;
 font-size: 11px;
 font-weight:bold;
 margin:2px;
 display: inline-block ;
}
.newsfont #font2{
 border: solid 1px white;
 color: black;
 text-decoration: none;
 font-size: 14px;
 font-weight:bold;
 margin:2px;
 display: inline-block;
}
.newsfont #font3{
 border: solid 1px white;
 color: black;
 text-decoration: none;
 font-size: 16px;
 font-weight:bold;
 margin:2px;
 display: inline-block;
 
}

.mmenu {
text-decoration: none;
color: white;
margin: 0px 5px 0px 5px;
}

.page {
width: 1000px;
background: white;
margin: 0px auto 0px auto;
}

#body {
background: white;
margin-top:0px;

}

div.body > div {
background: white;
}

ol {
list-style: none;
padding: 0px;
margin: 0px;
color: #9d0005;
}

li.services {
margin-left:10px;
padding-bottom:10px;
padding-left: 40px;
}

h2.listHeader {
font-size: 12px;
text-transform:uppercase;
color: #9d0005;
margin-left:10px;
}

h3.itemHeader, h3.itemHeader A {
font-size: 12px;
padding: 0px;
margin: 0px;
text-decoration: none;
color: #000000;
}


p.itemContent, p.itemContent A {
font-size: 10px;
padding: 0px;
margin: 0px;
text-decoration:underline;
color: #000000;
}

a.itemLink {
text-align:right;
text-decoration:none;
color: #9d0005;
font-size:10px;
}

bimg {
text-align:center;
vertical-align: top;
}

.newstitle {
  font-size:15px;
  color:black;
  text-decoration: none;		
}

#menuBar {
background: #222222 url(image/sezam_menubg.gif) no-repeat;
background-position: center right;
border: 1px solid black;
color: white;
text-transform: uppercase;
font-weight: bolder;
font-size:12px;
padding: 5px 10px 5px 40px;
}

#banner {
height: 210px;

}

#foter {
background: url(image/foter_bg.gif) repeat-x;
background-position: right bottom;
height: 136px;
clear: both;
}

#footbg {
background-image: url(image/centerbg1.gif);
background-position: 208px 0px;
background-repeat: repeat-y;
height: 136px;
clear: both;
}

#foobar {
background-position: right bottom;
height:136px;
font-size: 12px;
font-weight: bold;
color: white;
margin-left: 220px;
clear: both;
}

/** center **/

div#left {
       margin-bottom: 0px;
       background:#f2f2f2;		 
       padding-top:15px;
		 width:208px;
		 height: 100%;
		 padding-bottom: auto;
		 float:left;
}

h1.center, h2.center {
font-size: 14px;
color: #9d0005;
text-transform:uppercase;
text-align:left;
margin-left:20px;
}

h2.subheader {
font-size:10px;
color:black;
font-weight:bold;
margin:0px 10px 0 10px;
padding: 0px;
}

div.center {
font-size:10px;
color:black;
margin: 5px 10px 15px 10px;
}

/** right **/

div.newsItem {
font-size: 10px;
border-bottom: 1px solid #ff0000;
margin: 5px 15px 5px 15px;
color: black;
text-transform:none;
font-weight:normal;
}

/** menu **/

#NavMain {
       padding: 0px;
       margin: 0px;
       list-style: none;
       
}

#NavMain li.itemMain {
       margin: 0px;
       padding: 0px;
       display:inline;
}

.submenu {
       padding: 0;
       padding-top: 5px;
       list-style: none;
       display:none;
       position: absolute;
       border: 1px solid black;
       border-bottom: 2px solid white;
       width: 200px;
       background: black;
       top: 0px;
       left: 0px;
}
/*
.Menu li {
       height: 20px;
       width: 100%;
       display: block;       
       background: red;
}*/


li.item {
cursor:pointer;
display:block;
padding: 5px;
border-bottom: 1px black dotted;
}
a.item {
 color: white;
 text-decoration: none;
}

li.item:hover {
border-bottom: 1px white dotted;
}

