/*  style_sean.css  */
/*  External style sheet for sayma.org SEAN */
/*  February 2015  */

span.first {
font-size: 120%; 
font-weight: bold;
color: #008800;
}

h1 {
color:#008800;
font-size:175%;
text-align:center;
font-weight:normal;
font-family:Tahoma, Geneva, Arial, sans-serif;
}
h2 {
color:#009900;
text-align:center;
font-weight:normal;
font-family:Tahoma, Geneva, Arial, sans-serif;
}
h3 {
color:#009900;
font-size:110%;
text-align:center;
font-weight:normal;
font-family:Tahoma, Geneva, Arial, sans-serif;
}
h4 {
color:#000000;
font-size:90%;
text-align:center;
font-weight:normal;
font-family:Tahoma, Geneva, Arial, sans-serif;
}


ul {list-style-type:circle; line-height:1.4}

li {margin-top: 10px;} 
#div-space {
 width:100%;
 height:25px;
}
img{
 display:block;
 margin-left:auto;
 margin-right:auto;
}
#directory{
 float:left;
 width=100px;
 margin-right:10px;
 background-color:#ffffff;
}
#div-left {
 float:left;
 position:relative;
 top:20px;
 width:500px;
 height:500px;
}
#div-right {
 float:left;
 position:relative;
 top:20px;
 left:0px;
 width:310px;
 padding:20px;
 padding-top:10px;
 padding-bottom:0px;
 background-color:#ffffAB;
 border: 1px solid #990000;
}
#div-news{
 float:left;
 position:relative;
 left:150px;
 top:-15px;
 width:510px;
 height:150px;
 margin:10px;
 margin-top:0px;
 padding-left:10px;
 padding-right:10px;
 overflow:auto;
 background-color:#ccebd6;
}
br{
 clear:left;
}

dt {color:black;}

a:link { color:#990000;
         text-decoration: none }
a:visited { color:#990000; 
         text-decoration:none }
a:active { color:red; 
         text-decoration:none }
a:hover { color:black; background-color:#99ff66; }

a.icon:hover {
background-color: transparent; 
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

/*  SEAN NAVIGATION BAR  */

a#snav_cell {
display:block;
width:100%;
height:100%;
font-family:Tahoma,verdana,arial,helvetica,sans-serif;
font-weight:normal;
text-align:center;
padding:3px;
font-size:16px;
background-color:#83BF54;
color:#990000;
text-decoration:none;
border:1px solid #000000;
}
a#snav_cell:hover {
color:#ffffff;
text-align:center;
padding:3px;
border:0px;
font-weight:normal;
border:1px solid #00cc00;
}

dt {margin-top: 10px; font-weight: bold; font-size: 90%;}

dd {font-style: italic;}

