body {
	background: rgb(200, 200, 200);
	font-size: 10pt;
	font-family: verdana,lucida,arial,helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #363434;
	line-height: 1.5em;
} 

a {
	position:relative; 
	z-index:24;
}

.newsBody a:link {
	color: #ff7477;
}

a:link {
    color: rgb(128, 0, 0);
    text-decoration: none;


}
a:visited {
    color: rgb(128, 0, 0);
    text-decoration: none;
 
}

.newsBody a:visited {
	color: #ff7477;
}
a:hover {
    color: white;
    text-decoration: none;
    background-color: rgb(128, 0, 0);
    z-index:25;
}
a:active {
    color: rgb(128, 0, 0);
    text-decoration: none;
    background-color: #CCCCCC;
}

a.softLink {
	position:relative; 
	z-index:24;
}
a.softLink:link {
    color: black;
    text-decoration: none;
}
a.softLink:visited {
    color: black;
    text-decoration: none;
}
a.softLink:hover {
    color: black;
    text-decoration: none;
    background-color: #CCCCCC;
    z-index:25;
}
a.softLink:active {
    color: black;
    text-decoration: none;
    background-color: #CCCCCC;
}

a span.infobulle {
	display: none
}

a:hover span.infobulle{ 
	display:block; 
	position:absolute;
	top:2em; left:2em; /*width:15em;*/
	border:1px solid rgb(128, 0, 0);
	background-color:#eeeeee; color:rgb(128, 0, 0);
	text-align: justify;
	font-weight:normal;
	font-style: italic;
	font-size:8pt;
	padding:10px;
}


.head {
	background-color: white;
	/*padding-left: 50px; padding-right: 50px;*/
	/*margin-left: 150px; margin-right: 150px; */
	margin: 0 auto;
	width: 900px;
	height: 120px;
}

.globlog {
	text-align: center;
	padding-top: 0px; border-top-width: 0px;  top: 0px; right: 0px;
	float:left;
	
}
.globlog a{
	color: white;
	text-decoration: none;
	background-color: white;
}	

.globlog a:hover, .globlog a:focus, .globlog a:active, .globlog a:visited, .gloglob a:link  {
	color: white;
	text-decoration: none;
	background-color: white;
}	
.logo {
	width: 350px;
}
.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family:verdana,geneva,arial,helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	color:8e8e8e;
	padding-top: 80px;
	}
.menu ul{
	background:url(../img/menu-bg.gif) top left repeat-x;
	height:43px;
	list-style:none;
	margin:0;
	padding:0;
}
.menu li{
	float:left;
}
.menu li a{
	color:#666666;
	display:block;
	font-weight:bold;
	line-height:43px;
	padding:0px 18px;
	text-align:center;
	text-decoration:none;
}
.menu li a:hover{
	color:#000000;
	text-decoration:underline;
	background:url(../img/hover-bg.gif) top left repeat-x;
	color:#ffffff;
}

.menu li ul{
	background:#e0e0e0;
	border-left:2px solid #e00005;
	border-right:2px solid #e00005;
	border-bottom:2px solid #e00005;
	display:none;
	height:auto;
	filter:alpha(opacity=95);
	opacity:0.95;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
}
.menu li:hover ul{
	display:block;
}
.menu li li {
	display:block;
	float:none;
	width:225px;
}
.menu li ul a{
	display:block;
	font-size:12px;
	font-style:normal;
	padding:0px 10px 0px 15px;
	text-align:left;
}
.menu li ul a:hover{
	background:#949494;
	color:#000000;
	opacity:1.0;
	filter:alpha(opacity=100);
}

.menu p{
	clear:left;
}	
.menu #current{
	background:url(../img/current-bg.gif) top left repeat-x;
	color:#ffffff;
}


