body {
	margin:0px;
	font-family:Trebuchet MS, Tahoma, Arial;
	font-size:90%;
	background-color:#eeeeee;
}

a {
	color:black;
	text-decoration:none;
	font-weight:bold;
}

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

#lang a,
#top a,
#band a {
	font-weight:normal;
}

#lang a.active,
#top a.active,
#band #menu a.active {
	font-weight:bold;
}

#lang {
	width:1024px;
	height:20px;
	margin:0 auto;
	text-align:right;
}

#top {
	position:relative;
	padding:4px;
	color:white;
	background-color:#194E61;
}

#top h1,
#top h2 {
	width:1024px;
	margin:0px auto 2px auto;
	padding:0;
	letter-spacing:8px;
}

#top h2 {
	font-size:12px;
	font-weight:normal;
	background:transparent;
	border:none;
	letter-spacing:4px;
}

#top h1 a {
	color:white;
	text-decoration:none;
}

#top h1 a:hover {
	color:#aaaaaa;
}

#band {
        height:30px;
        background-color:#2a2a2a;
}

#band #menu {
        display:block;
        width:1024px;
        height:30px;
        margin:0 auto;
        padding:0;
        list-style:none;
}

#band #menu li {
        display:block;
        float:right;
        margin:5px 8px 0 0;
}

#band #menu a {
        color:white;
        text-decoration:none;
        font-weight:normal;
}

#band #menu a:hover {
        color:#aaaaaa;
        text-decoration:underline;
}

#band #menu li.active a {
        font-weight:bold;
}

#content {
        width:1024px;
        margin:0px auto 20px auto;
        position:relative;
}

h2 {
	margin-top:20px;
	padding:2px;
	border-bottom:solid #666666 1px;
	letter-spacing:1.0px;
}

h3 {
	margin:24px 0 0;
}

h3 a {
	color:black;
	text-decoration:none;
}

h3 a:hover {
	color:#aaaaaa;
}

p {
	margin:4px 0 16px;
}

p.abstract {
	padding:10px;
	background-color:#e5e5e5;
	border:solid #cccccc 1px;
}

.sections {
	position:absolute;
	top:-10px;
	right:0;
	margin:0;
	padding-left:0;
	list-style:none;
}

.sections li {
	float:left;
	margin-left:10px;
}

#footer {
	width:1024px;
	margin:40px auto;
	padding-top:10px;
	border-top: solid #dddddd 1px;
	text-align:right;
}
