* {
	margin: 0;
	padding: 0;
}

body {
	background: url(/templates/open-minds/images/background.png);
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}

div#body {
	background-color: #f5f5f5;
	border: 1px solid #bbbbbb;
	font-size: 1em;
	padding: 3%;
}

div#body h1 {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

div#body h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 15px;
}

div#body p {
	margin-bottom: 5px;
}

div#body p.paragraph {
	margin-bottom: 20px;
	text-align: justify;
	text-indent: 20px;
}

div#body ul {
	list-style-position: inside;
	list-style-type: square;
	padding-left: 25px;
}

div#body-menu {
	border: 1px dotted #bbbbbb;
	float: right;
	font-size: 0.9em;
	margin-bottom: 2%;
	margin-left: 3%;
	padding: 1%;
	width: 25%;
}

div#body-menu a.link {
	color: #444444;
	border-bottom: 1px dotted #e2a81e;
	font-weight: bold;
	text-decoration: none;
}

div#body-menu a.link:hover {
	color: #e2a81e;
}

div#body-menu a.link-anchor {
	border-bottom-width: 0;
	color: #444444;
	text-decoration: none;
}

div#body-menu a.link-anchor:hover {
	border-bottom: 1px dotted #2c6a9d;
}

div#body-menu img {
	border: 0;
}

div#body-menu li {
	margin-bottom: 3px;
}

div#body-menu p {
	margin-top: 20px;
	text-align: center;
}

div#body-menu ul {
	list-style-type: none;
	margin-bottom: 3px;
	padding-left: 10px;
}

div#canvas {
	margin-left: auto;
	margin-right: auto;
	top: 125px;
	position: relative;
	width: 90%;
	z-index: 1;
}

div.clear {
	clear: both;
}

div#footer {
	font-size: 0.8em;
	text-align: center;
}

div#footer img {
	border: 0;
}

div#footer p {
	margin-bottom: 5px;
}

div#header {
	background: url(/templates/open-minds/images/header_background.jpg) repeat-x;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

div#header-content {
	background: url(/templates/open-minds/images/header_image.jpg) no-repeat right;
	height: 150px;
}

ul#header-links {
	float: right;
	margin-right: 10px;
	margin-top: 5px;
}

ul#header-links li {
	display: inline;
	font-size: 0.7em;
	letter-spacing: 1px;
}

ul#header-links li:before {
	content: "-";
	margin-right: 5px;
}

ul#header-links li:first-child:before {
	content: "";
	margin-right: 0;
}

ul#header-links li a {
	color: #ffffff;
	text-decoration: none;
}

ul#header-links li a:hover {
	text-decoration: underline;
}

p#header-logo {
	float: left;
	font-size: 50px;
	letter-spacing: 4px;
	line-height: 130px;
	margin-left: 20px;
}

a.link {
	color: #444444;
	border-bottom: 1px dotted #e2a81e;
	text-decoration: none;
}

a.link-anchor {
	color: #444444;
	border-bottom: 1px dotted #2c6a9d;
	text-decoration: none;
}

a.link-anchor:hover {
	color: #2c6a9d;
}

span.logo-small {
	letter-spacing: 1px;
}

.tool-tip {
	background-color: #ffffff;
	border: 1px solid #bbbbbb;
	font-size: 0.7em;
	padding: 10px;
	width: 160px;
	z-index: 2;
}

.tool-title {
	color: #2c6a9d;
	font-weight: bold;
	margin-bottom: 10px;
}

.openminds-logo-style1 {
	color: #286699;
}

.openminds-logo-style2 {
	color: #1c476a;
}

.openminds-logo-style3 {
	color: #325774;
}
