/*
** Plone style sheet - Base Elements
**
** Style sheet documentation can be found at http://plone.org/documentation
**
** You should preferrably use ploneCustom.css to add your own CSS classes and to
** customize your portal, as these are the base fundaments of Plone, and will
** change and be refined in newer versions. Keeping your changes in
** ploneCustom.css will make it easier to upgrade.
**
** Feel free to use whole or parts of this for your own designs, but give credit
** where credit is due.
**
*/

/*  (do not remove this :) */
/*  (not this either :) */
 
hr {
background-color:#9793df;
border:1px solid;
color:#9793df;
height:1px;
margin:0.5em 0pt 1em;
}
	
hr {
    border: 0;
    height: 1px;
    color: #8cacbb;
    background-color: #8cacbb;
    margin: 0.5em 0 1em 0;
}


h1 {
    /*font-size: 20px;*/
      font-size:15px;
    font-family:Georgia;
    /* padding:0px 1px 0px 15px;*/
       padding:25px 1px 0px 15px;
    /*border-left: 5px solid #2F5181;*/
    /*background: url(newsroom-gr.gif) no-repeat left center;*/
    background:none;
   font-weight:bold;
    
}


dd {
    line-height: 1.5em;
   /* margin-bottom: 1em;*/ margin-left: 1.2em;
}

fieldset {
    border: 1px solid #8cacbb;
    margin: 1em 0em 1em 0em;
    padding: 0em 1em 1em 1em;
    line-height: 1.5em;
    width: auto;
}
#centertop{
border-top:1px solid #9793D6;
width:508px;
height:4px;
margin-left:-8px;

}



/*  */
