.box, ul.menu-sub, ul.menu-toplevel, ul.menu-toplevel a {
	margin: 0;
	border: 0;
	padding: 0;
}

body {
	font-size: 100.01%;
	font-family: 'Bitstream Vera Sans', Arial, sans-serif;
	background-color: #EC9748;
	text-align: center;
}

ul.menu-sub {
    display: none;
}

.invisible {
	display: none;
}

#center-container {
	background-repeat:  repeat-y;
	margin: 0 auto;
	width: 848px;
	text-align: left;
}

#head-container {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 750px;
}

#top-space {
	height: 175px;
	width: 750px;
	margin-bottom: 23px;
	position: relative;
}

#otherlanguage {
	font-weight: bold;
	text-align: right;
	width: 727px;
	position: absolute;
	bottom: 0px;
}

#min-height {
	float: left;
	height: 256px;
	width: 10px;
}

.menu-toplevel {
	display: block;
	float: left;
	width: 188px;
}

#content-container {
	width: 529px;
	margin: 0 0 0 198px;
}

div#agave {
	position: relative;
	left: -99px;
	top: 0;
	clear: both;
	background-image:url(images/agave.png);
	background-repeat: no-repeat;
	height: 168px;
	width: 244px;
}

ul.menu-toplevel, ul.menu-sub {
	list-style-type: none;
}

ul.menu-sub {
	margin: .3em 0 0 10px;
}

a.name-anchor, a.name-anchor:link, a.name-anchor:visited, a.name-anchor:active, a.name-anchor:focus, a.name-anchor:hover {
	text-decoration: none;
	color: #000000;
}	

a {
	outline: none;
	color:#D36500;
}

a:link, a:visited, a:active { 
	text-decoration:none;
}

a:focus, a:hover { 
	color: #43ABDC;
	text-decoration:underline; 
}

ul.menu-toplevel li {
	display: block;
	margin: 0 0 .3em 0;
}

.link-functional {
	font-weight: bold;
/*	font-size: 90%;*/
}

.first-heading {
  margin-top: 0;
}

.list-plain {
	list-style-type: none;
}


table {
	margin: 0;
	padding: 0;
	border-collapse:collapse;
}

table.small {
	font-size: 85%;
}

/* MIE6 does not honor border for tr */

td, th {
	border-color: #805227;
	border-style: solid;
	border-top-width: 1px;
	border-left-width: 0px;
	border-right-width: 0px;
	padding-left: .3em;
	padding-right: 1.2em;
}

td {
	border-bottom-width: 1px;
}

th {
	border-bottom-width: 2px;
}

td.left, th.left {
	border-left-width: 1px;
}

td.right, th.right {
	border-right-width: 1px;
	padding-right: .3em;
}

.span-quoted {
	font-style: italic;
}

img {
	margin-right: 1em;
}

#announce-box {
    border-style: solid;
    border-width: 2px;
    border-color: #805227;
    padding-left: .5em;
    padding-right: .5em;
    margin-bottom: .5em;
}
