body {
	background-color: white;
	color: black;
	font-family: "trebuchet ms", tahoma, arial, sans-serif; /* clear, technical font */
	font-size: 1.0em;
}

h1 {
	font-size: 1.6em;	
}

h2 {
	font-size: 1.4em;
	margin-bottom: -0.5em;
}

h3 {
	margin-bottom: -0.5em;
}

#container {
	max-width: 960px;
	width:expression(document.body.clientWidth > 960? "960px": "auto" ); /* max-width fix for IE - see http://www.svendtofte.com/code/max_width_in_ie/ */
}

#header {
	background-color: #106D6D;
	color: white;
	padding-top: 0.5em;
}

#header h1, #header h2 {
	margin: 0em 0em 0em 12px;
}

#navigation {
	margin-top: 0.5em;
	background-color: #94E8E7;
	color: black;
}

#navigation ul {
	list-style-type: none;
	margin-top: 0em;
	height: 2em;
}

#navigation li {
	display: inline;
	height: 2em;
	line-height: 2em;
}

a, a:link, a:visited, a:active {
border-bottom: 1px dotted ;
/* padding-bottom: 1px; */
text-decoration: none;
}

a.image {
	border-bottom: none;
}

a.menuitem:visited {
	border-bottom: none;
}

a.menuitem {
	border-bottom: none;
	text-decoration: none;
	font-weight: bold;
	color: black;
	padding: 0em 1em 0em 1em;
}

a.menuitem:hover {
	border-bottom: none;
	background-color: #C0C0C0;
}

#main {
	max-width: 700px;
	width:expression(document.body.clientWidth > 960? "680px": "auto" ); /* max-width fix for IE - see http://www.svendtofte.com/code/max_width_in_ie/ */
	margin-bottom: 2em;
	margin-right: 260px; /* This matches the sidebar width, plus a bit extra */
}

#main h1 {
	border-bottom: 1px solid;
}

#sidebar {
	width: 200px;
	float: right;
	margin: 1em 1em 1em 1em;
}

#logo {
	 
}

#sidebar-info {
	min-height: 200px;
	margin-top: 1em;
	background-color: #106D6D;
	color: white;
	font-size: 0.8em;
	padding: 0.5em 0.5em 0.5em 0.5em;
}

#sidebar-info a {
	margin: 0em 0em 0em 0.5em;
	padding: 0.25em 0.25em 0.25em 0.25em;
	color: white;
}

#sidebar-info a:hover {
	background-color: #C0C0C0;
}

#sidebar-info ul {
	list-style-type: none;
}

#sidebar-info li {
	margin-left: -2em;
}

#footer {
	clear: both;
	border-top: 2px solid #106D6D;
	max-width: 720px;
	width:expression(document.body.clientWidth > 960? "720px": "auto" ); /* max-width fix for IE - see http://www.svendtofte.com/code/max_width_in_ie/ */
	font-size: 0.8em;
}

.language-flag {
	width: 24px;
}

.client, .client-alternate {
	margin-bottom: 2em;
	padding: 0.5em;
}

.client-alternate {
	background-color: #EEEEEE;
}

div.reference p {
	text-align: right;
	font-size: 0.9em;
}

div.reference blockquote {
	font-style: italic;
	text-align: left;
	border: 1px solid #94E8E7;
	padding: 0.25em;
}

img.inline-stock {
	margin-top: 1.5em;
	margin-bottom: -0.5em;
}

ul.page-summary {
	list-style-type: none;
	margin-top: 0em;
}

div.page-summary {
	border: 1px solid #94E8E7;
	padding: 0.25em;
}