.bcontent {
	 background-color: rgb(243, 243, 243);
	 /*padding-left: 50px; padding-right: 10px; padding-top: 10px; padding-bottom: 20px; */
	 border-top-style:solid;
	 border-bottom-style:solid;
	 border-width:5px;
	 border-color:rgb(50, 50, 50);
	/*margin-top: 4pt;
	margin-left: 150px; margin-right: 150px; margin-top: 20px; margin-bottom: 20px;*/
	margin: 0 auto;
	width: 900px;
	text-align: justify; 
	
}
.localNav {
	float: left;
	margin-top: 20px;
	width:115px;
	padding-left:5px;
	text-align:left;
}

.localtitle {
	font: 120% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	background: #e00005 url("../img//smallzebulon.png") right center no-repeat;
	text-align: left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left: 5px;
	padding-right:5px;
	/*height:20px;*/
	color:white;
	width: 120px;
}

#localmenu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 130px;
}
#localmenu li {
	font: 100% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#localmenu a {
	background: #333;
	border-bottom: 1px solid #393939;
	color: #ccc;
	display: block;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#localmenu a:hover {
	background: #e00005 url("../img//hover.gif") left center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}



.blockContent {
	padding-left: 20px; padding-right: 20px; padding-bottom: 20px;padding-top: 10px;
	margin-left: 20px; margin-right: 20px;
	margin-top:20px;
	border-style:solid;
	border-width:1px;
	border-color:rgb(128, 0, 0);
	float: left;
	width: 500px;
}
.lblockContent {
	width: 600px;
	margin-left: 70px; 
}
.chadocsname {
	font: 120% "Bauhaus 93", Verdana, Helvetica, Arial, sans-serif;
	/*font-weight: bold;*/
}

.under {
	font-weight: bold;
	text-decoration: underline;
	
}
.smallh {
	font-size:75%;
	font-variant: italic;
	font-weight: normal;
}

.news {
	/*margin-top:50px;*/
	float: left;
	width:195px;
	font-size: 75%;
	
	margin-top: 20px;
}

.newsBody {
	background-color:#363434;
	color:white;
	padding: 10px 8px; 
	font-family:  "Courier New", Courier, monospace;
	/*height: 80px;*/
	/*margin-left: 20px; margin-right: 20px;*/
	text-align: left;
	font-style: italic ;
}
.newsHead {
	font-size:200%;
	background: #e00005 url("../img//smallzebulon.png") left center no-repeat;
	text-align: center;
	height:25px;
	color:white;
}
.newsimg {
	width: 170px;height: 40px;
	
}

.Hc {
	color: rgb(128, 0, 0);
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14pt;
	padding-left: 60px; padding-right: 20px; 
	margin-left: 50px; margin-right: 20px;
	width: 600px;
}
.lHc {
	margin-left: 100px;
}
.Hmid {
	/*background-color: rgb(128, 0, 0);
	color: white;*/
	background: url("../img//smallzebulon.png") left center no-repeat;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 12pt;
	/*text-decoration: underline;*/
	padding:15px;
	margin-left: 0px; margin-right: -20px;
	margin-bottom: 20px;
	font-weight: bold;
}


.presta {
	font-weight: bold;
}
.details {
	font-style: italic;
}
.chadocs {
	font-family:  "Courier New", Courier, monospace;
	font-size: 12pt;
	font-weight: bolder;
}

.footcontent {
	padding-left: 20px; padding-right: 20px; padding-bottom: 20px;
	margin-left: 150px; margin-right: 20px;
	margin-top:20px;
	
	width: 520px;	

	text-align: center;

}

.botzebu {
	margin-top: 50px; margin-bottom: -20px;
	width: 200px; height: 40px;
}

.foot {
	background-color: rgb(102, 102, 102);
	color: white;
	padding-left: 50px; padding-right: 50px;
	/*margin-left: 150px; margin-right: 150px; 
	margin-top: 20px;*/
	margin: 0 auto;
	width: 800px;
	font-size: 9pt;
}
.contact {
	padding-left: 50px; padding-right: 50px; 
	margin-left: 50px; margin-right: 50px;
	/*border-style:inset;
	border-width:2px;
	border-color:white;*/
	
	font-style: italic;
	text-align:center;
}
.legal {
	
	font-style: italic;
	text-align:center;
	text-decoration: underline;
}

