body {
	background: #fefdf0;
	font: 12px/170% Verdana, sans-serif;
	color: #494949;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, sans-serif;
}

h1 {
	font-size: 170%;
}

h2 {
	font-size: 160%;
	line-height: 130%;
}

h3 {
	font-size: 140%;
}

h4 {
	font-size: 130%;
}

h5 {
	font-size: 120%;
}

h6 {
	font-size: 110%;
}

p {
	margin: 0 0 1.2em;
	padding: 0;
}

p.title {
	margin: 0;
	font-weight: bold;
}

span.info {
	font-weight: normal;
	font-size: 90%;
}

p.authors {
	margin: 0 0 0.2em;
	font-style: italic;
}

p.abstract {
	margin: 0;
	font-size: 90%;
}

p.keywords {
	margin: 0;
	font-size: 90%;
	color: #aaaaaa;
}

p.reference {
	font-size: 90%;
	color: #aaaaaa;
}

a:link, a:visited {
	color: #027ac6;
	text-decoration: none;
}

a:hover {
	color: #0061a0;
	text-decoration: underline;
}

a:active {
	color: #5894be;
}

#header {
	clear: both;
	min-height: 66px;
	height: auto !important;
	height: 66px;
	background: #095386;
}

#header-logo {
	position: absolute;
	z-index: 1;
	height: 86px;
	width: 158px;
    background: transparent url("logo.gif") no-repeat 16px 20px;
}

#header-content {
	font-family: Calibri, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 27px;
	line-height: 32px;
	color: #fefad6;
	white-space: nowrap;
	padding: 30px 0 0 198px;
}

#header-top {
	clear: both;
	height: 12px;
	background: #fefad6;
}

#footer {
	clear: both;
	height: 20px;
	background: #fefdf0;
	text-align: center;
	padding: 5px 0 5px 0;
}

#page {
	position: absolute;
	padding: 15px 0 0 35px;
	color: #fefdf0;
	font-weight: bold;
}

#container {
	background: #fefdf0 url("bg-menu.gif") repeat-x 0 0;
	position: relative;
	float: left;
	width: 100%;
	min-width: 800px;
}

#menu {
	position: relative;
	float: left;
	margin: 0;
	padding:60px 0px 0px 20px;
	width: 142px !important;
	width: 162px;

}

.menu-space {
	height: 1em;
}

#leftcorner {
    background: transparent url("bg-content-left.gif") no-repeat left top;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	padding: 60px 25px 1em 35px;
}

#rightcorner {
	background: transparent url("bg-content-right.gif") no-repeat right top;
	margin-left: -10px !important;
	margin-left: -14px;
	margin-right: -10px;
}

#content {
	position: relative;
	background: #ffffff url("bg-content.gif") repeat-x 0 0;
	margin: 0 10px 0 175px;
}

.search-box {
	position: relative;
	display: block;
	white-space: nowrap;
}

input.text {
	width: 175px;
	background-color: #ffffff;
	border: 1px solid #bfd2df;
	padding: 2px;
}

input.button {
	border: 1px solid #095386;
	width: auto !important;
	padding-top: 1px;
	padding-bottom: 1px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #000000;
	background: #fafafa url("bg-button.gif") repeat-x top;
}

input.button:hover {
	border: 1px solid #027ac6;
	background-position: 0 100%;
	color: #027ac6;
}

input.checkbox {
	vertical-align: middle;
}
