html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
ol,ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before,blockquote:after,q:before,q:after {content: '';content: none;}
:focus {outline: 0;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
table {border-collapse: collapse;border-spacing: 0;}

body { font-size: 85%; }
h1 { font-size: 3em; line-height: 1; margin-bottom: 0.5em; }
h2 { font-size: 2em; margin-bottom: 0.75em; }
h3 { font-size: 1.5em; line-height: 1; margin-bottom: 1em; }
h4 { font-size: 1.2em; line-height: 1.25; margin-bottom: 1.25em; }
h5 { font-size: 1em; font-weight: bold; margin-bottom: 1.5em; }
h6 { font-size: 1em; font-weight: bold; }
p  { margin: 0 0 1.5em; }
blockquote { font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }


body
{
    background-color: #f2f3c3;
    font-family: arial, helvetica, sans-serif;
    color: #000;
}

h1,h2,h3,h4,h5,h6,a
{
    color: #124e0a;
}

h2
{
    margin-bottom: 0.4em;
}

#header, #wrapper
{
    width: 960px;
    height: 200px;
    margin: 0 auto 0 auto;
    padding: 0 0;
}

#flash
{
    width: 560px;
    height: 200px;
    float: left;
}

img.sidebar
{
    display: block;
    width: 200px;
}
img.lhs
{
    float: left;
}
img.rhs
{
    float: right;
}

#content
{
    width: 540px;
    margin-top: 1em;
    padding: 0 10px;
    float: left;
}

ul
{
    display: block;
    width: 540px;
    text-align: center;
    padding-left: 15px;
}
li
{
    display: block;
    float: left;
    background: url(button.jpg) top left no-repeat;
    margin: 0 10px 1em 0;
    width: 250px;
    height: 60px;
}
li a 
{
    font-weight: bold;
    text-decoration: none;
    display: block;
    color: #f2f3c3;
    margin-top: 20px;
}

img.dropcap
{
    margin: 0 10px 0.5em 0;
    float: left;
}