body {
	background-color:#FFFFFF;
	/*font-family: Helvetica,sans-serif;*/
	font-family: serif;
}

h1 {
	font-size:36px;
	color: #014493;
	/* margin: 15px 0 0 20px; */
}

h2 {
	font-size:20px;
	color: #014493;
	/* margin: 0 0 10px 60px; */
}

h3 {
	font-size:20px;
	color: #0099CC;
	/*margin: 5px 0 0 5px;*/
}
h3.initcap:first-letter {
	font-size: 200%;
	line-height: 100%;
}

h4 {
	/*font-size:16px;*/
	color: #0099CC;
}

p.initcap:first-letter {
	font-size: 300%;
	line-height: 100%;
}
p.initcap:first-line {
	line-height: 100%;
}

a:link, a:visited {
	color: #014493;
}

/*************************************************************/
#header {
	font-family: Helvetica,sans-serif;
	color: #0099CC;
	margin-top: 10px;
	margin-bottom: 0px;
}
#header h1 {
	margin-bottom: 0px;
	padding-bottom: 0;
	color: #014493;
}
#header h3 {
	margin-top: 5px;
	padding-top: 0;
	color: #0099CC;
}

/*************************************************************/
#topnavigation {
	border-top: 2px solid #0099CC;
	border-bottom: 2px solid #0099CC;
}

/*************************************************************/
#topmenu li {
    list-style: none;
    text-align: left;
    font-weight: bold;
    display: inline-block;
    display: inline;
    padding: 0.3em;
    /*border: 1px solid #014493;*/
    margin: 1px;
    background-color: #0099CC;
}
#topmenu li:hover {
    background-color:  #014493;
}

#topmenu ul
{
	padding: 0px;
	margin: 0px;
	margin-top: 8px;
	margin-bottom: 8px;	
}
#topmenu li.self {
    text-decoration: underline;
    /* background-color:#F0F0F0; */
}
#topmenu a:link, #topmenu a:visited {
    text-decoration: none;
    /*color: #014493;*/
	color: white;
}

#langselect p {
    text-align: right;
}
#langselect a:link, #langselect a:visited {
    color: color: #014493;
    /* text-decoration: underline; */
    /* background-color:#F0F0F0; */
}

/* for table version */
.topmenuentry a:link, .topmenuentry a:visited {
    text-decoration: none;
    color: color: #014493;
    text-align: left;
    font-weight: bold;
    display: inline-table;
    padding: 0.3em;
    /*margin: 0 0 -10px 0;*/
}


/*************************************************************/
#imagelist {
	/* border: 1px solid black; */
	/* background-color:#F0F0F0; */
	/* width:15em; */
	float:right;
	margin-top: 20px;
	margin-left: 20px;
}
#imagelist img {
	padding-left: 1px;
	border: 0px solid black;
}
#imagelist a:link, #imagelist a:visited
{
	color: black;
}
#imagelist ul {
    margin: 5px;
    padding-left: 0.8em; padding-bottom: 0.8em; padding-top: 0em;
    text-align: left;
    /*border: 1px solid black;*/
}
#imagelist li {
	list-style: none;
	padding-bottom: 10px;
}

/*************************************************************/
#toc ul {
    list-style: none;
    margin-left: 0em;
    text-indent: 0em;
}
.subsec li {
    margin-left: 2em;
}
ul.worklist {
    list-style: none;
    margin-left: 0em;
    text-indent: 0em;
}

ul.workinfo {
    list-style: none;
}
.workinfo dt {
    font-weight: bold;
}

