body {
	margin: auto;
	font: 90% arial;
	background-color: #EFFFD2;
	color: #006;
}

a {
	text-decoration: none;
	color: #62BC05;
}

a:hover {
	color: #F90;
}
#container {
	width: 930px;
	background-color: #FFFFFF;
	margin: 0px auto 0 auto;
	padding: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#header {
	width: 960px;
	background-color: #FFFFFF;
	height: 200px;
	padding-top: 0px;
	margin: 20px auto 0 auto;
}
#headerbox {
	height: 40px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}


#logo {
	background-image: url(images/mentis_logo.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-position: center;
}
#content {
	float:right;
	width: 614px;
}

h1 {
	margin: 0 0 15px 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #62BC05;
	border-bottom: 1px solid #999;
	background-image: url(images/title.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
	line-height: 1.5em;
}


h2 {
	margin: 0 0 15px 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #62BC05;
	line-height: 1.8em;
	border-bottom: 1px solid #999;
	background-image: url(images/title.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

h3 {
	margin: 10px 0 10px 0;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.5em;
	text-align: justify;
}

.block {
	display: block;
	text-align: center;
	margin-top: 5px;
}
.sidebarleft {
	width:280px;
	float:left;
	margin-right: 12px;
	border: 1px solid #dedede;
	padding: 10px;
	margin-left: 0px;
	margin-bottom: 10px;
}
.centerbar {
	width:280px;
	float:left;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
}
.sidebarright {
	width:280px;
	float:right;
	border: 1px solid #dedede;
	padding: 10px;
	margin-bottom: 10px;
}
.centerbarlong {
	width:593px;
	float:right;
	border: 1px solid #dedede;
	padding: 10px 10px 0px 10px;
	margin-bottom: 10px;
}


.sidelink {
	display: block;
	width: 210px;
	background: #ffffff url(images/button.gif)  left no-repeat;
	padding: 3px 10px 3px 10px;
	margin: 0px 0px 5px 0px;
	font-weight: bold;
	color: #003366;
	float: right;
}

.sidelink:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}
.sidelinkactive {
	text-align: right;
	display: block;
	width: 188px;
	padding: 3px 8px 3px 10px;
	margin: 5px 0px 5px 00px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #62BC04;
}
#main {
	margin-bottom: 0px;
	height: 20px;
	clear: both;

}
#bottom {
	font-size: 0.9em;
	padding: 20px 0 12px 0;
	text-align: center;
	color: #2B126D;
	clear: both;
	background-image: url(images/bar.jpg);
	background-repeat: no-repeat;
}




#footer {
	font-size: 0.9em;
	padding: 20px 0 17px 0;
	text-align: center;
	color: #999;
	clear: both;
	border-top: 1px solid #dedede;
	margin-top: 5px;
}

#footer a {
color: #808080;
}

.right {
	text-align: justify;
}

a img {
border: 0;
}

.hide {
display: none;
}
.blockgray {
	display: block;
	text-align: center;
	margin-top: 5px;
	padding-top: 10px;
	background-color: #F90;
	padding-bottom: 5px;
}
.blockborder {
	display: block;
	margin-top: 5px;
	border: 1px solid #dedede;
}
