/*
** 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:#8cacbb;
/*border:1px solid;*/
color:#8cacbb;
height:1px;
margin:0.5em 0pt 1em;
}
	
h1 {
    font-size: 20px;
    font-family:Georgia;
    padding:0px 1px 0px 15px;
    /*border-left: 5px solid #2F5181;*/
    background: url(awards_gra_ele.gif) no-repeat left center;
    margin-top: 19px;
    
}



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

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 #708B6A;
width:508px;
height:4px;
margin-left:-8px;

}



/*  */
