html,body {
margin:0;
}

body {
font:12pt Georgia, arial, sans-serif;
background:#e3e3e3 url('/img/bg_grad.gif') top left repeat-x;
padding:10px 0;
}

p {
margin:10px 10px 10px;
}

div#header {
height:120px;
}

div#topmenu {
width:680px;
min-height:18px;
color:#fff;
background:#000;
text-align:center;
margin:0 10px;
padding:3px 0 1px;
font:0.6em Georgia, arial, sans-serif;
font-weight:bold;
}

div#topmenu a,div#topmenu a:visited {
color:#fff;
text-decoration:none;
text-transform:uppercase;
}

div#topmenu a:hover {
border-bottom:2px solid WHITE;
}

div#container {
width:700px;
text-align:left;
background:#fff;
margin:0 auto;
}

div#content {
float:left;
width:476px;
color:#666;
line-height:1.2;
margin:10px;
text-align:justify;
}

div#content p{text-indent: 1.5em;}

div#navigation {
float:right;
width:180px;
background:#F0F0F0;
margin:10px 10px 10px 0;
padding:4px;
}
div#navigation ul{
margin:0;
padding:0;
list-style-type: circle;
padding:0 0 0 14px;
color:maroon;
}
div#navigation ul li a{
font:0.7em Georgia, arial, sans-serif;
font-weight:bold;
color:maroon;
text-decoration:none;
}

div#extra {
background:#FF8539;
display:none;
float:right;
clear:right;
width:200px;
}

div#footer {
clear:both;
width:100%;
height:88px;
background:transparent url('/img/bw.gif') top center no-repeat;
text-align:right;
}

div#footer p {
margin:0;
padding:5px 10px;
text-align:right;
}
div#footer p a,div#footer p a:hover,div#footer p a:active,div#footer p a:visited
{color:#ccc;text-decoration:none;font:10pt Tahoma, arial, sans-serif}
input[type=text],input[type=submit],input[type=submit],textarea {
border:1px solid #ccc;
}

h1,h2 {
font:1.1em Georgia, arial, serif;
font-weight:bold;
}
blockquote{
color:#666;
margin:0;
padding:0;
font-size:10pt;
font-style:Tahoma;
}
blockquote a,blockquote a:hover,blockquote a:visited{
color:#666;
}
div#content a,div#content  a:hover,div#content  a:active,div#content  a:visited{color:#666;}