* {
 border: 0;
 margin: 0;
 padding: 0;
}

.clear {
 clear: both;
}

body {
 background: #eaffdb url(../graphics/bg_texture.gif) repeat top;
 font-size: 1.0em;
 font-family: arial, sans-serif;
 line-height: 1.0em;
 text-align: center;
}

div#top {
 position: relative;
 margin: 25px auto 0 auto;
 width: 1024px;
 height: 10px;
 background: #eaffdb url(../graphics/dropshadow_top.gif) no-repeat bottom;
 color: #000000;
 overflow: hidden;
 z-index: 14;
}

div#wrapper {
 position: relative;
 margin: 0 auto;
 width: 1024px !important;
 height: auto;
 background: #e1eeac url(../graphics/dropshadow_sides.gif) center top repeat-y;
 text-align: center;
}

p.content {
 border: 2px solid #516144;
 margin: 0 auto;
 padding: 1.0em;
 width: 80%;
 text-align: justify;
 background: #697d58;
 color: #fff;
}

em {
 font-style: italic;
}

small {
 font-size: .8em;
}

div#splash {
 position: relative;
 background: #e1eeac;
 padding-top: 20px;
 border-top: 8px solid #c8d499;
 border-right: 8px solid #c8d499;
 border-bottom: 0;
 border-left: 8px solid #c8d499;
 width: 992px;
 margin: 0 auto;
 text-align: center;
}

div#splashtext {
 margin: 0 auto;
 padding: 30px 0 30px 0;
 border-top: 0;
 border-right: 8px solid #c8d499;
 border-bottom: 1px dotted #333333;
 border-left: 8px solid #c8d499;
 width: 992px;
 text-align: justify;
 background: #e1eeac;
 color: #000000;
}

a.nav:link {
 border-top: 0;
 border-right: 0;
 border-bottom: 1px dotted #213927;
 border-top: 0;
 text-decoration: none;
 font-size: 1.1em;
 color: #213927;
}

a.nav:visited {
 border-top: 0;
 border-right: 0;
 border-bottom: 1px dotted #79303f;
 border-top: 0;
 text-decoration: none;
 font-size: 1.1em;
 color: #79303f;
}

a.nav:hover,a.nav:active {
 border-top: 0;
 border-right: 0;
 border-bottom: 1px solid #b52744;
 border-top: 0;
 text-decoration: none;
 font-size: 1.1em;
 color: #b52744;
}

div#splashfooter {
 margin: 0 auto;
 padding: 20px 0 20px 0;
 border-top: 0;
 border-right: 8px solid #d3e2c9;
 border-bottom: 8px solid #d3e2c9;
 border-left: 8px solid #d3e2c9;
 width: 992px;
 background: #eaffdb;
 color: #000000;
 font-size: .7em;
 line-height: .9em;
 text-align: center;
}

p.footer {
 margin: .8em auto;
 padding: 0 20px;
 font-size: .8em;
 line-height: .9em;
 text-align: center;
}

div#bottom {
 position: relative;
 top: -1px;
 margin: 0 auto 40px auto;
 width: 1024px;
 height: 10px;
 background: #eaffdb url(../graphics/dropshadow_bottom.gif) no-repeat top;
 color: #000000;
 overflow: hidden;
 z-index: 13;
}