body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
}

#header {
	border-bottom-color: #7d775c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: right;
	font-size: 20pt;
	color: #403d2f;
	vertical-align: text-bottom;
	margin-top: 0;
	padding-top: 0;
	height: 40px;
	clear: all;
}

#logo {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

#projectmenu {
	font-size: 10pt;
	color: #403d2f;
}

#projectmenu ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}

#projectmenu ul li {
	display: inline;
	margin-right: 1em;
	padding-left: .2em;
	padding-right: .2em;
}

#projectmenu a:link {
	color: #403d2f;
	text-decoration: none;
}

#projectmenu a:hover {
	color: #7d775c;
	text-decoration: underline;
}

#projectmenu a:visited {
	color: black;
}

.selected {
	background-color: #b0d9ad;
	color: white;
}

#body {
	margin-top: 3em;
	font-size: 10pt;
}

h1 {
	font-family: Arial, helvetica, sans-serif;
	font-size: 20pt;
	font-weight: normal;
	color: #7d775c;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
	color: #7d775c;
}

h3 {
	font-size: 16pt;
	font-weight: normal;
	color: #7d775c;
}

h4 {
	font-size: 16pt;
	font-weight: normal;
	font-style: italic;
	color: #7d775c;
}

#navigation {
	float: right;
	background-color: #c5ffc5;
	margin: .5em;
	padding: .5em;
}

#navigation ul {
	list-style-type: none;
	padding-top: 0;
	margin-top: 0;
}

#navigation ul li {
	margin-right: 1em;
	padding-left: .2em;
	padding-right: .2em;
}

.ext_link {
	background: url(/images/a.gif) center right no-repeat;
	padding-right: 10px;
}