body {
  background-image: url(/images/bg.png);
  background-repeat: repeat-x;
  margin:0px;
  padding:0px;
  font-family: "Trebuchet MS", Arial, sans-serif;
  color:#333;
  background-color:white;
  font-size: 85%;
}

#Header {
        margin:30px 0px 10px 0px;
        padding:17px 0px 0px 20px;
        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */
        height:33px; /* 14px + 17px + 2px = 33px */
        border-style:solid;
        border-color:#036;
        border-width:2px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
        line-height:11px;
        background-color:#eee;
        color: black;
        text-align: right;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity.
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it.
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style
declaration. The incorrect IE5/Win value is above, while the correct value is
below. See http://glish.com/css/hacks.asp for details. */
        voice-family: "\"}\"";
        voice-family:inherit;
        height:14px; /* the correct height */
        }
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct
length values to user agents that exhibit the parsing error exploited above yet get
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#Header {height:14px;}

#Header .info {
 padding-right: 50px;
 text-decoration:none;
}

#Content {
        margin:0px 150px 20px 300px;
        padding:10px;
        }

#Menu {
  vertical-align:top;
  font-size: 80%;
  position:absolute;
  top:100px;
  left:40px;
  width:242px;
  padding:10px;
  color: black;
  background-color:#eee;
  border: 2px solid #036;
  line-height:17px;
/* Again, the ugly brilliant hack. */
  voice-family: "\"}\"";
  voice-family:inherit;
  width:220px;
}
/* Again, "be nice to Opera 5". */
body>#Menu {width:220px;}

#Menu h2 {
 font-size: 150%;
}

#Menu ul {
  list-style-type: none;
 }

#Menu ul li {
 margin-top: 1em;
 margin-bottom: 1em;
 }

#Menu ul li.current {
 list-style-type:square;
 }

#Menu ul li a {
  font-size: 150%;
 }

#Menu ul.smalllinks li a {
  font-size: 100%;
 }

#Menu ul li.large_menu {
 font-weight:bold;
 }

#Menu ul li.alert {
 border: 2px solid #ff8000;
 border-top: 5px solid #ff8000;
 margin: 1em;
 padding: 2px;
 color: black;
 background: #fff;
 text-align: left;
}

#Menu ul li.alert a {
 border: none;
 padding: 0px;
}


.footer {
        margin:0px 150px 10px 300px;
        padding:10px;
 border-top: 1px solid #bbb;
 font-size: 80%;
 text-align:center;
}

.title {
  font-family: serif;
  font-size: 350%;
  color: #bbb;
  background: white;
  text-align: right;
}

#notice {
  border: 3px solid green;
  border-top: 10px solid green;
  padding: 3px;
  color: green;
  font-weight: bold;
  background-color: #FFFACD;
  margin-bottom: 10px;
}

#warning {
  border: 3px solid red;
  border-top: 10px solid red;
  background-color: #FFFACD;
  color: black;
  padding: 3px;
  margin-bottom: 10px;
}

.new {
  border: 1px dashed gray;
  padding: 3px;
  background-color: #FFFACD;
  color: black;
  margin-bottom: 10px;
}

#important {
  border: 2px solid green;
  padding: 3px;
  background-color: #FFFACD;
  margin-bottom: 10px;
  color: black;
}

.hint {
	font-size: 70%;
}

.formError {
	text-align: left;
	border: 3px solid red;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  color: black;
}

tr.even {
 background: #eee;
 color: black;
}

#address {
  border: 1px dashed black;
  background-color:#eee;
  color: black;
  width: 40%;
  padding: 5px;
  margin: 10px;
}

img {
 border:none;
}

img.big_flag {
  border: 1px solid black;
}

#Content h2 {
 font-size: 125%;
 border-bottom: 1px solid black;
}

.question {
  border: 1px solid red;
  padding: 3px;
  background-color: #FFFACD;
  color: black;
  margin-bottom: 3px;
}

.answer {
  border: 1px solid green;
  padding: 3px;
  background-color: #FFFACD;
  color: black;
  margin-bottom: 25px;
  margin-left: 10px;
}

ul.disc {
  list-style-type: disc;
}

ul.disc li {
  padding-bottom: 1em;
}

ul.rss-latest {
  border: 2px solid green;
  padding: 3px;
  color: black;
  background-color: #FFFACD;
}

ul.rss-latest li {
  list-style-position: inside;
  padding-bottom: 2px;
}

.book {
text-align:center;
    }

textarea, input {
  border: 1px solid #036; padding: 3px; font-size: 11px;
}

input.submit {
  background-color: #036; color: white; border: 1px solid #036; padding: 10px; font-size: 120%;
}
