/* CSS Styles for WEF site */
body.home {background-color:white; margin: 10px; font-family: Arial, Verdana, Geneva, sans-serif}
body.capaigns {background-color:white}

div.container {width: 100%}

div.splash {background-color:yellow; float: top; text-align:center; font-style:italic; font-size: 200%; text-indent:-10%}
span.subtitle {position: relative; text-indent:10%; font-size: 50%}

div.navigation {float: left; text-align: left; width: 17%; height: 100%; margin: 10px; padding: 5px 5px; border-style: solid; border-width: thin}

div.content {width: 90%}
h2.content
h3.content

p.quote {font-style: italic}
p.attribution {text-align: right}

#left {text-align: left}
#right {text-align: right}
#center {text-align: center}
#texttop {vertical-align: text-top}
#textbottom {vertical-align: text-bottom}
