BODY { 
  background:#f6f0dd; 
  background: #7A7CC5;
  padding:0; margin-top:10; 
}


body {
   font-family:Arial, Helvetica, sans-serif;
   font-size:11pt;
   background: #EEE;
   color:#555;
   margin-top: 10px;
	padding:0px;
	text-align:center;
/*	text-transform:lowercase; */
   font: Arial, Verdana, sans-serif bold 14px/12px;
   line-height:20px;
}



DIV#master DIV#MENU_H2 {}
DIV#master DIV#MENU_H2 A {padding-top: 1px;margin-top: 1px; font-size:smaller;}
DIV#master DIV#MENU_H2 A#act_h2 {background: #921609;}

#act_h2, #act_h2 A {color: blue;
  background: #921609;
}

#MENU_H2, #MENU_H2 A {
  color: gray;
}


#path {background: green;}
h1 { margin: 0; 
  padding: 10px; 
  font-size: 200%;
}
h2 { font-size: medium; margin: 0; padding: 10.5em 0 0.5em 0; 
color: #921609; 
padding: 0px;
}
h2.date { font-size: x-small; color: #aaa; padding: 0; }
.sidebar h2 { font-size: small; padding: 0; }
.sidebar h3 { font-size: x-small; padding: 0; }

p { line-height: 150%; }

acronym { cursor: help; border-bottom: dashed 1px; }

input,select {
    background: #f2f2f2;
    border: 1px gray dotted;
}
input:hover { background: white;  }

input.button {
    background: #ccc;
    border: 1px gray solid;
}

textarea {
    border: 1px gray dotted;
}

img {
    border: 0;
}


hr { border: 1px gray solid; margin: 1em 12em; }

div#master {
    width: 770px;
    margin: 0 auto;
    border-left: #444 solid thin;
    border-right: #444 solid thin;
    background: #444;
}


#header {
    color: white; 
    background: #921609 url('images/header.png') bottom right no-repeat;
}

ul#menu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    background: #444;
}

ul#menu li {
    float: left;
    width: 12.5%;
    background: #444;
    border-top: #777 solid thin;
    border-bottom: #666 dashed 0.4em;
    border-bottom: #666 dashed 4px;
}

ul#menu li a {
    display: block;
    padding: 0.5em 0;
    font-size: small;
    color: #aaa;
    font-weight: bold;
    text-decoration: none;
}
ul#menu li a:hover { background: #666; color: white; }
li.current, ul#menu a.current:link { background: #666; color: red; }
ul#menu a.current:visited { background: #666; color: white; }

a:link { color: #921609; text-decoration: none; }
a:visited { color: #921609; text-decoration: none; }
a:link:hover { text-decoration: underline; }
a:visited:hover { text-decoration: underline; }

#content {
    background: white; 
    border-top: #eee solid 1em;
    font-size: small;
    color: #444;
    text-align: justify;
    padding: 1em 0;
}
/*html>body */
#content { border-top: #eee solid .1em; }
#content { border-top: #eee solid 0.61em; }

div.item {
    margin: 0 15em 0 1em;
    border-bottom: #eee solid 1px;
    border-right: #eee solid 1px;
    padding: 0 1.5em 0 1em;
}


div.sidebar {
    border-right: none;
    background: #eee;
    padding: 1em;
    width: 11.5em;
    float: right;
    margin: 0 1px 1em 0; 
    margin-bottom: 0; 

    color: #777;
    clear: both;
}

div.sidebar a { font-size: x-small; }
div.sidebar p { font-size: x-small; margin: 0; }
div.sidebar h2 { text-align: right; margin: 0; }
div.sidebar ul { padding-left: 1.5em; font-size: x-small; margin-left: 0; text-align: left; }

ul { padding: 0 0 0 3em; }
ul.links { list-style-type: none; }

div.border {
    border: #eee solid thick;
    border-right: none;
}

#footer {
    background: #444;
    color: #aaa;
    font-size: x-small;
    text-align: right;
}

#bottommenu {
    background: #444;
    font-size: x-small;
    text-align: center;
    color: #aaa
}
#bottommenu a { color: #aaa }



ul#menu li.current a {
	background: #666;
    color: white;
}